pkg-exporter 0.2.8.dev130__tar.gz → 0.2.8.dev132__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.
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.copier-answers.yml +1 -1
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.forgejo/workflows/lint.yaml +2 -2
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.forgejo/workflows/publish.yaml +3 -3
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.forgejo/workflows/test.yaml +2 -2
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/PKG-INFO +1 -1
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/uv.lock +3 -3
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.commitlintrc.yaml +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.flake8 +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.forgejo/workflows/commitlint.yaml +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.gitignore +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/.pre-commit-config.yaml +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/LICENSE +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/README.md +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/cliff.toml +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/docs/00-pve-exporter +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/pyproject.toml +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/renovate.json +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/src/pkg_exporter/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/src/pkg_exporter/pkgmanager/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/src/pkg_exporter/pkgmanager/apt.py +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/src/pkg_exporter/reboot.py +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/src/pkg_exporter/textfile.py +0 -0
- {pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/tests/.gitkeep +0 -0
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
env:
|
|
14
14
|
UV_CACHE_DIR: /tmp/.uv-cache
|
|
15
15
|
container:
|
|
16
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
16
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
@@ -36,7 +36,7 @@ jobs:
|
|
|
36
36
|
- name: check with pylint
|
|
37
37
|
run: uv run pylint src tests || exit 0 # TODO: Check if there is a need for special pytest-related pylint rules
|
|
38
38
|
- name: Minimize uv cache
|
|
39
|
-
run: uv cache prune
|
|
39
|
+
run: uv cache prune
|
|
40
40
|
- name: cache save
|
|
41
41
|
uses: https://code.forgejo.org/actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
|
42
42
|
with:
|
|
@@ -16,7 +16,7 @@ jobs:
|
|
|
16
16
|
env:
|
|
17
17
|
UV_CACHE_DIR: /tmp/.uv-cache
|
|
18
18
|
container:
|
|
19
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
19
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
|
|
20
20
|
|
|
21
21
|
steps:
|
|
22
22
|
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
@@ -56,7 +56,7 @@ jobs:
|
|
|
56
56
|
release-dir: dist
|
|
57
57
|
release-notes-file: notes.md
|
|
58
58
|
- name: Minimize uv cache
|
|
59
|
-
run: uv cache prune
|
|
59
|
+
run: uv cache prune
|
|
60
60
|
- name: cache save
|
|
61
61
|
uses: https://code.forgejo.org/actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
|
62
62
|
with:
|
|
@@ -67,7 +67,7 @@ jobs:
|
|
|
67
67
|
name: "Draft Release Notes"
|
|
68
68
|
runs-on: docker
|
|
69
69
|
container:
|
|
70
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
70
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
|
|
71
71
|
|
|
72
72
|
steps:
|
|
73
73
|
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
@@ -13,7 +13,7 @@ jobs:
|
|
|
13
13
|
env:
|
|
14
14
|
UV_CACHE_DIR: /tmp/.uv-cache
|
|
15
15
|
container:
|
|
16
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
16
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
@@ -34,7 +34,7 @@ jobs:
|
|
|
34
34
|
- name: show coverage
|
|
35
35
|
run: uv run coverage report -m
|
|
36
36
|
- name: Minimize uv cache
|
|
37
|
-
run: uv cache prune
|
|
37
|
+
run: uv cache prune
|
|
38
38
|
- name: cache save
|
|
39
39
|
uses: https://code.forgejo.org/actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
|
|
40
40
|
with:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pkg-exporter
|
|
3
|
-
Version: 0.2.8.
|
|
3
|
+
Version: 0.2.8.dev132
|
|
4
4
|
Summary: This project provides an textfile-based exporter for apt-repositories
|
|
5
5
|
Project-URL: Documentation, https://codeberg.org/margau/pkg-exporter/src/branch/main#readme
|
|
6
6
|
Project-URL: Issues, https://codeberg.org/margau/pkg-exporter/issues
|
|
@@ -378,11 +378,11 @@ wheels = [
|
|
|
378
378
|
|
|
379
379
|
[[package]]
|
|
380
380
|
name = "tomlkit"
|
|
381
|
-
version = "0.
|
|
381
|
+
version = "0.15.0"
|
|
382
382
|
source = { registry = "https://pypi.org/simple" }
|
|
383
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
383
|
+
sdist = { url = "https://files.pythonhosted.org/packages/51/db/03eaf4331631ef6b27d6e3c9b68c54dc6f0d63d87201fed600cc409307fd/tomlkit-0.15.0.tar.gz", hash = "sha256:7d1a9ecba3086638211b13814ea79c90dd54dd11993564376f3aa92271f5c7a3", size = 161875, upload-time = "2026-05-10T07:38:22.245Z" }
|
|
384
384
|
wheels = [
|
|
385
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
385
|
+
{ url = "https://files.pythonhosted.org/packages/6a/43/8bd850ee71a191bf072e31302c73a66be413fecdd98fdcd111ecbcce13ca/tomlkit-0.15.0-py3-none-any.whl", hash = "sha256:4dbc8f0fc024412b57ced8757ac7461305126a648ff8c2c807fcb8e133a78738", size = 41328, upload-time = "2026-05-10T07:38:23.517Z" },
|
|
386
386
|
]
|
|
387
387
|
|
|
388
388
|
[[package]]
|
|
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
|
{pkg_exporter-0.2.8.dev130 → pkg_exporter-0.2.8.dev132}/src/pkg_exporter/pkgmanager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|