promtext-cli 0.1.2.dev95__tar.gz → 0.1.2.dev96__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 (19) hide show
  1. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.copier-answers.yml +1 -1
  2. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.forgejo/workflows/lint.yaml +2 -2
  3. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.forgejo/workflows/publish.yaml +3 -3
  4. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.forgejo/workflows/test.yaml +2 -2
  5. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/PKG-INFO +1 -1
  6. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.commitlintrc.yaml +0 -0
  7. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.forgejo/workflows/commitlint.yaml +0 -0
  8. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.gitignore +0 -0
  9. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/.pre-commit-config.yaml +0 -0
  10. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/README.md +0 -0
  11. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/cliff.toml +0 -0
  12. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/promtext_cli/__init__.py +0 -0
  13. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/promtext_cli/main.py +0 -0
  14. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/pyproject.toml +0 -0
  15. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/renovate.json +0 -0
  16. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/tests/.gitkeep +0 -0
  17. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/tests/test_blackbox.py +0 -0
  18. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/tests/test_functional.py +0 -0
  19. {promtext_cli-0.1.2.dev95 → promtext_cli-0.1.2.dev96}/uv.lock +0 -0
@@ -1,5 +1,5 @@
1
1
  # Changes here will be overwritten by Copier.
2
- _commit: 0.8.1
2
+ _commit: 0.8.4
3
3
  _src_path: https://codeberg.org/margau/copier-python-uv.git
4
4
  code_dir: promtext_cli
5
5
  container: false
@@ -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:5fe5329c217c5107242a2b04523f25facbfe0a9ff00f895fbf8f6334e239a7b0
16
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
17
17
 
18
18
  steps:
19
19
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -36,7 +36,7 @@ jobs:
36
36
  - name: check with pylint
37
37
  run: uv run pylint promtext_cli tests # TODO: Check if there is a need for special pytest-related pylint rules
38
38
  - name: Minimize uv cache
39
- run: uv cache prune --ci
39
+ run: uv cache prune
40
40
  - name: cache save
41
41
  uses: https://code.forgejo.org/actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
42
42
  with:
@@ -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:5fe5329c217c5107242a2b04523f25facbfe0a9ff00f895fbf8f6334e239a7b0
19
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
20
20
 
21
21
  steps:
22
22
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -56,7 +56,7 @@ jobs:
56
56
  release-dir: dist
57
57
  release-notes-file: notes.md
58
58
  - name: Minimize uv cache
59
- run: uv cache prune --ci
59
+ run: uv cache prune
60
60
  - name: cache save
61
61
  uses: https://code.forgejo.org/actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
62
62
  with:
@@ -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:5fe5329c217c5107242a2b04523f25facbfe0a9ff00f895fbf8f6334e239a7b0
70
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
71
71
 
72
72
  steps:
73
73
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # 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:5fe5329c217c5107242a2b04523f25facbfe0a9ff00f895fbf8f6334e239a7b0
16
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:c62d6a964aee906c1c749615a0661ba5e0ccaf3d5d7f0589792c32572b834b8a
17
17
 
18
18
  steps:
19
19
  - uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
@@ -34,7 +34,7 @@ jobs:
34
34
  - name: show coverage
35
35
  run: uv run coverage report -m
36
36
  - name: Minimize uv cache
37
- run: uv cache prune --ci
37
+ run: uv cache prune
38
38
  - name: cache save
39
39
  uses: https://code.forgejo.org/actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5
40
40
  with:
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: promtext-cli
3
- Version: 0.1.2.dev95
3
+ Version: 0.1.2.dev96
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