promtext-cli 0.1.2.dev28__tar.gz → 0.1.2.dev31__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.
@@ -1,6 +1,7 @@
1
1
  # Changes here will be overwritten by Copier.
2
- _commit: 0.0.143
2
+ _commit: 0.0.165
3
3
  _src_path: https://codeberg.org/margau/copier-python-uv.git
4
+ code_dir: src
4
5
  container: false
5
6
  forgejo_url: https://codeberg.org/margau/promtext-cli
6
7
  ignore_pylint: true
@@ -2,13 +2,16 @@ name: commitlint
2
2
 
3
3
  on:
4
4
  push:
5
+ branches:
6
+ - main
7
+ # non-main branches are handled by pull_request
5
8
  pull_request:
6
9
 
7
10
  jobs:
8
- forgejo:
11
+ commitlint-check:
9
12
  runs-on: docker
10
13
  container:
11
- image: codeberg.org/margau/buildenv-commitlint:latest@sha256:d9489c1cf32a070de4582fabbaa534148abeb91ebcf2fe9d01ec6159cd16c28c
14
+ image: codeberg.org/margau/buildenv-commitlint:latest@sha256:68157f2ba0e3f3c99e9a79330531364d67b51afe109a19e2798d1cd9277c25d9
12
15
 
13
16
  steps:
14
17
  - uses: https://code.forgejo.org/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
@@ -2,13 +2,16 @@ name: lint
2
2
 
3
3
  on:
4
4
  push:
5
+ branches:
6
+ - main
7
+ # non-main branches are handled by pull_request
5
8
  pull_request:
6
9
 
7
10
  jobs:
8
- forgejo:
11
+ lint-check:
9
12
  runs-on: docker
10
13
  container:
11
- image: codeberg.org/margau/buildenv-uv:latest@sha256:2e6d2f8c5d72f02e93a158f4894170db600c612de36f3ecd61bd7fc8a87a167d
14
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:4bfc849446ecfdeffcc3ea493310e79fc01d02250cd8d5e480b78b8b3c12e03d
12
15
 
13
16
  steps:
14
17
  - uses: https://code.forgejo.org/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
@@ -2,13 +2,17 @@ name: publish
2
2
 
3
3
  on:
4
4
  push:
5
+ branches:
6
+ - main
7
+ # non-main branches are handled by pull_request
5
8
  pull_request:
6
9
 
7
10
  jobs:
8
- forgejo:
11
+ build_publish:
12
+ name: "Build (and Publish)"
9
13
  runs-on: docker
10
14
  container:
11
- image: codeberg.org/margau/buildenv-uv:latest@sha256:2e6d2f8c5d72f02e93a158f4894170db600c612de36f3ecd61bd7fc8a87a167d
15
+ image: codeberg.org/margau/buildenv-uv:latest@sha256:4bfc849446ecfdeffcc3ea493310e79fc01d02250cd8d5e480b78b8b3c12e03d
12
16
 
13
17
  steps:
14
18
  - uses: https://code.forgejo.org/actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # 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.14.10
13
+ rev: v0.14.13
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.1.2.dev28
3
+ Version: 0.1.2.dev31
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