gha-utils 4.13.2__tar.gz → 4.13.4__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.
- {gha_utils-4.13.2 → gha_utils-4.13.4}/PKG-INFO +2 -2
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/__init__.py +1 -1
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils.egg-info/PKG-INFO +2 -2
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils.egg-info/requires.txt +1 -1
- {gha_utils-4.13.2 → gha_utils-4.13.4}/pyproject.toml +3 -3
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/__main__.py +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/changelog.py +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/cli.py +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/mailmap.py +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/metadata.py +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils/py.typed +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils.egg-info/SOURCES.txt +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils.egg-info/dependency_links.txt +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils.egg-info/entry_points.txt +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/gha_utils.egg-info/top_level.txt +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/readme.md +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/setup.cfg +0 -0
- {gha_utils-4.13.2 → gha_utils-4.13.4}/tests/test_changelog.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.13.
|
|
3
|
+
Version: 4.13.4
|
|
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
|
|
@@ -48,7 +48,7 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|
Requires-Dist: backports.strenum~=1.3.1; python_version < "3.11"
|
|
49
49
|
Requires-Dist: boltons>=24.0.0
|
|
50
50
|
Requires-Dist: bump-my-version>=0.21.0
|
|
51
|
-
Requires-Dist: click-extra~=4.
|
|
51
|
+
Requires-Dist: click-extra~=4.13.2
|
|
52
52
|
Requires-Dist: packaging~=24.1
|
|
53
53
|
Requires-Dist: PyDriller~=2.6
|
|
54
54
|
Requires-Dist: pyproject-metadata~=0.9.0
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.2
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.13.
|
|
3
|
+
Version: 4.13.4
|
|
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
|
|
@@ -48,7 +48,7 @@ Description-Content-Type: text/markdown
|
|
|
48
48
|
Requires-Dist: backports.strenum~=1.3.1; python_version < "3.11"
|
|
49
49
|
Requires-Dist: boltons>=24.0.0
|
|
50
50
|
Requires-Dist: bump-my-version>=0.21.0
|
|
51
|
-
Requires-Dist: click-extra~=4.
|
|
51
|
+
Requires-Dist: click-extra~=4.13.2
|
|
52
52
|
Requires-Dist: packaging~=24.1
|
|
53
53
|
Requires-Dist: PyDriller~=2.6
|
|
54
54
|
Requires-Dist: pyproject-metadata~=0.9.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.13.
|
|
4
|
+
version = "4.13.4"
|
|
5
5
|
# Python versions and their status: https://devguide.python.org/versions/
|
|
6
6
|
requires-python = ">= 3.10"
|
|
7
7
|
description = "⚙️ CLI helpers for GitHub Actions + reuseable workflows"
|
|
@@ -75,7 +75,7 @@ dependencies = [
|
|
|
75
75
|
# while releasing gha-utils itself.
|
|
76
76
|
# v0.21.0 is the first to rely on wcmatch library.
|
|
77
77
|
"bump-my-version >= 0.21.0",
|
|
78
|
-
"click-extra ~= 4.
|
|
78
|
+
"click-extra ~= 4.13.2",
|
|
79
79
|
"packaging ~= 24.1",
|
|
80
80
|
"PyDriller ~= 2.6",
|
|
81
81
|
"pyproject-metadata ~= 0.9.0",
|
|
@@ -132,7 +132,7 @@ addopts = [
|
|
|
132
132
|
xfail_strict = true
|
|
133
133
|
|
|
134
134
|
[tool.bumpversion]
|
|
135
|
-
current_version = "4.13.
|
|
135
|
+
current_version = "4.13.4"
|
|
136
136
|
allow_dirty = true
|
|
137
137
|
ignore_missing_files = true
|
|
138
138
|
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|