gha-utils 4.15.2__py3-none-any.whl → 4.15.4__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/metadata.py +2 -2
- {gha_utils-4.15.2.dist-info → gha_utils-4.15.4.dist-info}/METADATA +1 -1
- {gha_utils-4.15.2.dist-info → gha_utils-4.15.4.dist-info}/RECORD +7 -7
- {gha_utils-4.15.2.dist-info → gha_utils-4.15.4.dist-info}/WHEEL +0 -0
- {gha_utils-4.15.2.dist-info → gha_utils-4.15.4.dist-info}/entry_points.txt +0 -0
- {gha_utils-4.15.2.dist-info → gha_utils-4.15.4.dist-info}/top_level.txt +0 -0
gha_utils/__init__.py
CHANGED
gha_utils/metadata.py
CHANGED
|
@@ -805,7 +805,7 @@ class Metadata:
|
|
|
805
805
|
"""
|
|
806
806
|
version = None
|
|
807
807
|
if self.new_commits_matrix:
|
|
808
|
-
details = self.new_commits_matrix.
|
|
808
|
+
details = self.new_commits_matrix.include
|
|
809
809
|
if details:
|
|
810
810
|
version = details[0].get("current_version")
|
|
811
811
|
else:
|
|
@@ -817,7 +817,7 @@ class Metadata:
|
|
|
817
817
|
"""Returns the version of the release commit."""
|
|
818
818
|
version = None
|
|
819
819
|
if self.release_commits_matrix:
|
|
820
|
-
details = self.release_commits_matrix.
|
|
820
|
+
details = self.release_commits_matrix.include
|
|
821
821
|
if details:
|
|
822
822
|
# This script is only designed for at most 1 release in the list of new
|
|
823
823
|
# commits.
|
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
gha_utils/__init__.py,sha256=
|
|
1
|
+
gha_utils/__init__.py,sha256=YMantJOUSyf386ZzaVHTWwqnc-sYsb3Qs_cysu7XVBI,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=rE9sjDj4iFqzyj8PwwSt8JkDSgULltm9qvUgXOqGtT4,12858
|
|
5
5
|
gha_utils/mailmap.py,sha256=naUqJYJnE3fLTjju1nd6WMm7ODiSaI2SHuJxRtmaFWs,6269
|
|
6
6
|
gha_utils/matrix.py,sha256=_afJD0K-xZLNxwykVnUhD0Gj9cdO0Z43g3VHa-q_tkI,11941
|
|
7
|
-
gha_utils/metadata.py,sha256=
|
|
7
|
+
gha_utils/metadata.py,sha256=CCUVH2RXG9PdB1F5GA7HUO0MSBpxq0BGvVnY8qY4ZXA,48705
|
|
8
8
|
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
9
9
|
gha_utils/test_plan.py,sha256=57qwIaYfOLbyVKA5X4wldAKePxfvclK7lut--If2fSA,13149
|
|
10
|
-
gha_utils-4.15.
|
|
11
|
-
gha_utils-4.15.
|
|
12
|
-
gha_utils-4.15.
|
|
13
|
-
gha_utils-4.15.
|
|
14
|
-
gha_utils-4.15.
|
|
10
|
+
gha_utils-4.15.4.dist-info/METADATA,sha256=YN3XLTvYI2Aivi5a8YaiQh_IQu45xBFBtv9vmJN6a8U,20372
|
|
11
|
+
gha_utils-4.15.4.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
|
|
12
|
+
gha_utils-4.15.4.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
13
|
+
gha_utils-4.15.4.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
14
|
+
gha_utils-4.15.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|