gha-utils 4.19.0__tar.gz → 4.19.1__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.

Potentially problematic release.


This version of gha-utils might be problematic. Click here for more details.

Files changed (23) hide show
  1. {gha_utils-4.19.0 → gha_utils-4.19.1}/PKG-INFO +2 -2
  2. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/__init__.py +1 -1
  3. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils.egg-info/PKG-INFO +2 -2
  4. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils.egg-info/requires.txt +1 -1
  5. {gha_utils-4.19.0 → gha_utils-4.19.1}/pyproject.toml +4 -3
  6. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/__main__.py +0 -0
  7. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/changelog.py +0 -0
  8. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/cli.py +0 -0
  9. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/mailmap.py +0 -0
  10. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/matrix.py +0 -0
  11. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/metadata.py +0 -0
  12. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/py.typed +0 -0
  13. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils/test_plan.py +0 -0
  14. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils.egg-info/SOURCES.txt +0 -0
  15. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils.egg-info/dependency_links.txt +0 -0
  16. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils.egg-info/entry_points.txt +0 -0
  17. {gha_utils-4.19.0 → gha_utils-4.19.1}/gha_utils.egg-info/top_level.txt +0 -0
  18. {gha_utils-4.19.0 → gha_utils-4.19.1}/readme.md +0 -0
  19. {gha_utils-4.19.0 → gha_utils-4.19.1}/setup.cfg +0 -0
  20. {gha_utils-4.19.0 → gha_utils-4.19.1}/tests/test_changelog.py +0 -0
  21. {gha_utils-4.19.0 → gha_utils-4.19.1}/tests/test_mailmap.py +0 -0
  22. {gha_utils-4.19.0 → gha_utils-4.19.1}/tests/test_matrix.py +0 -0
  23. {gha_utils-4.19.0 → gha_utils-4.19.1}/tests/test_metadata.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gha-utils
3
- Version: 4.19.0
3
+ Version: 4.19.1
4
4
  Summary: ⚙️ CLI helpers for GitHub Actions + reuseable workflows
5
5
  Author-email: Kevin Deldycke <kevin@deldycke.com>
6
6
  Project-URL: Homepage, https://github.com/kdeldycke/workflows
@@ -46,7 +46,7 @@ Requires-Python: >=3.11
46
46
  Description-Content-Type: text/markdown
47
47
  Requires-Dist: boltons>=24.0.0
48
48
  Requires-Dist: bump-my-version<1.1.1,>=0.32.2
49
- Requires-Dist: click-extra~=5.1.1
49
+ Requires-Dist: click-extra~=6.0.0
50
50
  Requires-Dist: extra-platforms~=3.2.0
51
51
  Requires-Dist: gitignore-parser~=0.1.13
52
52
  Requires-Dist: packaging~=25.0
@@ -17,4 +17,4 @@
17
17
 
18
18
  from __future__ import annotations
19
19
 
20
- __version__ = "4.19.0"
20
+ __version__ = "4.19.1"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: gha-utils
3
- Version: 4.19.0
3
+ Version: 4.19.1
4
4
  Summary: ⚙️ CLI helpers for GitHub Actions + reuseable workflows
5
5
  Author-email: Kevin Deldycke <kevin@deldycke.com>
6
6
  Project-URL: Homepage, https://github.com/kdeldycke/workflows
@@ -46,7 +46,7 @@ Requires-Python: >=3.11
46
46
  Description-Content-Type: text/markdown
47
47
  Requires-Dist: boltons>=24.0.0
48
48
  Requires-Dist: bump-my-version<1.1.1,>=0.32.2
49
- Requires-Dist: click-extra~=5.1.1
49
+ Requires-Dist: click-extra~=6.0.0
50
50
  Requires-Dist: extra-platforms~=3.2.0
51
51
  Requires-Dist: gitignore-parser~=0.1.13
52
52
  Requires-Dist: packaging~=25.0
@@ -1,6 +1,6 @@
1
1
  boltons>=24.0.0
2
2
  bump-my-version<1.1.1,>=0.32.2
3
- click-extra~=5.1.1
3
+ click-extra~=6.0.0
4
4
  extra-platforms~=3.2.0
5
5
  gitignore-parser~=0.1.13
6
6
  packaging~=25.0
@@ -1,7 +1,7 @@
1
1
  [project]
2
2
  # Docs: https://packaging.python.org/en/latest/guides/writing-pyproject-toml/
3
3
  name = "gha-utils"
4
- version = "4.19.0"
4
+ version = "4.19.1"
5
5
  # Python versions and their status: https://devguide.python.org/versions/
6
6
  requires-python = ">= 3.11"
7
7
  description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
@@ -74,7 +74,8 @@ dependencies = [
74
74
  # v0.32.2 is the first fixing an issue preventing compilation with Nuitka.
75
75
  # v1.1.1 and later have some regressions: see https://github.com/callowayproject/bump-my-version/issues/331
76
76
  "bump-my-version >= 0.32.2, < 1.1.1",
77
- "click-extra ~= 5.1.1",
77
+ # Click Extra 6.0.0 fix an isue with --version option.
78
+ "click-extra ~= 6.0.0",
78
79
  "extra-platforms ~= 3.2.0",
79
80
  # In the future, replace gitignore-parser with wcmatch once the latter supports gitignore files:
80
81
  # https://github.com/facelessuser/wcmatch/issues/226
@@ -139,7 +140,7 @@ addopts = [
139
140
  xfail_strict = true
140
141
 
141
142
  [tool.bumpversion]
142
- current_version = "4.19.0"
143
+ current_version = "4.19.1"
143
144
  allow_dirty = true
144
145
  ignore_missing_files = true
145
146
 
File without changes
File without changes
File without changes