gha-utils 4.1.1__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 CHANGED
@@ -17,4 +17,4 @@
17
17
 
18
18
  from __future__ import annotations
19
19
 
20
- __version__ = "4.1.1"
20
+ __version__ = "4.1.3"
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
- major, minor, _ = Version(spec.version).release
690
- new_spec = f"{spec.operator}{major}.{minor}"
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gha-utils
3
- Version: 4.1.1
3
+ Version: 4.1.3
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
@@ -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,,
@@ -1,12 +0,0 @@
1
- gha_utils/__init__.py,sha256=dnH1Sku0aFVGnpkcImGQfGV4Arm-81fr31vQMpLF-20,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.1.dist-info/METADATA,sha256=4axsdRT1qYeWJyTLIDFR4FWIqsPsTQ2-DPOBSkMV6pk,17188
9
- gha_utils-4.1.1.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
10
- gha_utils-4.1.1.dist-info/entry_points.txt,sha256=8bJOwQYf9ZqsLhBR6gUCzvwLNI9f8tiiBrJ3AR0EK4o,54
11
- gha_utils-4.1.1.dist-info/top_level.txt,sha256=C94Blb61YkkyPBwCdM3J_JPDjWH0lnKa5nGZeZ5M6yE,10
12
- gha_utils-4.1.1.dist-info/RECORD,,