promtext-cli 0.2.1.dev4__tar.gz → 0.2.1.dev5__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.
Files changed (20) hide show
  1. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.copier-answers.yml +1 -1
  2. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.forgejo/workflows/commitlint.yaml +1 -1
  3. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.forgejo/workflows/lint.yaml +1 -1
  4. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.forgejo/workflows/publish.yaml +3 -3
  5. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.forgejo/workflows/test.yaml +1 -1
  6. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.pre-commit-config.yaml +1 -1
  7. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/PKG-INFO +1 -1
  8. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.commitlintrc.yaml +0 -0
  9. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/.gitignore +0 -0
  10. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/README.md +0 -0
  11. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/cliff.toml +0 -0
  12. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/promtext_cli/__init__.py +0 -0
  13. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/promtext_cli/main.py +0 -0
  14. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/promtext_cli/promtext.py +0 -0
  15. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/pyproject.toml +0 -0
  16. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/renovate.json +0 -0
  17. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/tests/.gitkeep +0 -0
  18. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/tests/test_blackbox.py +0 -0
  19. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/tests/test_functional.py +0 -0
  20. {promtext_cli-0.2.1.dev4 → promtext_cli-0.2.1.dev5}/uv.lock +0 -0
@@ -1,5 +1,5 @@
1
1
  # Changes here will be overwritten by Copier.
2
- _commit: 0.9.10
2
+ _commit: 0.9.15
3
3
  _src_path: https://codeberg.org/margau/copier-python-uv.git
4
4
  code_dir: promtext_cli
5
5
  container: false
@@ -11,7 +11,7 @@ jobs:
11
11
  commitlint-check:
12
12
  runs-on: docker
13
13
  container:
14
- image: codeberg.org/margau/buildenv-commitlint:latest@sha256:b14a5c9ad0482db1cbcbea0f4a8934d70b8c46a853788978b06a48204579a005
14
+ image: codeberg.org/margau/buildenv-commitlint:latest@sha256:f873f5dd1ee243dad024c8159e7716a551787fa7249ac72d119f827fb6fd793f
15
15
 
16
16
  steps:
17
17
  - uses: https://code.forgejo.org/actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -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:441d837461dee4e26063154c3b7d52da83ecb95b3ff4c418b6206ed65c15177d
16
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:12a9bfa0975b853a104e992b70766ba95058e6a6b59aa7c725efecc271abf601
17
17
 
18
18
  steps:
19
19
  - uses: https://code.forgejo.org/actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -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:441d837461dee4e26063154c3b7d52da83ecb95b3ff4c418b6206ed65c15177d
19
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:12a9bfa0975b853a104e992b70766ba95058e6a6b59aa7c725efecc271abf601
20
20
 
21
21
  steps:
22
22
  - uses: https://code.forgejo.org/actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -49,7 +49,7 @@ jobs:
49
49
  env:
50
50
  GITEA_REPO: "${{ forgejo.repository }}"
51
51
  - name: Upload release assets to Forgejo
52
- uses: https://code.forgejo.org/actions/forgejo-release@ccebdd6620fbfe82b38675283d7bb23de82c3c54 # v2.12.1
52
+ uses: https://code.forgejo.org/actions/forgejo-release@2ea0c8c6d9b13a0646caf2f8ea7d632584cf8b07 # v2.13.1
53
53
  if: "${{ startsWith(github.ref, 'refs/tags') }}"
54
54
  with:
55
55
  direction: upload
@@ -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:441d837461dee4e26063154c3b7d52da83ecb95b3ff4c418b6206ed65c15177d
70
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:12a9bfa0975b853a104e992b70766ba95058e6a6b59aa7c725efecc271abf601
71
71
 
72
72
  steps:
73
73
  - uses: https://code.forgejo.org/actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -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:441d837461dee4e26063154c3b7d52da83ecb95b3ff4c418b6206ed65c15177d
16
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:12a9bfa0975b853a104e992b70766ba95058e6a6b59aa7c725efecc271abf601
17
17
 
18
18
  steps:
19
19
  - uses: https://code.forgejo.org/actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
@@ -10,7 +10,7 @@ repos:
10
10
  stages: [commit-msg]
11
11
  args: []
12
12
  - repo: https://github.com/astral-sh/ruff-pre-commit
13
- rev: v0.15.15
13
+ rev: v0.15.16
14
14
  hooks:
15
15
  # Run the linter.
16
16
  - id: ruff-check
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: promtext-cli
3
- Version: 0.2.1.dev4
3
+ Version: 0.2.1.dev5
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