gha-utils 4.5.4__py3-none-any.whl → 4.7.1__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/cli.py +4 -6
- gha_utils/metadata.py +123 -93
- {gha_utils-4.5.4.dist-info → gha_utils-4.7.1.dist-info}/METADATA +8 -8
- gha_utils-4.7.1.dist-info/RECORD +12 -0
- {gha_utils-4.5.4.dist-info → gha_utils-4.7.1.dist-info}/WHEEL +1 -1
- gha_utils-4.5.4.dist-info/RECORD +0 -12
- {gha_utils-4.5.4.dist-info → gha_utils-4.7.1.dist-info}/entry_points.txt +0 -0
- {gha_utils-4.5.4.dist-info → gha_utils-4.7.1.dist-info}/top_level.txt +0 -0
gha_utils/__init__.py
CHANGED
gha_utils/cli.py
CHANGED
|
@@ -78,12 +78,10 @@ def remove_header(content: str) -> str:
|
|
|
78
78
|
if still_in_header:
|
|
79
79
|
# We are still in the header as long as we have blank lines or we have
|
|
80
80
|
# comment lines matching the format produced by the method above.
|
|
81
|
-
if not line.strip() or line.startswith(
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
)
|
|
86
|
-
):
|
|
81
|
+
if not line.strip() or line.startswith((
|
|
82
|
+
"# Generated by ",
|
|
83
|
+
"# Timestamp: ",
|
|
84
|
+
)):
|
|
87
85
|
continue
|
|
88
86
|
else:
|
|
89
87
|
still_in_header = False
|
gha_utils/metadata.py
CHANGED
|
@@ -25,7 +25,6 @@ release_commits=6f27db47612aaee06fdf08744b09a9f5f6c2
|
|
|
25
25
|
python_files=".github/update_mailmap.py" ".github/metadata.py" "setup.py"
|
|
26
26
|
doc_files="changelog.md" "readme.md" "docs/license.md"
|
|
27
27
|
is_python_project=true
|
|
28
|
-
uv_requirement_params=--requirement pyproject.toml
|
|
29
28
|
package_name=click-extra
|
|
30
29
|
blacken_docs_params=--target-version py37 --target-version py38
|
|
31
30
|
ruff_py_version=py37
|
|
@@ -48,40 +47,76 @@ release_commits_matrix={'commit': ['6f27db47612aaee06fdf08744b09a9f5f6c2'],
|
|
|
48
47
|
'short_sha': '6f27db4',
|
|
49
48
|
'current_version': '2.0.0'}]}
|
|
50
49
|
nuitka_matrix={'entry_point': ['mpm'],
|
|
51
|
-
'
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
'
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
'
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
50
|
+
'commit': ['346ce664f055fbd042a25ee0b7e96702e95',
|
|
51
|
+
'6f27db47612aaee06fdf08744b09a9f5f6c2'],
|
|
52
|
+
'os': ['ubuntu-24.04', 'macos-15', 'macos-13', 'windows-2022'],
|
|
53
|
+
'include': [{'entry_point': 'mpm',
|
|
54
|
+
'cli_id': 'mpm',
|
|
55
|
+
'module_id': 'meta_package_manager.__main__',
|
|
56
|
+
'callable_id': 'main',
|
|
57
|
+
'module_path': 'meta_package_manager/__main__.py'},
|
|
58
|
+
{'commit': '346ce664f055fbd042a25ee0b7e96702e95',
|
|
59
|
+
'short_sha': '346ce66',
|
|
60
|
+
'current_version': '2.0.0'},
|
|
61
|
+
{'commit': '6f27db47612aaee06fdf08744b09a9f5f6c2',
|
|
62
|
+
'short_sha': '6f27db4',
|
|
63
|
+
'current_version': '1.9.1'},
|
|
64
|
+
{'os': 'ubuntu-24.04',
|
|
65
|
+
'platform_id': 'linux',
|
|
66
|
+
'arch': 'x64',
|
|
67
|
+
'extension': 'bin'},
|
|
68
|
+
{'os': 'macos-15',
|
|
69
|
+
'platform_id': 'macos',
|
|
70
|
+
'arch': 'arm64',
|
|
71
|
+
'extension': 'bin'},
|
|
72
|
+
{'os': 'macos-13',
|
|
73
|
+
'platform_id': 'macos',
|
|
74
|
+
'arch': 'x64',
|
|
75
|
+
'extension': 'bin'},
|
|
76
|
+
{'os': 'windows-2022',
|
|
77
|
+
'platform_id': 'windows',
|
|
78
|
+
'arch': 'x64',
|
|
79
|
+
'extension': 'exe'},
|
|
80
|
+
{'entry_point': 'mpm',
|
|
81
|
+
'commit': '346ce664f055fbd042a25ee0b7e96702e95',
|
|
82
|
+
'os': 'ubuntu-24.04',
|
|
83
|
+
'arch': 'x64',
|
|
84
|
+
'bin_name': 'mpm-linux-x64-build-346ce66.bin'},
|
|
85
|
+
{'entry_point': 'mpm',
|
|
86
|
+
'commit': '6f27db47612aaee06fdf08744b09a9f5f6c2',
|
|
87
|
+
'os': 'ubuntu-24.04',
|
|
88
|
+
'arch': 'x64',
|
|
89
|
+
'bin_name': 'mpm-linux-x64-build-6f27db4.bin'},
|
|
90
|
+
{'entry_point': 'mpm',
|
|
91
|
+
'commit': '346ce664f055fbd042a25ee0b7e96702e95',
|
|
92
|
+
'os': 'macos-15',
|
|
93
|
+
'arch': 'arm64',
|
|
94
|
+
'bin_name': 'mpm-macos-arm64-build-346ce66.bin'},
|
|
95
|
+
{'entry_point': 'mpm',
|
|
96
|
+
'commit': '6f27db47612aaee06fdf08744b09a9f5f6c2',
|
|
97
|
+
'os': 'macos-15',
|
|
98
|
+
'arch': 'arm64',
|
|
99
|
+
'bin_name': 'mpm-macos-arm64-build-6f27db4.bin'},
|
|
100
|
+
{'entry_point': 'mpm',
|
|
101
|
+
'commit': '346ce664f055fbd042a25ee0b7e96702e95',
|
|
102
|
+
'os': 'macos-13',
|
|
103
|
+
'arch': 'x64',
|
|
104
|
+
'bin_name': 'mpm-macos-x64-build-346ce66.bin'},
|
|
105
|
+
{'entry_point': 'mpm',
|
|
106
|
+
'commit': '6f27db47612aaee06fdf08744b09a9f5f6c2',
|
|
107
|
+
'os': 'macos-13',
|
|
108
|
+
'arch': 'x64',
|
|
109
|
+
'bin_name': 'mpm-macos-x64-build-6f27db4.bin'},
|
|
110
|
+
{'entry_point': 'mpm',
|
|
111
|
+
'commit': '346ce664f055fbd042a25ee0b7e96702e95',
|
|
112
|
+
'os': 'windows-2022',
|
|
113
|
+
'arch': 'x64',
|
|
114
|
+
'bin_name': 'mpm-windows-x64-build-346ce66.exe'},
|
|
115
|
+
{'entry_point': 'mpm',
|
|
116
|
+
'commit': '6f27db47612aaee06fdf08744b09a9f5f6c2',
|
|
117
|
+
'os': 'windows-2022',
|
|
118
|
+
'arch': 'x64',
|
|
119
|
+
'bin_name': 'mpm-windows-x64-build-6f27db4.exe'}]}
|
|
85
120
|
```
|
|
86
121
|
|
|
87
122
|
.. warning::
|
|
@@ -398,13 +433,11 @@ class Metadata:
|
|
|
398
433
|
current_version = Metadata.get_current_version()
|
|
399
434
|
|
|
400
435
|
sha_list.append(commit.hash)
|
|
401
|
-
include_list.append(
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
}
|
|
407
|
-
)
|
|
436
|
+
include_list.append({
|
|
437
|
+
"commit": commit.hash,
|
|
438
|
+
"short_sha": commit.hash[:SHORT_SHA_LENGTH],
|
|
439
|
+
"current_version": current_version,
|
|
440
|
+
})
|
|
408
441
|
|
|
409
442
|
# Restore the repository to its initial state.
|
|
410
443
|
if past_commit_lookup:
|
|
@@ -414,12 +447,10 @@ class Metadata:
|
|
|
414
447
|
logging.debug("Unstash local changes that were previously saved.")
|
|
415
448
|
git.repo.git.stash("pop")
|
|
416
449
|
|
|
417
|
-
return Matrix(
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
}
|
|
422
|
-
)
|
|
450
|
+
return Matrix({
|
|
451
|
+
"commit": sha_list,
|
|
452
|
+
"include": include_list,
|
|
453
|
+
})
|
|
423
454
|
|
|
424
455
|
@cached_property
|
|
425
456
|
def event_type(self) -> WorkflowEvent | None: # type: ignore[valid-type]
|
|
@@ -588,22 +619,11 @@ class Metadata:
|
|
|
588
619
|
"""Returns a list of python files."""
|
|
589
620
|
yield from self.glob_files("**/*.py", "!.venv/**")
|
|
590
621
|
|
|
591
|
-
@cached_property
|
|
592
|
-
def requirement_files(self) -> Iterator[str]:
|
|
593
|
-
"""Returns a list of requirement files supported by uv."""
|
|
594
|
-
yield from self.glob_files(
|
|
595
|
-
"**/pyproject.toml", "*requirements.txt", "requirements/*.txt"
|
|
596
|
-
)
|
|
597
|
-
|
|
598
622
|
@cached_property
|
|
599
623
|
def doc_files(self) -> Iterator[str]:
|
|
600
624
|
"""Returns a list of doc files."""
|
|
601
625
|
yield from self.glob_files("**/*.{md,markdown,rst,tex}", "!.venv/**")
|
|
602
626
|
|
|
603
|
-
@cached_property
|
|
604
|
-
def uv_requirement_params(self) -> Iterator[str]:
|
|
605
|
-
return (f"--requirement {req}" for req in self.requirement_files)
|
|
606
|
-
|
|
607
627
|
@property
|
|
608
628
|
def is_python_project(self):
|
|
609
629
|
"""Returns ``True`` if repository is a Python project.
|
|
@@ -727,6 +747,7 @@ class Metadata:
|
|
|
727
747
|
- ``--target-version py310``
|
|
728
748
|
- ``--target-version py311``
|
|
729
749
|
- ``--target-version py312``
|
|
750
|
+
- ``--target-version py313``
|
|
730
751
|
|
|
731
752
|
As mentioned in Black usage, you should `include all Python versions that you
|
|
732
753
|
want your code to run under
|
|
@@ -826,8 +847,7 @@ class Metadata:
|
|
|
826
847
|
# Look for list of active Sphinx extensions.
|
|
827
848
|
for node in ast.parse(self.sphinx_conf_path.read_bytes()).body:
|
|
828
849
|
if isinstance(node, ast.Assign) and isinstance(
|
|
829
|
-
node.value,
|
|
830
|
-
ast.List | ast.Tuple, # type: ignore[operator]
|
|
850
|
+
node.value, ast.List | ast.Tuple
|
|
831
851
|
):
|
|
832
852
|
extension_found = "extensions" in (
|
|
833
853
|
t.id # type: ignore[attr-defined]
|
|
@@ -864,8 +884,7 @@ class Metadata:
|
|
|
864
884
|
"346ce664f055fbd042a25ee0b7e96702e95",
|
|
865
885
|
"6f27db47612aaee06fdf08744b09a9f5f6c2",
|
|
866
886
|
],
|
|
867
|
-
"os": ["ubuntu-
|
|
868
|
-
"arch": ["x64"],
|
|
887
|
+
"os": ["ubuntu-24.04", "macos-15", "macos-13", "windows-2022"],
|
|
869
888
|
"include": [
|
|
870
889
|
{
|
|
871
890
|
"entry_point": "mpm",
|
|
@@ -877,56 +896,71 @@ class Metadata:
|
|
|
877
896
|
{
|
|
878
897
|
"commit": "346ce664f055fbd042a25ee0b7e96702e95",
|
|
879
898
|
"short_sha": "346ce66",
|
|
899
|
+
"current_version": "2.0.0",
|
|
880
900
|
},
|
|
881
901
|
{
|
|
882
902
|
"commit": "6f27db47612aaee06fdf08744b09a9f5f6c2",
|
|
883
903
|
"short_sha": "6f27db4",
|
|
904
|
+
"current_version": "1.9.1",
|
|
884
905
|
},
|
|
885
906
|
{
|
|
886
|
-
"os": "ubuntu-
|
|
907
|
+
"os": "ubuntu-24.04",
|
|
887
908
|
"platform_id": "linux",
|
|
909
|
+
"arch": "x64",
|
|
910
|
+
"extension": "bin",
|
|
911
|
+
},
|
|
912
|
+
{
|
|
913
|
+
"os": "macos-15",
|
|
914
|
+
"platform_id": "macos",
|
|
915
|
+
"arch": "arm64",
|
|
888
916
|
"extension": "bin",
|
|
889
|
-
"extra_python_params": "",
|
|
890
917
|
},
|
|
891
918
|
{
|
|
892
919
|
"os": "macos-13",
|
|
893
920
|
"platform_id": "macos",
|
|
921
|
+
"arch": "x64",
|
|
894
922
|
"extension": "bin",
|
|
895
|
-
"extra_python_params": "",
|
|
896
923
|
},
|
|
897
924
|
{
|
|
898
925
|
"os": "windows-2022",
|
|
899
926
|
"platform_id": "windows",
|
|
927
|
+
"arch": "x64",
|
|
900
928
|
"extension": "exe",
|
|
901
|
-
"extra_python_params": "-X utf8",
|
|
902
929
|
},
|
|
903
930
|
{
|
|
904
931
|
"entry_point": "mpm",
|
|
905
932
|
"commit": "346ce664f055fbd042a25ee0b7e96702e95",
|
|
906
|
-
"os": "ubuntu-
|
|
933
|
+
"os": "ubuntu-24.04",
|
|
907
934
|
"arch": "x64",
|
|
908
935
|
"bin_name": "mpm-linux-x64-build-346ce66.bin",
|
|
909
936
|
},
|
|
910
937
|
{
|
|
911
938
|
"entry_point": "mpm",
|
|
912
|
-
"commit": "
|
|
913
|
-
"os": "
|
|
939
|
+
"commit": "6f27db47612aaee06fdf08744b09a9f5f6c2",
|
|
940
|
+
"os": "ubuntu-24.04",
|
|
914
941
|
"arch": "x64",
|
|
915
|
-
"bin_name": "mpm-
|
|
942
|
+
"bin_name": "mpm-linux-x64-build-6f27db4.bin",
|
|
916
943
|
},
|
|
917
944
|
{
|
|
918
945
|
"entry_point": "mpm",
|
|
919
946
|
"commit": "346ce664f055fbd042a25ee0b7e96702e95",
|
|
920
|
-
"os": "
|
|
921
|
-
"arch": "
|
|
922
|
-
"bin_name": "mpm-
|
|
947
|
+
"os": "macos-15",
|
|
948
|
+
"arch": "arm64",
|
|
949
|
+
"bin_name": "mpm-macos-arm64-build-346ce66.bin",
|
|
923
950
|
},
|
|
924
951
|
{
|
|
925
952
|
"entry_point": "mpm",
|
|
926
953
|
"commit": "6f27db47612aaee06fdf08744b09a9f5f6c2",
|
|
927
|
-
"os": "
|
|
954
|
+
"os": "macos-15",
|
|
955
|
+
"arch": "arm64",
|
|
956
|
+
"bin_name": "mpm-macos-arm64-build-6f27db4.bin",
|
|
957
|
+
},
|
|
958
|
+
{
|
|
959
|
+
"entry_point": "mpm",
|
|
960
|
+
"commit": "346ce664f055fbd042a25ee0b7e96702e95",
|
|
961
|
+
"os": "macos-13",
|
|
928
962
|
"arch": "x64",
|
|
929
|
-
"bin_name": "mpm-
|
|
963
|
+
"bin_name": "mpm-macos-x64-build-346ce66.bin",
|
|
930
964
|
},
|
|
931
965
|
{
|
|
932
966
|
"entry_point": "mpm",
|
|
@@ -935,6 +969,13 @@ class Metadata:
|
|
|
935
969
|
"arch": "x64",
|
|
936
970
|
"bin_name": "mpm-macos-x64-build-6f27db4.bin",
|
|
937
971
|
},
|
|
972
|
+
{
|
|
973
|
+
"entry_point": "mpm",
|
|
974
|
+
"commit": "346ce664f055fbd042a25ee0b7e96702e95",
|
|
975
|
+
"os": "windows-2022",
|
|
976
|
+
"arch": "x64",
|
|
977
|
+
"bin_name": "mpm-windows-x64-build-346ce66.exe",
|
|
978
|
+
},
|
|
938
979
|
{
|
|
939
980
|
"entry_point": "mpm",
|
|
940
981
|
"commit": "6f27db47612aaee06fdf08744b09a9f5f6c2",
|
|
@@ -956,12 +997,12 @@ class Metadata:
|
|
|
956
997
|
matrix: dict[str, list[Any]] = {
|
|
957
998
|
"entry_point": [],
|
|
958
999
|
# Run the compilation only the latest supported version of each OS.
|
|
959
|
-
# The exception is macOS, as macos-
|
|
1000
|
+
# The exception is macOS, as macos-15 is arm64 and macos-13 is x64, so we
|
|
960
1001
|
# need both to target the two architectures.
|
|
961
1002
|
"os": [
|
|
962
|
-
"ubuntu-
|
|
963
|
-
"macos-
|
|
964
|
-
"macos-13",
|
|
1003
|
+
"ubuntu-24.04",
|
|
1004
|
+
"macos-15", # arm64
|
|
1005
|
+
"macos-13", # x64
|
|
965
1006
|
"windows-2022",
|
|
966
1007
|
],
|
|
967
1008
|
# Extra parameters.
|
|
@@ -1009,38 +1050,28 @@ class Metadata:
|
|
|
1009
1050
|
# between different OS.
|
|
1010
1051
|
extra_os_params = [
|
|
1011
1052
|
{
|
|
1012
|
-
"os": "ubuntu-
|
|
1053
|
+
"os": "ubuntu-24.04",
|
|
1013
1054
|
"platform_id": "linux",
|
|
1014
1055
|
"arch": "x64",
|
|
1015
1056
|
"extension": "bin",
|
|
1016
|
-
"extra_python_params": "",
|
|
1017
1057
|
},
|
|
1018
1058
|
{
|
|
1019
|
-
"os": "macos-
|
|
1059
|
+
"os": "macos-15",
|
|
1020
1060
|
"platform_id": "macos",
|
|
1021
1061
|
"arch": "arm64",
|
|
1022
1062
|
"extension": "bin",
|
|
1023
|
-
"extra_python_params": "",
|
|
1024
1063
|
},
|
|
1025
1064
|
{
|
|
1026
1065
|
"os": "macos-13",
|
|
1027
1066
|
"platform_id": "macos",
|
|
1028
1067
|
"arch": "x64",
|
|
1029
1068
|
"extension": "bin",
|
|
1030
|
-
"extra_python_params": "",
|
|
1031
1069
|
},
|
|
1032
1070
|
{
|
|
1033
1071
|
"os": "windows-2022",
|
|
1034
1072
|
"platform_id": "windows",
|
|
1035
1073
|
"arch": "x64",
|
|
1036
1074
|
"extension": "exe",
|
|
1037
|
-
# XXX "-X utf8" parameter is a workaround for Windows runners
|
|
1038
|
-
# redirecting the output of commands to files. See:
|
|
1039
|
-
# https://github.com/databrickslabs/dbx/issues/455#issuecomment-1312770919
|
|
1040
|
-
# https://github.com/pallets/click/issues/2121#issuecomment-1312773882
|
|
1041
|
-
# https://gist.github.com/NodeJSmith/e7e37f2d3f162456869f015f842bcf15
|
|
1042
|
-
# https://github.com/Nuitka/Nuitka/blob/ca1ec9e/nuitka/utils/ReExecute.py#L73-L74
|
|
1043
|
-
"extra_python_params": "-X utf8",
|
|
1044
1075
|
},
|
|
1045
1076
|
]
|
|
1046
1077
|
matrix["include"].extend(extra_os_params)
|
|
@@ -1180,7 +1211,6 @@ class Metadata:
|
|
|
1180
1211
|
"python_files": self.python_files,
|
|
1181
1212
|
"doc_files": self.doc_files,
|
|
1182
1213
|
"is_python_project": self.is_python_project,
|
|
1183
|
-
"uv_requirement_params": self.uv_requirement_params,
|
|
1184
1214
|
"package_name": self.package_name,
|
|
1185
1215
|
"blacken_docs_params": self.blacken_docs_params,
|
|
1186
1216
|
"ruff_py_version": self.ruff_py_version,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: gha-utils
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.7.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
|
|
@@ -19,10 +19,10 @@ Classifier: Operating System :: MacOS :: MacOS X
|
|
|
19
19
|
Classifier: Operating System :: Microsoft :: Windows
|
|
20
20
|
Classifier: Operating System :: POSIX :: Linux
|
|
21
21
|
Classifier: Programming Language :: Python :: 3
|
|
22
|
-
Classifier: Programming Language :: Python :: 3.9
|
|
23
22
|
Classifier: Programming Language :: Python :: 3.10
|
|
24
23
|
Classifier: Programming Language :: Python :: 3.11
|
|
25
24
|
Classifier: Programming Language :: Python :: 3.12
|
|
25
|
+
Classifier: Programming Language :: Python :: 3.13
|
|
26
26
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
27
27
|
Classifier: Programming Language :: Unix Shell
|
|
28
28
|
Classifier: Topic :: Documentation :: Sphinx
|
|
@@ -43,14 +43,14 @@ Classifier: Topic :: Text Processing :: Markup :: HTML
|
|
|
43
43
|
Classifier: Topic :: Text Processing :: Markup :: Markdown
|
|
44
44
|
Classifier: Topic :: Utilities
|
|
45
45
|
Classifier: Typing :: Typed
|
|
46
|
-
Requires-Python: >=3.
|
|
46
|
+
Requires-Python: >=3.10
|
|
47
47
|
Description-Content-Type: text/markdown
|
|
48
48
|
Requires-Dist: boltons >=24.0.0
|
|
49
49
|
Requires-Dist: bump-my-version >=0.21.0
|
|
50
|
-
Requires-Dist: click-extra ~=4.
|
|
50
|
+
Requires-Dist: click-extra ~=4.11.0
|
|
51
51
|
Requires-Dist: packaging ~=24.1
|
|
52
52
|
Requires-Dist: PyDriller ~=2.6
|
|
53
|
-
Requires-Dist: pyproject-metadata ~=0.
|
|
53
|
+
Requires-Dist: pyproject-metadata ~=0.9.0
|
|
54
54
|
Requires-Dist: wcmatch >=8.5
|
|
55
55
|
Requires-Dist: backports.strenum ~=1.3.1 ; python_version < "3.11"
|
|
56
56
|
Requires-Dist: tomli ~=2.0.1 ; python_version < "3.11"
|
|
@@ -58,9 +58,9 @@ Provides-Extra: test
|
|
|
58
58
|
Requires-Dist: coverage[toml] ~=7.6.0 ; extra == 'test'
|
|
59
59
|
Requires-Dist: pytest ~=8.3.1 ; extra == 'test'
|
|
60
60
|
Requires-Dist: pytest-cases ~=3.8.3 ; extra == 'test'
|
|
61
|
-
Requires-Dist: pytest-cov ~=
|
|
61
|
+
Requires-Dist: pytest-cov ~=6.0.0 ; extra == 'test'
|
|
62
62
|
Requires-Dist: pytest-github-actions-annotate-failures ~=0.2.0 ; extra == 'test'
|
|
63
|
-
Requires-Dist: pytest-randomly ~=3.
|
|
63
|
+
Requires-Dist: pytest-randomly ~=3.16.0 ; extra == 'test'
|
|
64
64
|
|
|
65
65
|
# `gha-utils` CLI + reusable workflows
|
|
66
66
|
|
|
@@ -90,7 +90,7 @@ It takes care of:
|
|
|
90
90
|
- Sphinx documentation building & deployment, and `autodoc` updates
|
|
91
91
|
- Label management, with file-based and content-based rules
|
|
92
92
|
|
|
93
|
-
Nothing is done behind your back. A PR is created
|
|
93
|
+
Nothing is done behind your back. A PR is created every time a change is proposed, so you can inspect it, ala dependabot.
|
|
94
94
|
|
|
95
95
|
## `gha-utils` CLI
|
|
96
96
|
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
gha_utils/__init__.py,sha256=7MIAHmdjpE78Pm4aTf8rkOzHnJ1mGqIjgidh-_X8sxw,865
|
|
2
|
+
gha_utils/__main__.py,sha256=Dck9BjpLXmIRS83k0mghAMcYVYiMiFLltQdfRuMSP_Q,1703
|
|
3
|
+
gha_utils/changelog.py,sha256=oahY88A9FRV14f1JSFKIiYrN_TS7Jo3QlljXqJbeuaE,5892
|
|
4
|
+
gha_utils/cli.py,sha256=1sgNwDQS9vL5eTUjFXWQVYxtV6LTLRyo4kMnl4Joqg4,9175
|
|
5
|
+
gha_utils/mailmap.py,sha256=snSQBn1BDZ21783l4yCkQc3RLIxh5X6QCunFRkDj-24,6301
|
|
6
|
+
gha_utils/metadata.py,sha256=6N_YIARr18gKzDET8B57iFROSQxhzsbhJ9CwahsUM9E,49125
|
|
7
|
+
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
gha_utils-4.7.1.dist-info/METADATA,sha256=bIIsgAekS-rhsUaQSxpkgOfz84zQkWNK7zNPIZO3JoA,18489
|
|
9
|
+
gha_utils-4.7.1.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
10
|
+
gha_utils-4.7.1.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
11
|
+
gha_utils-4.7.1.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
12
|
+
gha_utils-4.7.1.dist-info/RECORD,,
|
gha_utils-4.5.4.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
gha_utils/__init__.py,sha256=eNPHo5bW62vKKqHULhTcIBKUQVspjo4IwavzCM4cKMw,865
|
|
2
|
-
gha_utils/__main__.py,sha256=Dck9BjpLXmIRS83k0mghAMcYVYiMiFLltQdfRuMSP_Q,1703
|
|
3
|
-
gha_utils/changelog.py,sha256=oahY88A9FRV14f1JSFKIiYrN_TS7Jo3QlljXqJbeuaE,5892
|
|
4
|
-
gha_utils/cli.py,sha256=f1NRPffvgl5waBau8-5twXO7n3By_797npWBR_22XoM,9217
|
|
5
|
-
gha_utils/mailmap.py,sha256=snSQBn1BDZ21783l4yCkQc3RLIxh5X6QCunFRkDj-24,6301
|
|
6
|
-
gha_utils/metadata.py,sha256=MhFzNlx5nE2Z9DI89yPsloik-JL40_yBzO-K1Ly5Vn8,47283
|
|
7
|
-
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
gha_utils-4.5.4.dist-info/METADATA,sha256=UKM387Iv1eAeg2QiDfiAEgY5-MlUnJB-rDXq2DtBHiA,18485
|
|
9
|
-
gha_utils-4.5.4.dist-info/WHEEL,sha256=uCRv0ZEik_232NlR4YDw4Pv3Ajt5bKvMH13NUU7hFuI,91
|
|
10
|
-
gha_utils-4.5.4.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
11
|
-
gha_utils-4.5.4.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
12
|
-
gha_utils-4.5.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|