keyrings.codeartifact 1.3.2__py3-none-any.whl → 1.3.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.
keyrings/codeartifact.py CHANGED
@@ -141,7 +141,7 @@ class CodeArtifactBackend(backend.KeyringBackend):
141
141
  domain, account, region = host_match.group(1, 2, 3)
142
142
 
143
143
  # Validate path and extract repo name
144
- path_match = re.fullmatch(self.PATH_REGEX, url.path)
144
+ path_match = re.match(self.PATH_REGEX, url.path)
145
145
  if not path_match:
146
146
  logging.warning(f"Invalid CodeArtifact PyPI path: {url.path}")
147
147
  return
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.2
2
2
  Name: keyrings.codeartifact
3
- Version: 1.3.2
3
+ Version: 1.3.4
4
4
  Summary: Automatically retrieve credentials for AWS CodeArtifact.
5
5
  Author-email: "Joshua M. Keyes" <joshua.michael.keyes@gmail.com>
6
6
  License: MIT License
@@ -37,14 +37,14 @@ Classifier: Programming Language :: Python :: 3 :: Only
37
37
  Requires-Python: >=3.8.0
38
38
  Description-Content-Type: text/markdown
39
39
  License-File: LICENSE
40
- Requires-Dist: keyring
41
- Requires-Dist: boto3
40
+ Requires-Dist: keyring~=25.0
41
+ Requires-Dist: boto3~=1.36
42
42
  Provides-Extra: devel
43
- Requires-Dist: flake8 ; extra == 'devel'
44
- Requires-Dist: black ; extra == 'devel'
43
+ Requires-Dist: flake8; extra == "devel"
44
+ Requires-Dist: black; extra == "devel"
45
45
  Provides-Extra: testing
46
- Requires-Dist: pytest >=6 ; extra == 'testing'
47
- Requires-Dist: pytest-cov ; extra == 'testing'
46
+ Requires-Dist: pytest>=6; extra == "testing"
47
+ Requires-Dist: pytest-cov; extra == "testing"
48
48
 
49
49
  AWS CodeArtifact Keyring Backend
50
50
  ================================
@@ -0,0 +1,8 @@
1
+ keyrings/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
2
+ keyrings/codeartifact.py,sha256=H7Imyz0EI8jCRUR6hq0NbsHf7ALp8dDYhfVyY1ZmXlA,6709
3
+ keyrings.codeartifact-1.3.4.dist-info/LICENSE,sha256=rBKHwYBR3VuB8PVCXNYgSaJqhvpradtRbu9SEMxfRiI,1105
4
+ keyrings.codeartifact-1.3.4.dist-info/METADATA,sha256=Iewr9eyUXEtbpj52Klaoeif0WbuTH7tg55i6QVg74Eg,5638
5
+ keyrings.codeartifact-1.3.4.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
6
+ keyrings.codeartifact-1.3.4.dist-info/entry_points.txt,sha256=Dtin9CsXc5q4hx0zKP2PiPNqVaQIlhnIX042QMqbM6U,60
7
+ keyrings.codeartifact-1.3.4.dist-info/top_level.txt,sha256=CFU-m0Q3B8OHGUonsk82bd-w5tsD16QsqpnMH4hufJY,9
8
+ keyrings.codeartifact-1.3.4.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.0)
2
+ Generator: setuptools (75.8.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
@@ -1,8 +0,0 @@
1
- keyrings/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
2
- keyrings/codeartifact.py,sha256=GQfbNxCaNUoJQchd6IiFrbtih5Lp8K-Qz1IaPRpy7Tw,6713
3
- keyrings.codeartifact-1.3.2.dist-info/LICENSE,sha256=rBKHwYBR3VuB8PVCXNYgSaJqhvpradtRbu9SEMxfRiI,1105
4
- keyrings.codeartifact-1.3.2.dist-info/METADATA,sha256=Wdn6k0UuGZjpX8SNw_eHhDC8jf0L7SNH26_ibO6AAfo,5631
5
- keyrings.codeartifact-1.3.2.dist-info/WHEEL,sha256=cpQTJ5IWu9CdaPViMhC9YzF8gZuS5-vlfoFihTBC86A,91
6
- keyrings.codeartifact-1.3.2.dist-info/entry_points.txt,sha256=Dtin9CsXc5q4hx0zKP2PiPNqVaQIlhnIX042QMqbM6U,60
7
- keyrings.codeartifact-1.3.2.dist-info/top_level.txt,sha256=CFU-m0Q3B8OHGUonsk82bd-w5tsD16QsqpnMH4hufJY,9
8
- keyrings.codeartifact-1.3.2.dist-info/RECORD,,