pkg-exporter 0.2.8.dev144__tar.gz → 0.2.8.dev146__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.dev144 → pkg_exporter-0.2.8.dev146}/.copier-answers.yml +1 -1
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.pre-commit-config.yaml +1 -1
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/PKG-INFO +2 -2
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/pyproject.toml +2 -2
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/uv.lock +24 -24
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.commitlintrc.yaml +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.flake8 +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.forgejo/workflows/commitlint.yaml +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.forgejo/workflows/lint.yaml +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.forgejo/workflows/publish.yaml +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.forgejo/workflows/test.yaml +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/.gitignore +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/LICENSE +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/README.md +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/cliff.toml +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/docs/00-pve-exporter +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/renovate.json +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/src/pkg_exporter/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/src/pkg_exporter/pkgmanager/__init__.py +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/src/pkg_exporter/pkgmanager/apt.py +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/src/pkg_exporter/reboot.py +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/src/pkg_exporter/textfile.py +0 -0
- {pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/tests/.gitkeep +0 -0
|
@@ -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.dev146
|
|
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
|
|
@@ -9,7 +9,7 @@ Author-email: Vanessa Gaube <dev@vanessagaube.de>
|
|
|
9
9
|
License-Expression: GPL-3.0
|
|
10
10
|
License-File: LICENSE
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
|
-
Requires-Dist: prometheus-client==0.
|
|
12
|
+
Requires-Dist: prometheus-client==0.26.0
|
|
13
13
|
Description-Content-Type: text/markdown
|
|
14
14
|
|
|
15
15
|
# Prometheus PKG Exporter
|
|
@@ -7,7 +7,7 @@ readme = "README.md"
|
|
|
7
7
|
requires-python = ">=3.10"
|
|
8
8
|
dynamic = ["version"]
|
|
9
9
|
dependencies = [
|
|
10
|
-
"prometheus-client ==0.
|
|
10
|
+
"prometheus-client ==0.26.0",
|
|
11
11
|
]
|
|
12
12
|
|
|
13
13
|
[build-system]
|
|
@@ -32,7 +32,7 @@ pkg-exporter = "pkg_exporter.textfile:main"
|
|
|
32
32
|
|
|
33
33
|
[dependency-groups]
|
|
34
34
|
dev = [
|
|
35
|
-
"ruff==0.16.
|
|
35
|
+
"ruff==0.16.1",
|
|
36
36
|
"pylint==4.0.6",
|
|
37
37
|
"pytest==9.1.1",
|
|
38
38
|
"coverage==7.15.2",
|
|
@@ -199,14 +199,14 @@ dev = [
|
|
|
199
199
|
]
|
|
200
200
|
|
|
201
201
|
[package.metadata]
|
|
202
|
-
requires-dist = [{ name = "prometheus-client", specifier = "==0.
|
|
202
|
+
requires-dist = [{ name = "prometheus-client", specifier = "==0.26.0" }]
|
|
203
203
|
|
|
204
204
|
[package.metadata.requires-dev]
|
|
205
205
|
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.16.
|
|
209
|
+
{ name = "ruff", specifier = "==0.16.1" },
|
|
210
210
|
]
|
|
211
211
|
|
|
212
212
|
[[package]]
|
|
@@ -229,11 +229,11 @@ wheels = [
|
|
|
229
229
|
|
|
230
230
|
[[package]]
|
|
231
231
|
name = "prometheus-client"
|
|
232
|
-
version = "0.
|
|
232
|
+
version = "0.26.0"
|
|
233
233
|
source = { registry = "https://pypi.org/simple" }
|
|
234
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
234
|
+
sdist = { url = "https://files.pythonhosted.org/packages/52/73/f1334c29c2af4cd9dba6c7817e61b611bd0215e2eb5565c6064a4de18802/prometheus_client-0.26.0.tar.gz", hash = "sha256:04a91bcf94e2cf74a44a1a874d651a2e853ed354b6e822f3b7487751465d5c2b", size = 92910, upload-time = "2026-07-24T19:36:41.893Z" }
|
|
235
235
|
wheels = [
|
|
236
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
236
|
+
{ url = "https://files.pythonhosted.org/packages/eb/a3/b69efbf4143b5b9859b977770bbbabcc2796b702fa69dc40271e45cd5a56/prometheus_client-0.26.0-py3-none-any.whl", hash = "sha256:fa93d06737aa02bacd05794768508bb97d2fbee28cb3bca04eaae92f0ca953d6", size = 64494, upload-time = "2026-07-24T19:36:40.854Z" },
|
|
237
237
|
]
|
|
238
238
|
|
|
239
239
|
[[package]]
|
|
@@ -284,27 +284,27 @@ wheels = [
|
|
|
284
284
|
|
|
285
285
|
[[package]]
|
|
286
286
|
name = "ruff"
|
|
287
|
-
version = "0.16.
|
|
287
|
+
version = "0.16.1"
|
|
288
288
|
source = { registry = "https://pypi.org/simple" }
|
|
289
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
289
|
+
sdist = { url = "https://files.pythonhosted.org/packages/70/25/7113f6d5498888c5fb7db34081cba7d5971c4cb1bfb26819966eee68f003/ruff-0.16.1.tar.gz", hash = "sha256:fedad7c801dabd3fb9741d76aca39246e6ddd9ca446a015875207bf19f1e6bc7", size = 4877500, upload-time = "2026-07-30T19:37:01.379Z" }
|
|
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/cb/
|
|
291
|
+
{ url = "https://files.pythonhosted.org/packages/1b/bd/694da69368e0973de65df2ddc73ab18d43c469d5963d9b150911de6bc513/ruff-0.16.1-py3-none-linux_armv6l.whl", hash = "sha256:58edb313b88f0c5460a26adf5f39a37a3be789494a15e3e411e35fa78b89f9a0", size = 10839126, upload-time = "2026-07-30T19:36:13.697Z" },
|
|
292
|
+
{ url = "https://files.pythonhosted.org/packages/3f/f0/b626e5d5bd0dd9576263658ef12885e2288afd1029a48e26ffed65ec1ac1/ruff-0.16.1-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:fde5a99e2f97479af66edd6622c6d5a2a7592c77cf4153d9e4428f5eeb55b60c", size = 11070253, upload-time = "2026-07-30T19:36:17.14Z" },
|
|
293
|
+
{ url = "https://files.pythonhosted.org/packages/83/63/f40acfb6b35b88623e71684942b552c3edd96035f5d98f313815f7b277de/ruff-0.16.1-py3-none-macosx_11_0_arm64.whl", hash = "sha256:e0d4c20532fca4f7fa609369161d968dd28f65d83dabbd61d8e9c7edbf7001f6", size = 10561425, upload-time = "2026-07-30T19:36:20.04Z" },
|
|
294
|
+
{ url = "https://files.pythonhosted.org/packages/aa/dd/14ec0e9c2b4d315547dd38765004b4863e354e1b52cb308272215d9f6f6d/ruff-0.16.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:30affbcedf59ad5703d9c91f82266e02b47739f797e1a7b6e158e5526a6dae38", size = 10948879, upload-time = "2026-07-30T19:36:22.476Z" },
|
|
295
|
+
{ url = "https://files.pythonhosted.org/packages/33/e9/9d870cbae575030fdef595f04b4b97573c525b5497cce4f4498cf2f85446/ruff-0.16.1-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:24e9c631573cbca9d20f1283f8f479b2afa4a8503504822bd71a293889f16743", size = 10643691, upload-time = "2026-07-30T19:36:24.914Z" },
|
|
296
|
+
{ url = "https://files.pythonhosted.org/packages/c4/09/12743d544e2173f53ecd27217c65f90d2bc0f8424a66a60339e56bbc0457/ruff-0.16.1-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b41bdd48fb420987a9b5212e4957c26ad4abce401fa9ea9d4d85843727945f4f", size = 11435354, upload-time = "2026-07-30T19:36:28.447Z" },
|
|
297
|
+
{ url = "https://files.pythonhosted.org/packages/7f/89/a1652b2daee52083c9554a6333b678a8b01d0400f976827bb87857f9449a/ruff-0.16.1-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:b0d1e1393b7648079e13669de1c1f4fde06d4583e84d8fd5c1551e0a77a2aa75", size = 12259033, upload-time = "2026-07-30T19:36:31.326Z" },
|
|
298
|
+
{ url = "https://files.pythonhosted.org/packages/16/96/ecdcb8c54ee7b123b487f807eb014e6e019155a0b81dfb669acd52f28ce3/ruff-0.16.1-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:07bf434b1c95f4e093be4532068ef4fcf00924eb2ade8796075980902d6fd54a", size = 11667981, upload-time = "2026-07-30T19:36:34.394Z" },
|
|
299
|
+
{ url = "https://files.pythonhosted.org/packages/cd/90/c52e12e0d862e9572f2a33aa227409143520abe53111e9a6babbac7b4af8/ruff-0.16.1-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:39897739f112253ee4fdd2e8aa9a4f9ded99fb2be367d5f31dfa4ded6025584c", size = 11468183, upload-time = "2026-07-30T19:36:37.339Z" },
|
|
300
|
+
{ url = "https://files.pythonhosted.org/packages/2c/6b/4ffb7ad1d83eb16cf8cbb3c8815d3f11c88460fd162d4b372a2059be1c2a/ruff-0.16.1-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:82ae3c0c0d74daf17b968a10b7b3bb3ef297ab7de0c1f749646b25e690ccb150", size = 11470071, upload-time = "2026-07-30T19:36:39.91Z" },
|
|
301
|
+
{ url = "https://files.pythonhosted.org/packages/9c/72/32ae7db4c0b5e32ab611787caa19d1546800676d79f7483b7100a3561bf4/ruff-0.16.1-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:4d5f2ed10f8242d83fc08d521301089364e3375375705356f20c0e31606ef3ef", size = 10919503, upload-time = "2026-07-30T19:36:42.65Z" },
|
|
302
|
+
{ url = "https://files.pythonhosted.org/packages/f7/ca/3d901ba6ad6fc38da39c3448fc6c59ac945679293a17c3ceb6d6c1cba13e/ruff-0.16.1-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:a4665b309891f83f3e3c25447935f1213e9abbd4b5640af7a1f2def9f8d413c1", size = 10649861, upload-time = "2026-07-30T19:36:45.18Z" },
|
|
303
|
+
{ url = "https://files.pythonhosted.org/packages/92/79/894ef1ced26552d5f8c9cf6d85b0687840e1128c55aeab7b9c2d54a0d880/ruff-0.16.1-py3-none-musllinux_1_2_i686.whl", hash = "sha256:26e9ca5c9bc3971f20d3cf18a957f52ffd6a5f6564ff15c4912a144dcac22494", size = 11148137, upload-time = "2026-07-30T19:36:47.936Z" },
|
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/2d/69/3609a09fa1cb46cc28b762363e440a354204e5dff01bd0c8d7437874d6b9/ruff-0.16.1-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:67e1e1e3fa4f0c82f0e36d4cd61e661f6e7a6196cb1aa92fe0828fa7b8f257cd", size = 11559211, upload-time = "2026-07-30T19:36:50.448Z" },
|
|
305
|
+
{ url = "https://files.pythonhosted.org/packages/fc/8a/fb22af2fd78a736e241fabf67e30ce1799a64244026377a49e133af90762/ruff-0.16.1-py3-none-win32.whl", hash = "sha256:d31765e131295b8445caf301e3e8a85b34d1b9b211b4109b7ba457888b051806", size = 10838258, upload-time = "2026-07-30T19:36:53.298Z" },
|
|
306
|
+
{ url = "https://files.pythonhosted.org/packages/d4/35/e57fd9fb5d423961df087a00b12d42c0a830288dc2f3b45ecca299158b4f/ruff-0.16.1-py3-none-win_amd64.whl", hash = "sha256:09b05e8b90c2cb06ad63464350e7a45e8e44a2dfe52072ebfba6666ca8d3f596", size = 11961111, upload-time = "2026-07-30T19:36:56.107Z" },
|
|
307
|
+
{ url = "https://files.pythonhosted.org/packages/cb/46/240ea004bf6dc4feb40e9832f2205a476a47dd5b8a3f8211a5fc5f95e20e/ruff-0.16.1-py3-none-win_arm64.whl", hash = "sha256:dbaadaac38c70239f056d306b7476f246b0bf000fa6b3876402acbf5b227eaf8", size = 11309414, upload-time = "2026-07-30T19:36:58.79Z" },
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pkg_exporter-0.2.8.dev144 → pkg_exporter-0.2.8.dev146}/src/pkg_exporter/pkgmanager/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|