gha-utils 4.15.5__tar.gz → 4.15.6__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.
- {gha_utils-4.15.5 → gha_utils-4.15.6}/PKG-INFO +16 -5
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/__init__.py +1 -1
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils.egg-info/PKG-INFO +16 -5
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils.egg-info/requires.txt +3 -3
- {gha_utils-4.15.5 → gha_utils-4.15.6}/pyproject.toml +6 -5
- {gha_utils-4.15.5 → gha_utils-4.15.6}/readme.md +11 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/__main__.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/changelog.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/cli.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/mailmap.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/matrix.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/metadata.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/py.typed +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils/test_plan.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils.egg-info/SOURCES.txt +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils.egg-info/dependency_links.txt +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils.egg-info/entry_points.txt +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/gha_utils.egg-info/top_level.txt +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/setup.cfg +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/tests/test_changelog.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/tests/test_mailmap.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/tests/test_matrix.py +0 -0
- {gha_utils-4.15.5 → gha_utils-4.15.6}/tests/test_metadata.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.15.
|
|
3
|
+
Version: 4.15.6
|
|
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
|
|
@@ -45,7 +45,7 @@ Classifier: Typing :: Typed
|
|
|
45
45
|
Requires-Python: >=3.11
|
|
46
46
|
Description-Content-Type: text/markdown
|
|
47
47
|
Requires-Dist: boltons>=24.0.0
|
|
48
|
-
Requires-Dist: bump-my-version
|
|
48
|
+
Requires-Dist: bump-my-version<1.1.1,>=0.32.2
|
|
49
49
|
Requires-Dist: click-extra~=4.15.0
|
|
50
50
|
Requires-Dist: extra-platforms~=3.1.0
|
|
51
51
|
Requires-Dist: packaging~=24.1
|
|
@@ -54,10 +54,10 @@ Requires-Dist: pyproject-metadata~=0.9.0
|
|
|
54
54
|
Requires-Dist: pyyaml~=6.0.0
|
|
55
55
|
Requires-Dist: wcmatch>=8.5
|
|
56
56
|
Provides-Extra: test
|
|
57
|
-
Requires-Dist: coverage[toml]~=7.
|
|
57
|
+
Requires-Dist: coverage[toml]~=7.8.0; extra == "test"
|
|
58
58
|
Requires-Dist: pytest~=8.3.1; extra == "test"
|
|
59
59
|
Requires-Dist: pytest-cases~=3.8.3; extra == "test"
|
|
60
|
-
Requires-Dist: pytest-cov~=6.
|
|
60
|
+
Requires-Dist: pytest-cov~=6.1.0; extra == "test"
|
|
61
61
|
Requires-Dist: pytest-github-actions-annotate-failures~=0.3.0; extra == "test"
|
|
62
62
|
Requires-Dist: pytest-randomly~=3.16.0; extra == "test"
|
|
63
63
|
Provides-Extra: typing
|
|
@@ -147,6 +147,17 @@ To ease deployment, standalone executables of `gha-utils`'s latest version are a
|
|
|
147
147
|
| **macOS** | [Download `gha-utils-macos-x64.bin`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-macos-x64.bin) | [Download `gha-utils-macos-arm64.bin`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-macos-arm64.bin) |
|
|
148
148
|
| **Windows** | [Download `gha-utils-windows-x64.exe`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-windows-x64.exe) | |
|
|
149
149
|
|
|
150
|
+
ABI targets:
|
|
151
|
+
|
|
152
|
+
```shell-session
|
|
153
|
+
$ file ./gha-utils-*
|
|
154
|
+
./gha-utils-linux-arm64.bin: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e35a1082c9c124edaa1c4b1bbb7e1aaf53baf870, for GNU/Linux 3.7.0, stripped
|
|
155
|
+
./gha-utils-linux-x64.bin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2874af3c68a8588ccdf9e59d5c1b78e2b5bdc5bb, for GNU/Linux 3.2.0, stripped
|
|
156
|
+
./gha-utils-macos-arm64.bin: Mach-O 64-bit executable arm64
|
|
157
|
+
./gha-utils-macos-x64.bin: Mach-O 64-bit executable x86_64
|
|
158
|
+
./gha-utils-windows-x64.exe: PE32+ executable (console) x86-64, for MS Windows
|
|
159
|
+
```
|
|
160
|
+
|
|
150
161
|
### Development version
|
|
151
162
|
|
|
152
163
|
To play with the latest development version of `gha-utils`, you can install it directly from the repository:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.15.
|
|
3
|
+
Version: 4.15.6
|
|
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
|
|
@@ -45,7 +45,7 @@ Classifier: Typing :: Typed
|
|
|
45
45
|
Requires-Python: >=3.11
|
|
46
46
|
Description-Content-Type: text/markdown
|
|
47
47
|
Requires-Dist: boltons>=24.0.0
|
|
48
|
-
Requires-Dist: bump-my-version
|
|
48
|
+
Requires-Dist: bump-my-version<1.1.1,>=0.32.2
|
|
49
49
|
Requires-Dist: click-extra~=4.15.0
|
|
50
50
|
Requires-Dist: extra-platforms~=3.1.0
|
|
51
51
|
Requires-Dist: packaging~=24.1
|
|
@@ -54,10 +54,10 @@ Requires-Dist: pyproject-metadata~=0.9.0
|
|
|
54
54
|
Requires-Dist: pyyaml~=6.0.0
|
|
55
55
|
Requires-Dist: wcmatch>=8.5
|
|
56
56
|
Provides-Extra: test
|
|
57
|
-
Requires-Dist: coverage[toml]~=7.
|
|
57
|
+
Requires-Dist: coverage[toml]~=7.8.0; extra == "test"
|
|
58
58
|
Requires-Dist: pytest~=8.3.1; extra == "test"
|
|
59
59
|
Requires-Dist: pytest-cases~=3.8.3; extra == "test"
|
|
60
|
-
Requires-Dist: pytest-cov~=6.
|
|
60
|
+
Requires-Dist: pytest-cov~=6.1.0; extra == "test"
|
|
61
61
|
Requires-Dist: pytest-github-actions-annotate-failures~=0.3.0; extra == "test"
|
|
62
62
|
Requires-Dist: pytest-randomly~=3.16.0; extra == "test"
|
|
63
63
|
Provides-Extra: typing
|
|
@@ -147,6 +147,17 @@ To ease deployment, standalone executables of `gha-utils`'s latest version are a
|
|
|
147
147
|
| **macOS** | [Download `gha-utils-macos-x64.bin`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-macos-x64.bin) | [Download `gha-utils-macos-arm64.bin`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-macos-arm64.bin) |
|
|
148
148
|
| **Windows** | [Download `gha-utils-windows-x64.exe`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-windows-x64.exe) | |
|
|
149
149
|
|
|
150
|
+
ABI targets:
|
|
151
|
+
|
|
152
|
+
```shell-session
|
|
153
|
+
$ file ./gha-utils-*
|
|
154
|
+
./gha-utils-linux-arm64.bin: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e35a1082c9c124edaa1c4b1bbb7e1aaf53baf870, for GNU/Linux 3.7.0, stripped
|
|
155
|
+
./gha-utils-linux-x64.bin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2874af3c68a8588ccdf9e59d5c1b78e2b5bdc5bb, for GNU/Linux 3.2.0, stripped
|
|
156
|
+
./gha-utils-macos-arm64.bin: Mach-O 64-bit executable arm64
|
|
157
|
+
./gha-utils-macos-x64.bin: Mach-O 64-bit executable x86_64
|
|
158
|
+
./gha-utils-windows-x64.exe: PE32+ executable (console) x86-64, for MS Windows
|
|
159
|
+
```
|
|
160
|
+
|
|
150
161
|
### Development version
|
|
151
162
|
|
|
152
163
|
To play with the latest development version of `gha-utils`, you can install it directly from the repository:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
boltons>=24.0.0
|
|
2
|
-
bump-my-version
|
|
2
|
+
bump-my-version<1.1.1,>=0.32.2
|
|
3
3
|
click-extra~=4.15.0
|
|
4
4
|
extra-platforms~=3.1.0
|
|
5
5
|
packaging~=24.1
|
|
@@ -9,10 +9,10 @@ pyyaml~=6.0.0
|
|
|
9
9
|
wcmatch>=8.5
|
|
10
10
|
|
|
11
11
|
[test]
|
|
12
|
-
coverage[toml]~=7.
|
|
12
|
+
coverage[toml]~=7.8.0
|
|
13
13
|
pytest~=8.3.1
|
|
14
14
|
pytest-cases~=3.8.3
|
|
15
|
-
pytest-cov~=6.
|
|
15
|
+
pytest-cov~=6.1.0
|
|
16
16
|
pytest-github-actions-annotate-failures~=0.3.0
|
|
17
17
|
pytest-randomly~=3.16.0
|
|
18
18
|
|
|
@@ -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.15.
|
|
4
|
+
version = "4.15.6"
|
|
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"
|
|
@@ -72,7 +72,8 @@ dependencies = [
|
|
|
72
72
|
# Dependency version is more relaxed on bump-my-version to prevent chicken and egg
|
|
73
73
|
# while releasing gha-utils itself.
|
|
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
|
+
"bump-my-version >= 0.32.2, < 1.1.1",
|
|
76
77
|
"click-extra ~= 4.15.0",
|
|
77
78
|
"extra-platforms ~= 3.1.0",
|
|
78
79
|
"packaging ~= 24.1",
|
|
@@ -85,11 +86,11 @@ dependencies = [
|
|
|
85
86
|
|
|
86
87
|
[project.optional-dependencies]
|
|
87
88
|
test = [
|
|
88
|
-
"coverage [toml] ~= 7.
|
|
89
|
+
"coverage [toml] ~= 7.8.0",
|
|
89
90
|
"pytest ~= 8.3.1",
|
|
90
91
|
# More pytest plugins at: https://docs.pytest.org/en/latest/reference/plugin_list.html
|
|
91
92
|
"pytest-cases ~= 3.8.3",
|
|
92
|
-
"pytest-cov ~= 6.
|
|
93
|
+
"pytest-cov ~= 6.1.0",
|
|
93
94
|
"pytest-github-actions-annotate-failures ~= 0.3.0",
|
|
94
95
|
"pytest-randomly ~= 3.16.0",
|
|
95
96
|
]
|
|
@@ -136,7 +137,7 @@ addopts = [
|
|
|
136
137
|
xfail_strict = true
|
|
137
138
|
|
|
138
139
|
[tool.bumpversion]
|
|
139
|
-
current_version = "4.15.
|
|
140
|
+
current_version = "4.15.6"
|
|
140
141
|
allow_dirty = true
|
|
141
142
|
ignore_missing_files = true
|
|
142
143
|
|
|
@@ -82,6 +82,17 @@ To ease deployment, standalone executables of `gha-utils`'s latest version are a
|
|
|
82
82
|
| **macOS** | [Download `gha-utils-macos-x64.bin`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-macos-x64.bin) | [Download `gha-utils-macos-arm64.bin`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-macos-arm64.bin) |
|
|
83
83
|
| **Windows** | [Download `gha-utils-windows-x64.exe`](https://github.com/kdeldycke/workflows/releases/latest/download/gha-utils-windows-x64.exe) | |
|
|
84
84
|
|
|
85
|
+
ABI targets:
|
|
86
|
+
|
|
87
|
+
```shell-session
|
|
88
|
+
$ file ./gha-utils-*
|
|
89
|
+
./gha-utils-linux-arm64.bin: ELF 64-bit LSB pie executable, ARM aarch64, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux-aarch64.so.1, BuildID[sha1]=e35a1082c9c124edaa1c4b1bbb7e1aaf53baf870, for GNU/Linux 3.7.0, stripped
|
|
90
|
+
./gha-utils-linux-x64.bin: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=2874af3c68a8588ccdf9e59d5c1b78e2b5bdc5bb, for GNU/Linux 3.2.0, stripped
|
|
91
|
+
./gha-utils-macos-arm64.bin: Mach-O 64-bit executable arm64
|
|
92
|
+
./gha-utils-macos-x64.bin: Mach-O 64-bit executable x86_64
|
|
93
|
+
./gha-utils-windows-x64.exe: PE32+ executable (console) x86-64, for MS Windows
|
|
94
|
+
```
|
|
95
|
+
|
|
85
96
|
### Development version
|
|
86
97
|
|
|
87
98
|
To play with the latest development version of `gha-utils`, you can install it directly from the repository:
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|