pulp-python 3.31.0__py3-none-any.whl → 3.31.1__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.
- pulp_python/app/__init__.py +1 -1
- pulp_python/app/utils.py +2 -1
- {pulp_python-3.31.0.dist-info → pulp_python-3.31.1.dist-info}/METADATA +1 -1
- {pulp_python-3.31.0.dist-info → pulp_python-3.31.1.dist-info}/RECORD +8 -8
- {pulp_python-3.31.0.dist-info → pulp_python-3.31.1.dist-info}/WHEEL +0 -0
- {pulp_python-3.31.0.dist-info → pulp_python-3.31.1.dist-info}/entry_points.txt +0 -0
- {pulp_python-3.31.0.dist-info → pulp_python-3.31.1.dist-info}/licenses/LICENSE +0 -0
- {pulp_python-3.31.0.dist-info → pulp_python-3.31.1.dist-info}/top_level.txt +0 -0
pulp_python/app/__init__.py
CHANGED
pulp_python/app/utils.py
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import hashlib
|
|
2
2
|
import json
|
|
3
3
|
import logging
|
|
4
|
+
import os
|
|
4
5
|
import re
|
|
5
6
|
import shutil
|
|
6
7
|
import tempfile
|
|
@@ -206,7 +207,7 @@ def get_project_metadata_from_file(filename):
|
|
|
206
207
|
else:
|
|
207
208
|
pyver = ""
|
|
208
209
|
regex = DIST_REGEXES[extensions[pkg_type_index]]
|
|
209
|
-
if bdist_name := regex.match(filename):
|
|
210
|
+
if bdist_name := regex.match(os.path.basename(filename)):
|
|
210
211
|
pyver = bdist_name.group("pyver") or ""
|
|
211
212
|
metadata.python_version = pyver
|
|
212
213
|
return metadata
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
pulp_python/__init__.py,sha256=GIuTLoBTc-07dSLJUh8xrZPRz8x-jJ61pfR0J1IjnzI,65
|
|
2
2
|
pulp_python/pytest_plugin.py,sha256=LNnLjOkeEu2X4gJi614bHVmbsHyEwooHYIeecr96Qy4,8606
|
|
3
|
-
pulp_python/app/__init__.py,sha256=
|
|
3
|
+
pulp_python/app/__init__.py,sha256=4lv4KIJNAc1NnkGHoQhjfnpxtzDAwzEpXNL9pn_xIJQ,2490
|
|
4
4
|
pulp_python/app/exceptions.py,sha256=mPNcWyuzF0XeOPybm-G6oDKtRqvfj4jyp41iaYqcqkA,1314
|
|
5
5
|
pulp_python/app/global_access_conditions.py,sha256=MZJtyoVsr-4hRaty6mKDqh3caOHd5UKJjEWLV2crOLs,1080
|
|
6
6
|
pulp_python/app/modelresource.py,sha256=4SFAdqk6lozi_cZz4uqDIqhqPAZF-7l5jJwPn-xGZFs,1249
|
|
@@ -10,7 +10,7 @@ pulp_python/app/replica.py,sha256=qiWRP7tM_v4yP_XLIQfumfGolru-Jt6ZA0KVb-9g2cA,18
|
|
|
10
10
|
pulp_python/app/serializers.py,sha256=y4WJTMPVKcGlbj98cKTeqWQLCB2kfjkX2hON90_iGDo,33882
|
|
11
11
|
pulp_python/app/settings.py,sha256=Cyc_p6U0HQjKpyrRL6JFrK3R7RMQJ9MAgNMJCfzPEiA,255
|
|
12
12
|
pulp_python/app/urls.py,sha256=M2xjQ0j47BwQVpi75QCa5eUnQDcroKv3Cee7UrQ3QcA,1387
|
|
13
|
-
pulp_python/app/utils.py,sha256=
|
|
13
|
+
pulp_python/app/utils.py,sha256=oIFX4RaDcxPvlFdkTilyW_66MOdlKMz7Ke42lLlyNNs,27414
|
|
14
14
|
pulp_python/app/viewsets.py,sha256=yN1gHaT9vosqTbEP6emyMzoitliTzeHZTEqBVyn_2vA,34219
|
|
15
15
|
pulp_python/app/management/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
16
|
pulp_python/app/management/commands/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
@@ -78,9 +78,9 @@ pulp_python/tests/functional/assets/shelf-reader-0.1.tar.gz.publish.attestation,
|
|
|
78
78
|
pulp_python/tests/functional/assets/shelf_reader-0.1-py2-none-any.whl.publish.attestation,sha256=muTQ8dqYSSdx76DlaPjB1REcNIS-aak-Na0TkASxu8M,10426
|
|
79
79
|
pulp_python/tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
80
80
|
pulp_python/tests/unit/test_models.py,sha256=TBI0yKsrdbnJSPeBFfxSqhXK7zaNvR6qg5JehGH3Pds,229
|
|
81
|
-
pulp_python-3.31.
|
|
82
|
-
pulp_python-3.31.
|
|
83
|
-
pulp_python-3.31.
|
|
84
|
-
pulp_python-3.31.
|
|
85
|
-
pulp_python-3.31.
|
|
86
|
-
pulp_python-3.31.
|
|
81
|
+
pulp_python-3.31.1.dist-info/licenses/LICENSE,sha256=2ylvL381vKOhdO-w6zkrOxe9lLNBhRQpo9_0EbHC_HM,18046
|
|
82
|
+
pulp_python-3.31.1.dist-info/METADATA,sha256=6e2XetKcAGtg0uFyrzCRlopqaA5CpofNwuOJrZrzN34,1744
|
|
83
|
+
pulp_python-3.31.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
84
|
+
pulp_python-3.31.1.dist-info/entry_points.txt,sha256=HvqLEXjw_dS5jqAwnE5JiRZFE6f-y5SRtitKLPml2To,115
|
|
85
|
+
pulp_python-3.31.1.dist-info/top_level.txt,sha256=X0hXgXc_bpbiKqVrkt8jD5_QEiQviKbHDwveQcOcJjo,12
|
|
86
|
+
pulp_python-3.31.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|