promtext-cli 0.1.2.dev22__tar.gz → 0.1.2.dev24__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.dev22 → promtext_cli-0.1.2.dev24}/.copier-answers.yml +1 -1
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/.forgejo/workflows/commitlint.yaml +2 -2
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/.forgejo/workflows/lint.yaml +2 -2
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/.forgejo/workflows/publish.yaml +2 -2
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/.pre-commit-config.yaml +1 -1
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/PKG-INFO +1 -1
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/uv.lock +26 -26
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/.commitlintrc.yaml +0 -0
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/.gitignore +0 -0
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/README.md +0 -0
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/promtext_cli/__init__.py +0 -0
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/promtext_cli/main.py +0 -0
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/pyproject.toml +0 -0
- {promtext_cli-0.1.2.dev22 → promtext_cli-0.1.2.dev24}/renovate.json +0 -0
|
@@ -8,10 +8,10 @@ jobs:
|
|
|
8
8
|
forgejo:
|
|
9
9
|
runs-on: docker
|
|
10
10
|
container:
|
|
11
|
-
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:
|
|
11
|
+
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:f202e07e9f96b1d4fe616736cc0ad56123ca7434d5ab0bbab44ab9da6ae15651
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
14
|
+
- uses: https://code.forgejo.org/actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
|
|
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:bb0c474a04520e92bf42ce2796ac5a276b546b974ca0802d3004c15f734205b7
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
14
|
+
- uses: https://code.forgejo.org/actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
|
|
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:bb0c474a04520e92bf42ce2796ac5a276b546b974ca0802d3004c15f734205b7
|
|
12
12
|
|
|
13
13
|
steps:
|
|
14
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
14
|
+
- uses: https://code.forgejo.org/actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6
|
|
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.dev24
|
|
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
|
|
@@ -9,14 +9,14 @@ resolution-markers = [
|
|
|
9
9
|
|
|
10
10
|
[[package]]
|
|
11
11
|
name = "astroid"
|
|
12
|
-
version = "4.0.
|
|
12
|
+
version = "4.0.2"
|
|
13
13
|
source = { registry = "https://pypi.org/simple" }
|
|
14
14
|
dependencies = [
|
|
15
15
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
16
16
|
]
|
|
17
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
17
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b7/22/97df040e15d964e592d3a180598ace67e91b7c559d8298bdb3c949dc6e42/astroid-4.0.2.tar.gz", hash = "sha256:ac8fb7ca1c08eb9afec91ccc23edbd8ac73bb22cbdd7da1d488d9fb8d6579070", size = 405714, upload-time = "2025-11-09T21:21:18.373Z" }
|
|
18
18
|
wheels = [
|
|
19
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
19
|
+
{ url = "https://files.pythonhosted.org/packages/93/ac/a85b4bfb4cf53221513e27f33cc37ad158fce02ac291d18bee6b49ab477d/astroid-4.0.2-py3-none-any.whl", hash = "sha256:d7546c00a12efc32650b19a2bb66a153883185d3179ab0d4868086f807338b9b", size = 276354, upload-time = "2025-11-09T21:21:16.54Z" },
|
|
20
20
|
]
|
|
21
21
|
|
|
22
22
|
[[package]]
|
|
@@ -97,7 +97,7 @@ dev = [
|
|
|
97
97
|
|
|
98
98
|
[[package]]
|
|
99
99
|
name = "pylint"
|
|
100
|
-
version = "4.0.
|
|
100
|
+
version = "4.0.4"
|
|
101
101
|
source = { registry = "https://pypi.org/simple" }
|
|
102
102
|
dependencies = [
|
|
103
103
|
{ name = "astroid" },
|
|
@@ -109,35 +109,35 @@ 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/5a/d2/b081da1a8930d00e3fc06352a1d449aaf815d4982319fab5d8cdb2e9ab35/pylint-4.0.4.tar.gz", hash = "sha256:d9b71674e19b1c36d79265b5887bf8e55278cbe236c9e95d22dc82cf044fdbd2", size = 1571735, upload-time = "2025-11-30T13:29:04.315Z" }
|
|
113
113
|
wheels = [
|
|
114
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
114
|
+
{ url = "https://files.pythonhosted.org/packages/a6/92/d40f5d937517cc489ad848fc4414ecccc7592e4686b9071e09e64f5e378e/pylint-4.0.4-py3-none-any.whl", hash = "sha256:63e06a37d5922555ee2c20963eb42559918c20bd2b21244e4ef426e7c43b92e0", size = 536425, upload-time = "2025-11-30T13:29:02.53Z" },
|
|
115
115
|
]
|
|
116
116
|
|
|
117
117
|
[[package]]
|
|
118
118
|
name = "ruff"
|
|
119
|
-
version = "0.14.
|
|
119
|
+
version = "0.14.7"
|
|
120
120
|
source = { registry = "https://pypi.org/simple" }
|
|
121
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
121
|
+
sdist = { url = "https://files.pythonhosted.org/packages/b7/5b/dd7406afa6c95e3d8fa9d652b6d6dd17dd4a6bf63cb477014e8ccd3dcd46/ruff-0.14.7.tar.gz", hash = "sha256:3417deb75d23bd14a722b57b0a1435561db65f0ad97435b4cf9f85ffcef34ae5", size = 5727324, upload-time = "2025-11-28T20:55:10.525Z" }
|
|
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/
|
|
140
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
123
|
+
{ url = "https://files.pythonhosted.org/packages/8c/b1/7ea5647aaf90106f6d102230e5df874613da43d1089864da1553b899ba5e/ruff-0.14.7-py3-none-linux_armv6l.whl", hash = "sha256:b9d5cb5a176c7236892ad7224bc1e63902e4842c460a0b5210701b13e3de4fca", size = 13414475, upload-time = "2025-11-28T20:54:54.569Z" },
|
|
124
|
+
{ url = "https://files.pythonhosted.org/packages/af/19/fddb4cd532299db9cdaf0efdc20f5c573ce9952a11cb532d3b859d6d9871/ruff-0.14.7-py3-none-macosx_10_12_x86_64.whl", hash = "sha256:3f64fe375aefaf36ca7d7250292141e39b4cea8250427482ae779a2aa5d90015", size = 13634613, upload-time = "2025-11-28T20:55:17.54Z" },
|
|
125
|
+
{ url = "https://files.pythonhosted.org/packages/40/2b/469a66e821d4f3de0440676ed3e04b8e2a1dc7575cf6fa3ba6d55e3c8557/ruff-0.14.7-py3-none-macosx_11_0_arm64.whl", hash = "sha256:93e83bd3a9e1a3bda64cb771c0d47cda0e0d148165013ae2d3554d718632d554", size = 12765458, upload-time = "2025-11-28T20:55:26.128Z" },
|
|
126
|
+
{ url = "https://files.pythonhosted.org/packages/f1/05/0b001f734fe550bcfde4ce845948ac620ff908ab7241a39a1b39bb3c5f49/ruff-0.14.7-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:3838948e3facc59a6070795de2ae16e5786861850f78d5914a03f12659e88f94", size = 13236412, upload-time = "2025-11-28T20:55:28.602Z" },
|
|
127
|
+
{ url = "https://files.pythonhosted.org/packages/11/36/8ed15d243f011b4e5da75cd56d6131c6766f55334d14ba31cce5461f28aa/ruff-0.14.7-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl", hash = "sha256:24c8487194d38b6d71cd0fd17a5b6715cda29f59baca1defe1e3a03240f851d1", size = 13182949, upload-time = "2025-11-28T20:55:33.265Z" },
|
|
128
|
+
{ url = "https://files.pythonhosted.org/packages/3b/cf/fcb0b5a195455729834f2a6eadfe2e4519d8ca08c74f6d2b564a4f18f553/ruff-0.14.7-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:79c73db6833f058a4be8ffe4a0913b6d4ad41f6324745179bd2aa09275b01d0b", size = 13816470, upload-time = "2025-11-28T20:55:08.203Z" },
|
|
129
|
+
{ url = "https://files.pythonhosted.org/packages/7f/5d/34a4748577ff7a5ed2f2471456740f02e86d1568a18c9faccfc73bd9ca3f/ruff-0.14.7-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl", hash = "sha256:12eb7014fccff10fc62d15c79d8a6be4d0c2d60fe3f8e4d169a0d2def75f5dad", size = 15289621, upload-time = "2025-11-28T20:55:30.837Z" },
|
|
130
|
+
{ url = "https://files.pythonhosted.org/packages/53/53/0a9385f047a858ba133d96f3f8e3c9c66a31cc7c4b445368ef88ebeac209/ruff-0.14.7-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:6c623bbdc902de7ff715a93fa3bb377a4e42dd696937bf95669118773dbf0c50", size = 14975817, upload-time = "2025-11-28T20:55:24.107Z" },
|
|
131
|
+
{ url = "https://files.pythonhosted.org/packages/a8/d7/2f1c32af54c3b46e7fadbf8006d8b9bcfbea535c316b0bd8813d6fb25e5d/ruff-0.14.7-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f53accc02ed2d200fa621593cdb3c1ae06aa9b2c3cae70bc96f72f0000ae97a9", size = 14284549, upload-time = "2025-11-28T20:55:06.08Z" },
|
|
132
|
+
{ url = "https://files.pythonhosted.org/packages/92/05/434ddd86becd64629c25fb6b4ce7637dd52a45cc4a4415a3008fe61c27b9/ruff-0.14.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:281f0e61a23fcdcffca210591f0f53aafaa15f9025b5b3f9706879aaa8683bc4", size = 14071389, upload-time = "2025-11-28T20:55:35.617Z" },
|
|
133
|
+
{ url = "https://files.pythonhosted.org/packages/ff/50/fdf89d4d80f7f9d4f420d26089a79b3bb1538fe44586b148451bc2ba8d9c/ruff-0.14.7-py3-none-manylinux_2_31_riscv64.whl", hash = "sha256:dbbaa5e14148965b91cb090236931182ee522a5fac9bc5575bafc5c07b9f9682", size = 14202679, upload-time = "2025-11-28T20:55:01.472Z" },
|
|
134
|
+
{ url = "https://files.pythonhosted.org/packages/77/54/87b34988984555425ce967f08a36df0ebd339bb5d9d0e92a47e41151eafc/ruff-0.14.7-py3-none-musllinux_1_2_aarch64.whl", hash = "sha256:1464b6e54880c0fe2f2d6eaefb6db15373331414eddf89d6b903767ae2458143", size = 13147677, upload-time = "2025-11-28T20:55:19.933Z" },
|
|
135
|
+
{ url = "https://files.pythonhosted.org/packages/67/29/f55e4d44edfe053918a16a3299e758e1c18eef216b7a7092550d7a9ec51c/ruff-0.14.7-py3-none-musllinux_1_2_armv7l.whl", hash = "sha256:f217ed871e4621ea6128460df57b19ce0580606c23aeab50f5de425d05226784", size = 13151392, upload-time = "2025-11-28T20:55:21.967Z" },
|
|
136
|
+
{ url = "https://files.pythonhosted.org/packages/36/69/47aae6dbd4f1d9b4f7085f4d9dcc84e04561ee7ad067bf52e0f9b02e3209/ruff-0.14.7-py3-none-musllinux_1_2_i686.whl", hash = "sha256:6be02e849440ed3602d2eb478ff7ff07d53e3758f7948a2a598829660988619e", size = 13412230, upload-time = "2025-11-28T20:55:12.749Z" },
|
|
137
|
+
{ url = "https://files.pythonhosted.org/packages/b7/4b/6e96cb6ba297f2ba502a231cd732ed7c3de98b1a896671b932a5eefa3804/ruff-0.14.7-py3-none-musllinux_1_2_x86_64.whl", hash = "sha256:19a0f116ee5e2b468dfe80c41c84e2bbd6b74f7b719bee86c2ecde0a34563bcc", size = 14195397, upload-time = "2025-11-28T20:54:56.896Z" },
|
|
138
|
+
{ url = "https://files.pythonhosted.org/packages/69/82/251d5f1aa4dcad30aed491b4657cecd9fb4274214da6960ffec144c260f7/ruff-0.14.7-py3-none-win32.whl", hash = "sha256:e33052c9199b347c8937937163b9b149ef6ab2e4bb37b042e593da2e6f6cccfa", size = 13126751, upload-time = "2025-11-28T20:55:03.47Z" },
|
|
139
|
+
{ url = "https://files.pythonhosted.org/packages/a8/b5/d0b7d145963136b564806f6584647af45ab98946660d399ec4da79cae036/ruff-0.14.7-py3-none-win_amd64.whl", hash = "sha256:e17a20ad0d3fad47a326d773a042b924d3ac31c6ca6deb6c72e9e6b5f661a7c6", size = 14531726, upload-time = "2025-11-28T20:54:59.121Z" },
|
|
140
|
+
{ url = "https://files.pythonhosted.org/packages/1d/d2/1637f4360ada6a368d3265bf39f2cf737a0aaab15ab520fc005903e883f8/ruff-0.14.7-py3-none-win_arm64.whl", hash = "sha256:be4d653d3bea1b19742fcc6502354e32f65cd61ff2fbdb365803ef2c2aec6228", size = 13609215, upload-time = "2025-11-28T20:55:15.375Z" },
|
|
141
141
|
]
|
|
142
142
|
|
|
143
143
|
[[package]]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|