pkg-exporter 0.2.8.dev142__tar.gz → 0.2.8.dev144__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.dev142 → pkg_exporter-0.2.8.dev144}/.copier-answers.yml +1 -1
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.forgejo/workflows/commitlint.yaml +2 -2
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.forgejo/workflows/lint.yaml +2 -2
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.forgejo/workflows/publish.yaml +4 -4
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.forgejo/workflows/test.yaml +2 -2
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.pre-commit-config.yaml +1 -1
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/PKG-INFO +1 -1
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/pyproject.toml +2 -1
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/uv.lock +21 -21
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.commitlintrc.yaml +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.flake8 +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/.gitignore +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/LICENSE +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/README.md +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/cliff.toml +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/docs/00-pve-exporter +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/renovate.json +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/src/pkg_exporter/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/src/pkg_exporter/pkgmanager/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/src/pkg_exporter/pkgmanager/apt.py +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/src/pkg_exporter/reboot.py +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/src/pkg_exporter/textfile.py +0 -0
- {pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/tests/.gitkeep +0 -0
|
@@ -11,10 +11,10 @@ jobs:
|
|
|
11
11
|
commitlint-check:
|
|
12
12
|
runs-on: docker
|
|
13
13
|
container:
|
|
14
|
-
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:
|
|
14
|
+
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:2e2c3f6073ecf1128016d153bc43d6dc4fec6ce8b4b79fbe83356f35da616719
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
17
|
+
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
18
18
|
with:
|
|
19
19
|
fetch-depth: 0
|
|
20
20
|
- name: Validate current commit (last commit) with commitlint
|
|
@@ -13,10 +13,10 @@ 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:033981ffdc1885628c7ff37b244b2d4287e240f928063058cf3a8ead5716727a
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
19
|
+
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
20
20
|
with:
|
|
21
21
|
fetch-depth: 0
|
|
22
22
|
- name: cache restore
|
|
@@ -16,10 +16,10 @@ 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:033981ffdc1885628c7ff37b244b2d4287e240f928063058cf3a8ead5716727a
|
|
20
20
|
|
|
21
21
|
steps:
|
|
22
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
22
|
+
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
23
23
|
with:
|
|
24
24
|
fetch-depth: 0
|
|
25
25
|
- name: cache restore
|
|
@@ -67,10 +67,10 @@ 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:033981ffdc1885628c7ff37b244b2d4287e240f928063058cf3a8ead5716727a
|
|
71
71
|
|
|
72
72
|
steps:
|
|
73
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
73
|
+
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
74
74
|
with:
|
|
75
75
|
fetch-depth: 0
|
|
76
76
|
- name: draft release notes
|
|
@@ -13,10 +13,10 @@ 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:033981ffdc1885628c7ff37b244b2d4287e240f928063058cf3a8ead5716727a
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
19
|
+
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
20
20
|
with:
|
|
21
21
|
fetch-depth: 0
|
|
22
22
|
- name: cache restore
|
|
@@ -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.dev144
|
|
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
|
|
@@ -32,7 +32,7 @@ pkg-exporter = "pkg_exporter.textfile:main"
|
|
|
32
32
|
|
|
33
33
|
[dependency-groups]
|
|
34
34
|
dev = [
|
|
35
|
-
"ruff==0.
|
|
35
|
+
"ruff==0.16.0",
|
|
36
36
|
"pylint==4.0.6",
|
|
37
37
|
"pytest==9.1.1",
|
|
38
38
|
"coverage==7.15.2",
|
|
@@ -60,6 +60,7 @@ ignore = [
|
|
|
60
60
|
"TD002", # TODO: Remove later
|
|
61
61
|
"TD003", # TODO: Remove later
|
|
62
62
|
"ANN", # TODO: Remove later
|
|
63
|
+
"CPY", # TODO: Remove later
|
|
63
64
|
"COM812",
|
|
64
65
|
]
|
|
65
66
|
|
|
@@ -140,7 +140,7 @@ name = "exceptiongroup"
|
|
|
140
140
|
version = "1.3.1"
|
|
141
141
|
source = { registry = "https://pypi.org/simple" }
|
|
142
142
|
dependencies = [
|
|
143
|
-
{ name = "typing-extensions" },
|
|
143
|
+
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
144
144
|
]
|
|
145
145
|
sdist = { url = "https://files.pythonhosted.org/packages/50/79/66800aadf48771f6b62f7eb014e352e5d06856655206165d775e675a02c9/exceptiongroup-1.3.1.tar.gz", hash = "sha256:8b412432c6055b0b7d14c310000ae93352ed6754f70fa8f7c34141f91c4e3219", size = 30371, upload-time = "2025-11-21T23:01:54.787Z" }
|
|
146
146
|
wheels = [
|
|
@@ -206,7 +206,7 @@ dev = [
|
|
|
206
206
|
{ name = "coverage", specifier = "==7.15.2" },
|
|
207
207
|
{ name = "pylint", specifier = "==4.0.6" },
|
|
208
208
|
{ name = "pytest", specifier = "==9.1.1" },
|
|
209
|
-
{ name = "ruff", specifier = "==0.
|
|
209
|
+
{ name = "ruff", specifier = "==0.16.0" },
|
|
210
210
|
]
|
|
211
211
|
|
|
212
212
|
[[package]]
|
|
@@ -284,27 +284,27 @@ wheels = [
|
|
|
284
284
|
|
|
285
285
|
[[package]]
|
|
286
286
|
name = "ruff"
|
|
287
|
-
version = "0.
|
|
287
|
+
version = "0.16.0"
|
|
288
288
|
source = { registry = "https://pypi.org/simple" }
|
|
289
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
289
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4d/94/1e5e4967626faf12fa56999cd6222dff6992ceb086ad7945756baf70c7a7/ruff-0.16.0.tar.gz", hash = "sha256:e460aafd5495ec89efaa6ced2e4a9a581116451e1c88b9d37ef497e0f8e93982", size = 4790557, upload-time = "2026-07-23T19:11:30.981Z" }
|
|
290
290
|
wheels = [
|
|
291
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
292
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
293
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
294
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
296
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
297
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
298
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
299
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
300
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
301
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
302
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
303
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
304
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
305
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
306
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
307
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
291
|
+
{ url = "https://files.pythonhosted.org/packages/4b/81/1c8818fee7ce1a04cd7d1b3172e0a8f8e4f1dc4feb7fc390e16daa8af323/ruff-0.16.0-py3-none-linux_armv6l.whl", hash = "sha256:e5115729eb08c585e5121978ba5d5b60caeae394ce21b9fb5e6cd33a1c6c9b1e", size = 10754633, upload-time = "2026-07-23T19:10:46.415Z" },
|
|
292
|
+
{ url = "https://files.pythonhosted.org/packages/23/df/beaf59c09d68db84304d555f188b276a77132a5d5b0b67a5c762aa143628/ruff-0.16.0-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3c954b1d580bfa035b41654f7858cc7e71d5fc3ac5b723dd62bd9133830ed522", size = 10969164, upload-time = "2026-07-23T19:10:50.271Z" },
|
|
293
|
+
{ url = "https://files.pythonhosted.org/packages/42/ce/741cd197496a1abbf51352710fd15ed995d2a2be87189c1da26a450d6e83/ruff-0.16.0-py3-none-macosx_11_0_arm64.whl", hash = "sha256:e01c21d10eb1b29f47b7454e1f4056db9a3f0260c646aa88457c610291db9f81", size = 10488846, upload-time = "2026-07-23T19:10:52.639Z" },
|
|
294
|
+
{ url = "https://files.pythonhosted.org/packages/52/2a/a2db8e88cade358f5cdcb05674a917751074109315d014eb6352d9a893f7/ruff-0.16.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:6e364e5ed22ed8dc05082fd78e35308618260907ac2d3c1d637b2e682415b6c9", size = 10889729, upload-time = "2026-07-23T19:10:54.89Z" },
|
|
295
|
+
{ url = "https://files.pythonhosted.org/packages/42/65/62a771694ebd63029dc953e27dbad40e1588bd4860ff9fe881018fddaa49/ruff-0.16.0-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:d327b8fc113a1d4421a04f3839d3752057c8dd1ee320223a6f3f52d04ada462a", size = 10568275, upload-time = "2026-07-23T19:10:56.993Z" },
|
|
296
|
+
{ url = "https://files.pythonhosted.org/packages/3f/e2/ced249fe8af5f086c5c58cc21cc3356d50f32f7401c5df87050c999620a7/ruff-0.16.0-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a9b50c55e263103586b3dcf5f73d479eb8cb5fdb6098fec59a62891dab653717", size = 11385112, upload-time = "2026-07-23T19:10:59.615Z" },
|
|
297
|
+
{ url = "https://files.pythonhosted.org/packages/87/0b/05154977a8fd69eeb6c103271f55403bfd8711f5c0f8ed07489d95a504e7/ruff-0.16.0-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:0ff4a79ce3ec0172f3241943835de1c4cb4e2dcd07f0f8c2d02603dbbbee4b17", size = 12207008, upload-time = "2026-07-23T19:11:02.154Z" },
|
|
298
|
+
{ url = "https://files.pythonhosted.org/packages/fb/29/98225831a3a1eab0e02f4acc6ca6559a98611dcc68b6965ff4b7234627c1/ruff-0.16.0-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:e95c448fca1fb2a18372a9440926c5a6ee789639bb975c72e7ae6d0b04218ab4", size = 11650842, upload-time = "2026-07-23T19:11:04.557Z" },
|
|
299
|
+
{ url = "https://files.pythonhosted.org/packages/91/66/6bd3cf90500653d55dc0ffc8507aa8300bd49d0214b2e8cb4d3fef2943ba/ruff-0.16.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:4f11a8d11010301d0a398a2fdef67691feca7294da6aef55e2150e8fa2cd520b", size = 11400718, upload-time = "2026-07-23T19:11:09.233Z" },
|
|
300
|
+
{ url = "https://files.pythonhosted.org/packages/8e/a2/a54eb4eae05d66364050a5d3b8a9c5ef88196531b3cbe7109d873f87f819/ruff-0.16.0-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:48044c678e9cb8698246c99b14aaccfa6601dea7379eb48a6f8f73f7a6d86cd0", size = 11426177, upload-time = "2026-07-23T19:11:11.994Z" },
|
|
301
|
+
{ url = "https://files.pythonhosted.org/packages/1a/be/16e3eea4b2a478a496919f5e36f17c4559e54620bd3bbac5d6affa068006/ruff-0.16.0-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:7aa0959bad8eb8bef50340154fc9b58678dae31fa4293afa38b44b6e552c0213", size = 10856126, upload-time = "2026-07-23T19:11:14.221Z" },
|
|
302
|
+
{ url = "https://files.pythonhosted.org/packages/a2/84/252eb8b868a16eec7257c14f504f77537e734b2d69c762e639e588e304a3/ruff-0.16.0-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:28ea2b7df8ebf7f9da6b7d47b230ab48f387c0a29be3b474c4d0740e197bb9af", size = 10571208, upload-time = "2026-07-23T19:11:16.378Z" },
|
|
303
|
+
{ url = "https://files.pythonhosted.org/packages/21/09/817a482f542f7570cbb4554b26e896610c7114f539b1d9e2d2145bf6bef6/ruff-0.16.0-py3-none-musllinux_1_2_i686.whl", hash = "sha256:33a3dfac8c35f81498dea9181bccc2f4c4bc8f1521a1dd9406e77643e0f0fb09", size = 11063329, upload-time = "2026-07-23T19:11:19.173Z" },
|
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/2e/23/9403c180ca1cb9b1f7335f5c3e5305c09d49ea5b345196682a36028bde4a/ruff-0.16.0-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:a5237a0bda500d30d81b8e07a6973a5cbc772864cbf746ae2f4e8a2e01c9f4ed", size = 11489751, upload-time = "2026-07-23T19:11:21.74Z" },
|
|
305
|
+
{ url = "https://files.pythonhosted.org/packages/b2/1d/1b2ef7bcde851c78d7f17f1cca13fd6dc695fc4b3d6197941e72cae5b132/ruff-0.16.0-py3-none-win32.whl", hash = "sha256:7fab76fa065c873f41ff744347c6e77bcc3dfec4bcc754dc26b63d23c0f7f5fb", size = 10785885, upload-time = "2026-07-23T19:11:23.947Z" },
|
|
306
|
+
{ url = "https://files.pythonhosted.org/packages/b2/a3/d5e4ef7a56be3f928ffb90b94c25ba7d3cb9c7fe0736aeaaedf361770712/ruff-0.16.0-py3-none-win_amd64.whl", hash = "sha256:429c117f022bf481fabd9d551e7a3952b24c65e6ef44337ea09d90bebef14472", size = 11923141, upload-time = "2026-07-23T19:11:26.409Z" },
|
|
307
|
+
{ url = "https://files.pythonhosted.org/packages/cb/9a/8415f2657cbe200f41a4531ccededf135505a92d4a012229121f885b26f9/ruff-0.16.0-py3-none-win_arm64.whl", hash = "sha256:14296fedcd2705c77ab8235439278bbb38f285cf7da5528b00b3e330c3d4872d", size = 11273407, upload-time = "2026-07-23T19:11:28.705Z" },
|
|
308
308
|
]
|
|
309
309
|
|
|
310
310
|
[[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
|
{pkg_exporter-0.2.8.dev142 → pkg_exporter-0.2.8.dev144}/src/pkg_exporter/pkgmanager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|