pkg-exporter 0.2.8.dev157__tar.gz → 0.2.8.dev159__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.dev157 → pkg_exporter-0.2.8.dev159}/.copier-answers.yml +1 -1
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.forgejo/workflows/lint.yaml +1 -1
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.forgejo/workflows/publish.yaml +2 -2
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.forgejo/workflows/test.yaml +1 -1
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.pre-commit-config.yaml +1 -1
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/PKG-INFO +1 -1
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/pyproject.toml +1 -1
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/uv.lock +20 -20
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.commitlintrc.yaml +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.flake8 +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.forgejo/workflows/commitlint.yaml +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/.gitignore +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/LICENSE +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/README.md +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/cliff.toml +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/docs/00-pve-exporter +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/renovate.json +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/src/pkg_exporter/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/src/pkg_exporter/pkgmanager/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/src/pkg_exporter/pkgmanager/apt.py +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/src/pkg_exporter/reboot.py +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/src/pkg_exporter/textfile.py +0 -0
- {pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/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:140e90b258f86d39a516685c8c4e3fa438fe0de247c685168381bf5da4283930
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
@@ -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:140e90b258f86d39a516685c8c4e3fa438fe0de247c685168381bf5da4283930
|
|
20
20
|
|
|
21
21
|
steps:
|
|
22
22
|
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
@@ -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:140e90b258f86d39a516685c8c4e3fa438fe0de247c685168381bf5da4283930
|
|
71
71
|
|
|
72
72
|
steps:
|
|
73
73
|
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
@@ -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:140e90b258f86d39a516685c8c4e3fa438fe0de247c685168381bf5da4283930
|
|
17
17
|
|
|
18
18
|
steps:
|
|
19
19
|
- uses: https://code.forgejo.org/actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.5
|
|
2
2
|
Name: pkg-exporter
|
|
3
|
-
Version: 0.2.8.
|
|
3
|
+
Version: 0.2.8.dev159
|
|
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
|
|
@@ -236,7 +236,7 @@ dev = [
|
|
|
236
236
|
{ name = "coverage", specifier = "==7.16.0" },
|
|
237
237
|
{ name = "pylint", specifier = "==4.0.8" },
|
|
238
238
|
{ name = "pytest", specifier = "==9.1.1" },
|
|
239
|
-
{ name = "ruff", specifier = "==0.16.
|
|
239
|
+
{ name = "ruff", specifier = "==0.16.7" },
|
|
240
240
|
]
|
|
241
241
|
|
|
242
242
|
[[package]]
|
|
@@ -314,27 +314,27 @@ wheels = [
|
|
|
314
314
|
|
|
315
315
|
[[package]]
|
|
316
316
|
name = "ruff"
|
|
317
|
-
version = "0.16.
|
|
317
|
+
version = "0.16.7"
|
|
318
318
|
source = { registry = "https://pypi.org/simple" }
|
|
319
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
319
|
+
sdist = { url = "https://files.pythonhosted.org/packages/82/bb/5a449b9162e49b139d72f61672bd3ac1d790221f796d3304e2241fff4c58/ruff-0.16.7.tar.gz", hash = "sha256:5f71d004ac1263b22fa39462ac5ae618a4b77d58981af2cc79bf79a29c12b1a6", size = 4924184, upload-time = "2026-09-10T18:04:06.336Z" }
|
|
320
320
|
wheels = [
|
|
321
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
322
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
323
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
324
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
325
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
326
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
327
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
328
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
329
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
330
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
331
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
332
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
333
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
334
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
335
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
336
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
337
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
321
|
+
{ url = "https://files.pythonhosted.org/packages/e3/b2/c80aeeb7f9e469c0d63a85d2f1ab6e1ebfbe10ea7a8d2438b7e09e3ff09e/ruff-0.16.7-py3-none-linux_armv6l.whl", hash = "sha256:727307773e7c7f9181d3ed3a2484186e56c1fa1874255911c74585eb2c7c19f9", size = 10048917, upload-time = "2026-09-10T18:03:30.28Z" },
|
|
322
|
+
{ url = "https://files.pythonhosted.org/packages/7b/96/20bb7bcae008004df52afcb7ac83432d4a467f2c17b672fe46d26be231c5/ruff-0.16.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9d61c258deabf58f34c67bd4bb4d939c7f2e6b5f0e59c1cdd1cf771b11cde929", size = 10242929, upload-time = "2026-09-10T18:03:32.706Z" },
|
|
323
|
+
{ url = "https://files.pythonhosted.org/packages/90/b2/f184b0d5abec02db69cfd7e49b688ae0237554528ca777136c613bf36bee/ruff-0.16.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:7ab81118df8945e0193d0240712aa4496573595b75185c3636ed825592a0f728", size = 9847245, upload-time = "2026-09-10T18:03:34.509Z" },
|
|
324
|
+
{ url = "https://files.pythonhosted.org/packages/eb/2d/db1633a641866ed801e34cc6b60ef236c5e16f9b2124ab1d49cc24a5fe4f/ruff-0.16.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:4c196c968874fc8019da8e7163de7a1a370f111e2309b4b7dfea0fce950198d0", size = 9961780, upload-time = "2026-09-10T18:03:36.618Z" },
|
|
325
|
+
{ url = "https://files.pythonhosted.org/packages/4d/98/edea21e1a3e38dbbc3bf6bb068b863b3b06184cf8533a4c7dbbe208a89d5/ruff-0.16.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ac8c3bd0a7e10ad31e6ce51e7a99f3cb772e69aecdd6b9ea7e99b362f62a62c0", size = 9866337, upload-time = "2026-09-10T18:03:38.805Z" },
|
|
326
|
+
{ url = "https://files.pythonhosted.org/packages/0b/11/a15e60d4c87b214646f116ca9d204475bf993ee1047459bc9a360fd4d6d1/ruff-0.16.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:398d3988edde000b5c75dc1b3f584708da9bc990de069c18909142580fec1af9", size = 10562512, upload-time = "2026-09-10T18:03:40.71Z" },
|
|
327
|
+
{ url = "https://files.pythonhosted.org/packages/29/42/eaff4c9b6d0c7cdf56df313a17e89ae854f5bbc0b0c8f9cce19be0ab7a8f/ruff-0.16.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ce05b62b770a8217c4646a9c4139fca00efe8fe5d71f87df2b243ff20d4584d1", size = 11302938, upload-time = "2026-09-10T18:03:42.607Z" },
|
|
328
|
+
{ url = "https://files.pythonhosted.org/packages/5d/43/c75aa59a4ec181fe2ec06cab30e198c1c6d107229a9f008ae3a7c16cabd8/ruff-0.16.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:af1b576fddb9d9ef2ececfb5fadcd6a624b25070ed85e3cfcfe449fc3ff6a7b9", size = 10840857, upload-time = "2026-09-10T18:03:44.604Z" },
|
|
329
|
+
{ url = "https://files.pythonhosted.org/packages/21/33/81f3da371942ea031105ba679d8d6e28ec1660ccd690a45f42d381161356/ruff-0.16.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:9ce7f8f22df67c93ed96c717f9128eadb797144ac2bad475cf536f31d6100c55", size = 10370001, upload-time = "2026-09-10T18:03:46.706Z" },
|
|
330
|
+
{ url = "https://files.pythonhosted.org/packages/fa/0b/6345fb4dbf6dd0ed1cfe5d18391dc9c3f59cc81622a7b0a65b84b3e730ba/ruff-0.16.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:06d0e93d04f392996435ebd600c153f65b47d73fbec2415aa99c5ee5756b3a5f", size = 10548735, upload-time = "2026-09-10T18:03:48.658Z" },
|
|
331
|
+
{ url = "https://files.pythonhosted.org/packages/3f/4d/c5576adf511f92a328e5569dda190ecdd430da51f1a649f3a4a2fd73e21e/ruff-0.16.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:142151a5e7b93c1b11111337142f89dd2fbfee92161225c99a97222f22e32656", size = 10108496, upload-time = "2026-09-10T18:03:50.563Z" },
|
|
332
|
+
{ url = "https://files.pythonhosted.org/packages/ff/8c/667d83c16199a17a56adc6b0bd4c3beb5b767a2babcd16a56f76f9be7fd6/ruff-0.16.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:e6651f97a342d8b35d54d8991544ca22169b86dc54111cb604666940c431b750", size = 9860136, upload-time = "2026-09-10T18:03:52.621Z" },
|
|
333
|
+
{ url = "https://files.pythonhosted.org/packages/99/75/78d401106731999a1dd20cc5a6961e37e1eb9397a3b589f73f3a5ce146a3/ruff-0.16.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:ef140c6eb935fa9a84c9c607dfb2cb1b85843c192e79265b0c54f35f557ea8e5", size = 10286290, upload-time = "2026-09-10T18:03:55.207Z" },
|
|
334
|
+
{ url = "https://files.pythonhosted.org/packages/68/49/56f9c3a8b755df93a0ad318b2147bf4ef5dae9a7e5ec61c460109c67957f/ruff-0.16.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:53e39506a730fadeee0d998ed5946f30671f0db240c6c7c73bdabbe33604bb6f", size = 10745048, upload-time = "2026-09-10T18:03:57.299Z" },
|
|
335
|
+
{ url = "https://files.pythonhosted.org/packages/5f/ea/7f9b938a63ece4bec677ad7f9f7fa02df3383db1949ed93a382441c09a87/ruff-0.16.7-py3-none-win32.whl", hash = "sha256:2ea3470fcebcbc5df2fb0c6f3b90333fa9084c534e0111c038fa4a6ab9f1c4b7", size = 10059082, upload-time = "2026-09-10T18:03:59.632Z" },
|
|
336
|
+
{ url = "https://files.pythonhosted.org/packages/39/11/480a6973a927aa653e1cead6a6416008640e03a99d05b34c0434b8c6c366/ruff-0.16.7-py3-none-win_amd64.whl", hash = "sha256:7ac26aca826e9e21d0f1cb25b54ac660760a9fdd094d3e4df9848232be98cfc6", size = 10593368, upload-time = "2026-09-10T18:04:01.999Z" },
|
|
337
|
+
{ url = "https://files.pythonhosted.org/packages/8b/4b/51327018d056f0dad2c2238f26d1fb0f53707a9d91b75dea6d1b3039f136/ruff-0.16.7-py3-none-win_arm64.whl", hash = "sha256:aab7f39e2c9df6c596216070f98eef1207b94f8516cca20c808826974971855b", size = 10412401, upload-time = "2026-09-10T18:04:04.098Z" },
|
|
338
338
|
]
|
|
339
339
|
|
|
340
340
|
[[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
|
{pkg_exporter-0.2.8.dev157 → pkg_exporter-0.2.8.dev159}/src/pkg_exporter/pkgmanager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|