promtext-cli 0.1.2.dev9__tar.gz → 0.1.2.dev11__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.
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.copier-answers.yml +1 -1
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.forgejo/workflows/commitlint.yaml +1 -1
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.forgejo/workflows/lint.yaml +2 -2
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.forgejo/workflows/publish.yaml +2 -2
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.pre-commit-config.yaml +1 -1
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/PKG-INFO +1 -1
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/uv.lock +22 -22
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.commitlintrc.yaml +0 -0
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/.gitignore +0 -0
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/README.md +0 -0
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/promtext_cli/__init__.py +0 -0
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/promtext_cli/main.py +0 -0
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/pyproject.toml +0 -0
- {promtext_cli-0.1.2.dev9 → promtext_cli-0.1.2.dev11}/renovate.json +0 -0
|
@@ -11,7 +11,7 @@ jobs:
|
|
|
11
11
|
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:d18b0022369a7a7ddaf11753602e4e34cc85b80d5b0ba8d9dea1d539a9277772
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
14
|
+
- uses: https://code.forgejo.org/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
|
15
15
|
with:
|
|
16
16
|
fetch-depth: 0
|
|
17
17
|
- name: Validate current commit (last commit) with commitlint
|
|
@@ -8,10 +8,10 @@ jobs:
|
|
|
8
8
|
forgejo:
|
|
9
9
|
runs-on: docker
|
|
10
10
|
container:
|
|
11
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
11
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:96abf96e412eabcf80e16659f51a5b591abf0866322dd80f8efa673ea4c583fc
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
14
|
+
- uses: https://code.forgejo.org/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
|
15
15
|
with:
|
|
16
16
|
fetch-depth: 0
|
|
17
17
|
- name: Install the project
|
|
@@ -8,10 +8,10 @@ jobs:
|
|
|
8
8
|
forgejo:
|
|
9
9
|
runs-on: docker
|
|
10
10
|
container:
|
|
11
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
11
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:96abf96e412eabcf80e16659f51a5b591abf0866322dd80f8efa673ea4c583fc
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
14
|
+
- uses: https://code.forgejo.org/actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
|
15
15
|
with:
|
|
16
16
|
fetch-depth: 0
|
|
17
17
|
- name: Build the project
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: promtext-cli
|
|
3
|
-
Version: 0.1.2.
|
|
3
|
+
Version: 0.1.2.dev11
|
|
4
4
|
Summary: Prometheus Textfile Tooling
|
|
5
5
|
Project-URL: Documentation, https://codeberg.org/margau/promtext-cli/src/branch/main#readme
|
|
6
6
|
Project-URL: Issues, https://codeberg.org/margau/promtext-cli/issues
|
|
@@ -97,7 +97,7 @@ dev = [
|
|
|
97
97
|
|
|
98
98
|
[[package]]
|
|
99
99
|
name = "pylint"
|
|
100
|
-
version = "3.3.
|
|
100
|
+
version = "3.3.8"
|
|
101
101
|
source = { registry = "https://pypi.org/simple" }
|
|
102
102
|
dependencies = [
|
|
103
103
|
{ name = "astroid" },
|
|
@@ -109,34 +109,34 @@ dependencies = [
|
|
|
109
109
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
110
110
|
{ name = "tomlkit" },
|
|
111
111
|
]
|
|
112
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
112
|
+
sdist = { url = "https://files.pythonhosted.org/packages/9d/58/1f614a84d3295c542e9f6e2c764533eea3f318f4592dc1ea06c797114767/pylint-3.3.8.tar.gz", hash = "sha256:26698de19941363037e2937d3db9ed94fb3303fdadf7d98847875345a8bb6b05", size = 1523947, upload-time = "2025-08-09T09:12:57.234Z" }
|
|
113
113
|
wheels = [
|
|
114
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
114
|
+
{ url = "https://files.pythonhosted.org/packages/2d/1a/711e93a7ab6c392e349428ea56e794a3902bb4e0284c1997cff2d7efdbc1/pylint-3.3.8-py3-none-any.whl", hash = "sha256:7ef94aa692a600e82fabdd17102b73fc226758218c97473c7ad67bd4cb905d83", size = 523153, upload-time = "2025-08-09T09:12:54.836Z" },
|
|
115
115
|
]
|
|
116
116
|
|
|
117
117
|
[[package]]
|
|
118
118
|
name = "ruff"
|
|
119
|
-
version = "0.12.
|
|
119
|
+
version = "0.12.8"
|
|
120
120
|
source = { registry = "https://pypi.org/simple" }
|
|
121
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
121
|
+
sdist = { url = "https://files.pythonhosted.org/packages/4b/da/5bd7565be729e86e1442dad2c9a364ceeff82227c2dece7c29697a9795eb/ruff-0.12.8.tar.gz", hash = "sha256:4cb3a45525176e1009b2b64126acf5f9444ea59066262791febf55e40493a033", size = 5242373, upload-time = "2025-08-07T19:05:47.268Z" }
|
|
122
122
|
wheels = [
|
|
123
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
124
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
125
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
126
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
127
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
128
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
129
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
130
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
131
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
132
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
133
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
134
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
135
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
136
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
137
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
138
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
139
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
123
|
+
{ url = "https://files.pythonhosted.org/packages/c9/1e/c843bfa8ad1114fab3eb2b78235dda76acd66384c663a4e0415ecc13aa1e/ruff-0.12.8-py3-none-linux_armv6l.whl", hash = "sha256:63cb5a5e933fc913e5823a0dfdc3c99add73f52d139d6cd5cc8639d0e0465513", size = 11675315, upload-time = "2025-08-07T19:05:06.15Z" },
|
|
124
|
+
{ url = "https://files.pythonhosted.org/packages/24/ee/af6e5c2a8ca3a81676d5480a1025494fd104b8896266502bb4de2a0e8388/ruff-0.12.8-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:9a9bbe28f9f551accf84a24c366c1aa8774d6748438b47174f8e8565ab9dedbc", size = 12456653, upload-time = "2025-08-07T19:05:09.759Z" },
|
|
125
|
+
{ url = "https://files.pythonhosted.org/packages/99/9d/e91f84dfe3866fa648c10512904991ecc326fd0b66578b324ee6ecb8f725/ruff-0.12.8-py3-none-macosx_11_0_arm64.whl", hash = "sha256:2fae54e752a3150f7ee0e09bce2e133caf10ce9d971510a9b925392dc98d2fec", size = 11659690, upload-time = "2025-08-07T19:05:12.551Z" },
|
|
126
|
+
{ url = "https://files.pythonhosted.org/packages/fe/ac/a363d25ec53040408ebdd4efcee929d48547665858ede0505d1d8041b2e5/ruff-0.12.8-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:c0acbcf01206df963d9331b5838fb31f3b44fa979ee7fa368b9b9057d89f4a53", size = 11896923, upload-time = "2025-08-07T19:05:14.821Z" },
|
|
127
|
+
{ url = "https://files.pythonhosted.org/packages/58/9f/ea356cd87c395f6ade9bb81365bd909ff60860975ca1bc39f0e59de3da37/ruff-0.12.8-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:ae3e7504666ad4c62f9ac8eedb52a93f9ebdeb34742b8b71cd3cccd24912719f", size = 11477612, upload-time = "2025-08-07T19:05:16.712Z" },
|
|
128
|
+
{ url = "https://files.pythonhosted.org/packages/1a/46/92e8fa3c9dcfd49175225c09053916cb97bb7204f9f899c2f2baca69e450/ruff-0.12.8-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cb82efb5d35d07497813a1c5647867390a7d83304562607f3579602fa3d7d46f", size = 13182745, upload-time = "2025-08-07T19:05:18.709Z" },
|
|
129
|
+
{ url = "https://files.pythonhosted.org/packages/5e/c4/f2176a310f26e6160deaf661ef60db6c3bb62b7a35e57ae28f27a09a7d63/ruff-0.12.8-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:dbea798fc0065ad0b84a2947b0aff4233f0cb30f226f00a2c5850ca4393de609", size = 14206885, upload-time = "2025-08-07T19:05:21.025Z" },
|
|
130
|
+
{ url = "https://files.pythonhosted.org/packages/87/9d/98e162f3eeeb6689acbedbae5050b4b3220754554526c50c292b611d3a63/ruff-0.12.8-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:49ebcaccc2bdad86fd51b7864e3d808aad404aab8df33d469b6e65584656263a", size = 13639381, upload-time = "2025-08-07T19:05:23.423Z" },
|
|
131
|
+
{ url = "https://files.pythonhosted.org/packages/81/4e/1b7478b072fcde5161b48f64774d6edd59d6d198e4ba8918d9f4702b8043/ruff-0.12.8-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ac9c570634b98c71c88cb17badd90f13fc076a472ba6ef1d113d8ed3df109fb", size = 12613271, upload-time = "2025-08-07T19:05:25.507Z" },
|
|
132
|
+
{ url = "https://files.pythonhosted.org/packages/e8/67/0c3c9179a3ad19791ef1b8f7138aa27d4578c78700551c60d9260b2c660d/ruff-0.12.8-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:560e0cd641e45591a3e42cb50ef61ce07162b9c233786663fdce2d8557d99818", size = 12847783, upload-time = "2025-08-07T19:05:28.14Z" },
|
|
133
|
+
{ url = "https://files.pythonhosted.org/packages/4e/2a/0b6ac3dd045acf8aa229b12c9c17bb35508191b71a14904baf99573a21bd/ruff-0.12.8-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:71c83121512e7743fba5a8848c261dcc454cafb3ef2934a43f1b7a4eb5a447ea", size = 11702672, upload-time = "2025-08-07T19:05:30.413Z" },
|
|
134
|
+
{ url = "https://files.pythonhosted.org/packages/9d/ee/f9fdc9f341b0430110de8b39a6ee5fa68c5706dc7c0aa940817947d6937e/ruff-0.12.8-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:de4429ef2ba091ecddedd300f4c3f24bca875d3d8b23340728c3cb0da81072c3", size = 11440626, upload-time = "2025-08-07T19:05:32.492Z" },
|
|
135
|
+
{ url = "https://files.pythonhosted.org/packages/89/fb/b3aa2d482d05f44e4d197d1de5e3863feb13067b22c571b9561085c999dc/ruff-0.12.8-py3-none-musllinux_1_2_i686.whl", hash = "sha256:a2cab5f60d5b65b50fba39a8950c8746df1627d54ba1197f970763917184b161", size = 12462162, upload-time = "2025-08-07T19:05:34.449Z" },
|
|
136
|
+
{ url = "https://files.pythonhosted.org/packages/18/9f/5c5d93e1d00d854d5013c96e1a92c33b703a0332707a7cdbd0a4880a84fb/ruff-0.12.8-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:45c32487e14f60b88aad6be9fd5da5093dbefb0e3e1224131cb1d441d7cb7d46", size = 12913212, upload-time = "2025-08-07T19:05:36.541Z" },
|
|
137
|
+
{ url = "https://files.pythonhosted.org/packages/71/13/ab9120add1c0e4604c71bfc2e4ef7d63bebece0cfe617013da289539cef8/ruff-0.12.8-py3-none-win32.whl", hash = "sha256:daf3475060a617fd5bc80638aeaf2f5937f10af3ec44464e280a9d2218e720d3", size = 11694382, upload-time = "2025-08-07T19:05:38.468Z" },
|
|
138
|
+
{ url = "https://files.pythonhosted.org/packages/f6/dc/a2873b7c5001c62f46266685863bee2888caf469d1edac84bf3242074be2/ruff-0.12.8-py3-none-win_amd64.whl", hash = "sha256:7209531f1a1fcfbe8e46bcd7ab30e2f43604d8ba1c49029bb420b103d0b5f76e", size = 12740482, upload-time = "2025-08-07T19:05:40.391Z" },
|
|
139
|
+
{ url = "https://files.pythonhosted.org/packages/cb/5c/799a1efb8b5abab56e8a9f2a0b72d12bd64bb55815e9476c7d0a2887d2f7/ruff-0.12.8-py3-none-win_arm64.whl", hash = "sha256:c90e1a334683ce41b0e7a04f41790c429bf5073b62c1ae701c9dc5b3d14f0749", size = 11884718, upload-time = "2025-08-07T19:05:42.866Z" },
|
|
140
140
|
]
|
|
141
141
|
|
|
142
142
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|