offspot-config 2.3.1__tar.gz → 2.3.2__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {offspot_config-2.3.1 → offspot_config-2.3.2}/CHANGELOG.md +13 -2
- {offspot_config-2.3.1 → offspot_config-2.3.2}/PKG-INFO +2 -2
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/catalog.json +65 -2
- offspot_config-2.3.2/src/offspot_runtime/__about__.py +1 -0
- offspot_config-2.3.1/src/offspot_runtime/__about__.py +0 -1
- {offspot_config-2.3.1 → offspot_config-2.3.2}/.gitignore +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/.pre-commit-config.yaml +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/LICENSE +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/README.md +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/pyproject.toml +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/__init__.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/horizontal-logo-dark.png +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/horizontal-logo-light.png +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/horizontal-logo.svg +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/square-logo-dark.png +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/square-logo-light.png +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/square-logo.svg +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/builder.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/catalog.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/constants.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/file.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/__init__.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/base.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/checksum.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/file.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/mainconfig.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/oci.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/output.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/str.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/inputs/ways.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/oci_images.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/packages.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/utils/__init__.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/utils/dashboard.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/utils/download.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/utils/misc.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/utils/sizes.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/utils/yaml.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/zim.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/__init__.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/ap.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/checks.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/configlib.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/containers.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/dnsmasqspoof.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/ethernet.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/firmware.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/fromfile.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/hostname.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_runtime/timezone.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tasks.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/conftest.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_catalog.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_checks.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_humanid.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_inputs.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_link.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_reader.py +0 -0
- {offspot_config-2.3.1 → offspot_config-2.3.2}/tests/test_zim.py +0 -0
|
@@ -5,12 +5,23 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
-
## [2.3.
|
|
8
|
+
## [2.3.2] - 2025-01-20
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
|
|
12
|
+
- [catalog] Added Af&Rica files packages in FR, EN, AR.
|
|
9
13
|
|
|
14
|
+
### Changed
|
|
15
|
+
|
|
16
|
+
- [catalog] Update name and description for file-manager.offspot.kiwix.org (now File Manager)
|
|
17
|
+
|
|
18
|
+
## [2.3.1] - 2024-10-17
|
|
10
19
|
|
|
11
20
|
### Changed
|
|
12
21
|
|
|
13
|
-
- Domain names
|
|
22
|
+
- [catalog] Domain names now uses dashes instead of underscores:
|
|
23
|
+
- `com.kylecorry.trail_sense.offspot.kiwix.org`
|
|
24
|
+
- `org.hlwd.bible_multi_the_life.offspot.kiwix.org`
|
|
14
25
|
|
|
15
26
|
|
|
16
27
|
## [2.3.0]
|
|
@@ -152,8 +152,8 @@
|
|
|
152
152
|
"ident": "file-manager.offspot.kiwix.org",
|
|
153
153
|
"domain": "resources",
|
|
154
154
|
"kind": "app",
|
|
155
|
-
"title": "File
|
|
156
|
-
"description": "
|
|
155
|
+
"title": "File Manager",
|
|
156
|
+
"description": "Upload and download documents",
|
|
157
157
|
"languages": [
|
|
158
158
|
"mul"
|
|
159
159
|
],
|
|
@@ -394,5 +394,68 @@
|
|
|
394
394
|
"value": "b1a1e31076651b212b6b08f7cd897e07"
|
|
395
395
|
},
|
|
396
396
|
"via": "zip"
|
|
397
|
+
},
|
|
398
|
+
{
|
|
399
|
+
"ident": "com.af-et-rica.dcx.ar.offspot.kiwix.org",
|
|
400
|
+
"domain": "com.af-et-rica.dcx.ar",
|
|
401
|
+
"kind": "files",
|
|
402
|
+
"title": "Af&Rica",
|
|
403
|
+
"description": "العب واكتشف الثقافات الإفريقية مع المغامرين أف و ريكا",
|
|
404
|
+
"languages": [
|
|
405
|
+
"ara"
|
|
406
|
+
],
|
|
407
|
+
"tags": [
|
|
408
|
+
"android"
|
|
409
|
+
],
|
|
410
|
+
"icon_url": "https://drive.offspot.it/af-rica/icon.png",
|
|
411
|
+
"download_url": "https://drive.offspot.it/af-rica/af_and_rica_ar_1.0.0.zip",
|
|
412
|
+
"download_size": 46509014,
|
|
413
|
+
"download_checksum": {
|
|
414
|
+
"algo": "md5",
|
|
415
|
+
"value": "ed2994a67844c68fd4adfc1dab8f6cdd"
|
|
416
|
+
},
|
|
417
|
+
"via": "zip"
|
|
418
|
+
},
|
|
419
|
+
{
|
|
420
|
+
"ident": "com.af-et-rica.dcx.en.offspot.kiwix.org",
|
|
421
|
+
"domain": "com.af-et-rica.dcx.en",
|
|
422
|
+
"kind": "files",
|
|
423
|
+
"title": "Af&Rica",
|
|
424
|
+
"description": "Play and discover African cultures with the two adventurers Af and Rica.",
|
|
425
|
+
"languages": [
|
|
426
|
+
"eng"
|
|
427
|
+
],
|
|
428
|
+
"tags": [
|
|
429
|
+
"android"
|
|
430
|
+
],
|
|
431
|
+
"icon_url": "https://drive.offspot.it/af-rica/icon.png",
|
|
432
|
+
"download_url": "https://drive.offspot.it/af-rica/af_and_rica_en_1.0.0.zip",
|
|
433
|
+
"download_size": 46508913,
|
|
434
|
+
"download_checksum": {
|
|
435
|
+
"algo": "md5",
|
|
436
|
+
"value": "4a7098275be7eb0ce94b387a71bdf8eb"
|
|
437
|
+
},
|
|
438
|
+
"via": "zip"
|
|
439
|
+
},
|
|
440
|
+
{
|
|
441
|
+
"ident": "com.af-et-rica.dcx.fr.offspot.kiwix.org",
|
|
442
|
+
"domain": "com.af-et-rica.dcx.fr",
|
|
443
|
+
"kind": "files",
|
|
444
|
+
"title": "Af&Rica",
|
|
445
|
+
"description": "Jouez et découvrez les cultures Africaines avec les deux aventuriers Af & Rica.",
|
|
446
|
+
"languages": [
|
|
447
|
+
"fra"
|
|
448
|
+
],
|
|
449
|
+
"tags": [
|
|
450
|
+
"android"
|
|
451
|
+
],
|
|
452
|
+
"icon_url": "https://drive.offspot.it/af-rica/icon.png",
|
|
453
|
+
"download_url": "https://drive.offspot.it/af-rica/af_and_rica_fr_1.0.0.zip",
|
|
454
|
+
"download_size": 46508976,
|
|
455
|
+
"download_checksum": {
|
|
456
|
+
"algo": "md5",
|
|
457
|
+
"value": "14ab4def1fcd518dd12f529fd41bb354"
|
|
458
|
+
},
|
|
459
|
+
"via": "zip"
|
|
397
460
|
}
|
|
398
461
|
]
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__version__ = "2.3.2"
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__version__ = "2.3.1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/horizontal-logo-dark.png
RENAMED
|
File without changes
|
{offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/horizontal-logo-light.png
RENAMED
|
File without changes
|
{offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/horizontal-logo.svg
RENAMED
|
File without changes
|
{offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/square-logo-dark.png
RENAMED
|
File without changes
|
{offspot_config-2.3.1 → offspot_config-2.3.2}/src/offspot_config/branding/square-logo-light.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|