keyrings.codeartifact 1.3.2__py3-none-any.whl → 1.3.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.
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
1
  Metadata-Version: 2.1
2
2
  Name: keyrings.codeartifact
3
- Version: 1.3.2
3
+ Version: 1.3.3
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
@@ -0,0 +1,8 @@
1
+ keyrings/__init__.py,sha256=ED6jHcYiuYpr_0vjGz0zx2lrrmJT9sDJCzIljoDfmlM,65
2
+ keyrings/codeartifact.py,sha256=H7Imyz0EI8jCRUR6hq0NbsHf7ALp8dDYhfVyY1ZmXlA,6709
3
+ keyrings.codeartifact-1.3.3.dist-info/LICENSE,sha256=rBKHwYBR3VuB8PVCXNYgSaJqhvpradtRbu9SEMxfRiI,1105
4
+ keyrings.codeartifact-1.3.3.dist-info/METADATA,sha256=hkvhNBaFcvoxUnUYNKurLfVzUtYzF-fRpY9pb77UT7w,5631
5
+ keyrings.codeartifact-1.3.3.dist-info/WHEEL,sha256=mguMlWGMX-VHnMpKOjjQidIo1ssRlCFu4a4mBpz1s2M,91
6
+ keyrings.codeartifact-1.3.3.dist-info/entry_points.txt,sha256=Dtin9CsXc5q4hx0zKP2PiPNqVaQIlhnIX042QMqbM6U,60
7
+ keyrings.codeartifact-1.3.3.dist-info/top_level.txt,sha256=CFU-m0Q3B8OHGUonsk82bd-w5tsD16QsqpnMH4hufJY,9
8
+ keyrings.codeartifact-1.3.3.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (70.1.0)
2
+ Generator: setuptools (70.1.1)
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,,