gha-utils 4.1.2__py3-none-any.whl → 4.1.3__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.1.2.dist-info → gha_utils-4.1.3.dist-info}/METADATA +1 -1
- gha_utils-4.1.3.dist-info/RECORD +12 -0
- gha_utils-4.1.2.dist-info/RECORD +0 -12
- {gha_utils-4.1.2.dist-info → gha_utils-4.1.3.dist-info}/WHEEL +0 -0
- {gha_utils-4.1.2.dist-info → gha_utils-4.1.3.dist-info}/entry_points.txt +0 -0
- {gha_utils-4.1.2.dist-info → gha_utils-4.1.3.dist-info}/top_level.txt +0 -0
gha_utils/__init__.py
CHANGED
gha_utils/metadata.py
CHANGED
|
@@ -686,8 +686,8 @@ class Metadata:
|
|
|
686
686
|
spec_list = []
|
|
687
687
|
for spec in self.pyproject.requires_python:
|
|
688
688
|
if spec.operator in (">=", ">"):
|
|
689
|
-
|
|
690
|
-
new_spec = f"{spec.operator}{
|
|
689
|
+
release = Version(spec.version).release
|
|
690
|
+
new_spec = f"{spec.operator}{release[0]}.{release[1]}"
|
|
691
691
|
else:
|
|
692
692
|
new_spec = str(spec)
|
|
693
693
|
spec_list.append(new_spec)
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
gha_utils/__init__.py,sha256=SQOKSybhrsiiS5oNvpWF86FHuPZkUE8de5XDQPq7UOc,865
|
|
2
|
+
gha_utils/__main__.py,sha256=Dck9BjpLXmIRS83k0mghAMcYVYiMiFLltQdfRuMSP_Q,1703
|
|
3
|
+
gha_utils/changelog.py,sha256=Ny9lCe8w_6uyh8x5P_EuzgQX88j2FJYemVoi9pw_8DI,5765
|
|
4
|
+
gha_utils/cli.py,sha256=PSQFbBF21qFDg-wdwHNAto0xouo6Ou7vQf1WHbD-96E,6784
|
|
5
|
+
gha_utils/mailmap.py,sha256=7pkkE0G2Mg6nDQ5wAaujvE0tTBRBVVCqj1vkEps12bk,3725
|
|
6
|
+
gha_utils/metadata.py,sha256=PkoEJvn9QnB0FdrIkYey___zPjogEPrsb67I1XRR08k,47117
|
|
7
|
+
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
+
gha_utils-4.1.3.dist-info/METADATA,sha256=1M9ABorj-EifuR28X6xoMDORwtukebEFtSQ6basHZVA,17188
|
|
9
|
+
gha_utils-4.1.3.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
10
|
+
gha_utils-4.1.3.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
11
|
+
gha_utils-4.1.3.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
12
|
+
gha_utils-4.1.3.dist-info/RECORD,,
|
gha_utils-4.1.2.dist-info/RECORD
DELETED
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
gha_utils/__init__.py,sha256=gOSKczoYYGp9RT4FgItyH8AyUJGvwgvPc7cRiN4O4qI,865
|
|
2
|
-
gha_utils/__main__.py,sha256=Dck9BjpLXmIRS83k0mghAMcYVYiMiFLltQdfRuMSP_Q,1703
|
|
3
|
-
gha_utils/changelog.py,sha256=Ny9lCe8w_6uyh8x5P_EuzgQX88j2FJYemVoi9pw_8DI,5765
|
|
4
|
-
gha_utils/cli.py,sha256=PSQFbBF21qFDg-wdwHNAto0xouo6Ou7vQf1WHbD-96E,6784
|
|
5
|
-
gha_utils/mailmap.py,sha256=7pkkE0G2Mg6nDQ5wAaujvE0tTBRBVVCqj1vkEps12bk,3725
|
|
6
|
-
gha_utils/metadata.py,sha256=LDuUNk9RzVvr2BsgtB2Eh4wk_w9HnPiYM3OyxOQ9cXM,47115
|
|
7
|
-
gha_utils/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
8
|
-
gha_utils-4.1.2.dist-info/METADATA,sha256=iFKhqpzP4uCFO9X-PUqUMwDtdc5sorKxTXqs-7gNMwc,17188
|
|
9
|
-
gha_utils-4.1.2.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
10
|
-
gha_utils-4.1.2.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
|
|
11
|
-
gha_utils-4.1.2.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
|
|
12
|
-
gha_utils-4.1.2.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|