gha-utils 4.17.0__py3-none-any.whl → 4.17.2__py3-none-any.whl
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/__init__.py +1 -1
- {gha_utils-4.17.0.dist-info → gha_utils-4.17.2.dist-info}/METADATA +9 -9
- {gha_utils-4.17.0.dist-info → gha_utils-4.17.2.dist-info}/RECORD +6 -6
- {gha_utils-4.17.0.dist-info → gha_utils-4.17.2.dist-info}/WHEEL +0 -0
- {gha_utils-4.17.0.dist-info → gha_utils-4.17.2.dist-info}/entry_points.txt +0 -0
- {gha_utils-4.17.0.dist-info → gha_utils-4.17.2.dist-info}/top_level.txt +0 -0
gha_utils/__init__.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.17.
|
|
3
|
+
Version: 4.17.2
|
|
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.0.
|
|
49
|
+
Requires-Dist: click-extra~=5.0.2
|
|
50
50
|
Requires-Dist: extra-platforms~=3.2.0
|
|
51
51
|
Requires-Dist: packaging~=25.0
|
|
52
52
|
Requires-Dist: PyDriller~=2.6
|
|
@@ -55,7 +55,7 @@ Requires-Dist: pyyaml~=6.0.0
|
|
|
55
55
|
Requires-Dist: wcmatch>=8.5
|
|
56
56
|
Provides-Extra: test
|
|
57
57
|
Requires-Dist: coverage[toml]~=7.8.0; extra == "test"
|
|
58
|
-
Requires-Dist: pytest~=8.
|
|
58
|
+
Requires-Dist: pytest~=8.4.0; extra == "test"
|
|
59
59
|
Requires-Dist: pytest-cases~=3.8.3; extra == "test"
|
|
60
60
|
Requires-Dist: pytest-cov~=6.1.0; extra == "test"
|
|
61
61
|
Requires-Dist: pytest-github-actions-annotate-failures~=0.3.0; extra == "test"
|
|
@@ -151,12 +151,12 @@ ABI targets:
|
|
|
151
151
|
|
|
152
152
|
```shell-session
|
|
153
153
|
$ file ./gha-utils-*
|
|
154
|
-
./gha-utils-linux-arm64
|
|
155
|
-
./gha-utils-linux-x64
|
|
156
|
-
./gha-utils-macos-arm64
|
|
157
|
-
./gha-utils-macos-x64
|
|
158
|
-
./gha-utils-windows-arm64
|
|
159
|
-
./gha-utils-windows-x64
|
|
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]=520bfc6f2bb21f48ad568e46752888236552b26a, 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]=56ba24bccfa917e6ce9009223e4e83924f616d46, 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-arm64.exe: PE32+ executable (console) Aarch64, for MS Windows
|
|
159
|
+
./gha-utils-windows-x64.exe: PE32+ executable (console) x86-64, for MS Windows
|
|
160
160
|
```
|
|
161
161
|
|
|
162
162
|
### Development version
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
gha_utils/__init__.py,sha256=
|
|
1
|
+
gha_utils/__init__.py,sha256=Dx5jhsrQ8sHngHfoNXerQEm0PZby7YX3prxKWDO1XOM,866
|
|
2
2
|
gha_utils/__main__.py,sha256=Dck9BjpLXmIRS83k0mghAMcYVYiMiFLltQdfRuMSP_Q,1703
|
|
3
3
|
gha_utils/changelog.py,sha256=JR7iQrWjLoIOpVNe6iXQSyEii82_hM_zrYpR7QO_Uxo,5777
|
|
4
4
|
gha_utils/cli.py,sha256=dj_n4ouQRNVzt5e9793sYsldaub1IgzFi6sEfA-kg-A,15295
|
|
@@ -7,8 +7,8 @@ gha_utils/matrix.py,sha256=_afJD0K-xZLNxwykVnUhD0Gj9cdO0Z43g3VHa-q_tkI,11941
|
|
|
7
7
|
gha_utils/metadata.py,sha256=UmdqhaTTwjJb1ZdWSGftkBB0NnQqFpiv39Opb8Hajb8,51189
|
|
8
8
|
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
gha_utils/test_plan.py,sha256=AE8Mf1vSQG5EZTytoTts-gzMwUg2Zy21gUwkMlzXT94,13394
|
|
10
|
-
gha_utils-4.17.
|
|
11
|
-
gha_utils-4.17.
|
|
12
|
-
gha_utils-4.17.
|
|
13
|
-
gha_utils-4.17.
|
|
14
|
-
gha_utils-4.17.
|
|
10
|
+
gha_utils-4.17.2.dist-info/METADATA,sha256=-nbUAh0WEULXt-_B-cJg4toFHwaGB9_M7rZ-yHRXZJA,21260
|
|
11
|
+
gha_utils-4.17.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
12
|
+
gha_utils-4.17.2.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
13
|
+
gha_utils-4.17.2.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
14
|
+
gha_utils-4.17.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|