promtext-cli 0.1.2.dev34__tar.gz → 0.1.2.dev35__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.dev34 → promtext_cli-0.1.2.dev35}/.copier-answers.yml +1 -1
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/.forgejo/workflows/commitlint.yaml +2 -2
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/.forgejo/workflows/lint.yaml +2 -2
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/.forgejo/workflows/publish.yaml +4 -2
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/PKG-INFO +1 -1
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/.commitlintrc.yaml +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/.gitignore +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/.pre-commit-config.yaml +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/README.md +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/promtext_cli/__init__.py +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/promtext_cli/main.py +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/pyproject.toml +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/renovate.json +0 -0
- {promtext_cli-0.1.2.dev34 → promtext_cli-0.1.2.dev35}/uv.lock +0 -0
|
@@ -11,10 +11,10 @@ jobs:
|
|
|
11
11
|
commitlint-check:
|
|
12
12
|
runs-on: docker
|
|
13
13
|
container:
|
|
14
|
-
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:
|
|
14
|
+
image: codeberg.org/margau/buildenv-commitlint:latest@sha256:ede41e83c7dc48c69252c40e6d99d3c090f7296605c6e052f2bdc8f1dd649d1e
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
17
|
+
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
18
18
|
with:
|
|
19
19
|
fetch-depth: 0
|
|
20
20
|
- name: Validate current commit (last commit) with commitlint
|
|
@@ -11,10 +11,10 @@ jobs:
|
|
|
11
11
|
lint-check:
|
|
12
12
|
runs-on: docker
|
|
13
13
|
container:
|
|
14
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
14
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:eaa6f1c4510e6d5c0c81164a127e281be029d2ed261e060880145c024e890ce4
|
|
15
15
|
|
|
16
16
|
steps:
|
|
17
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
17
|
+
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
18
18
|
with:
|
|
19
19
|
fetch-depth: 0
|
|
20
20
|
- name: Install the project
|
|
@@ -4,6 +4,8 @@ on:
|
|
|
4
4
|
push:
|
|
5
5
|
branches:
|
|
6
6
|
- main
|
|
7
|
+
tags:
|
|
8
|
+
- 'v*'
|
|
7
9
|
# non-main branches are handled by pull_request
|
|
8
10
|
pull_request:
|
|
9
11
|
|
|
@@ -12,10 +14,10 @@ jobs:
|
|
|
12
14
|
name: "Build (and Publish)"
|
|
13
15
|
runs-on: docker
|
|
14
16
|
container:
|
|
15
|
-
image: codeberg.org/margau/buildenv-uv:latest@sha256:
|
|
17
|
+
image: codeberg.org/margau/buildenv-uv:latest@sha256:eaa6f1c4510e6d5c0c81164a127e281be029d2ed261e060880145c024e890ce4
|
|
16
18
|
|
|
17
19
|
steps:
|
|
18
|
-
- uses: https://code.forgejo.org/actions/checkout@
|
|
20
|
+
- uses: https://code.forgejo.org/actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
|
19
21
|
with:
|
|
20
22
|
fetch-depth: 0
|
|
21
23
|
- 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.dev35
|
|
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
|
|
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
|