pulp-python 3.12.7__py3-none-any.whl → 3.12.9__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.
@@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
 
11
11
  name = "pulp_python.app"
12
12
  label = "python"
13
- version = "3.12.7"
13
+ version = "3.12.9"
14
14
  python_package_name = "pulp-python"
15
15
  domain_compatible = True
16
16
 
@@ -31,7 +31,8 @@ class PythonReplicator(Replicator):
31
31
  def url(self, upstream_distribution):
32
32
  # Ignore distributions that are only pull-through
33
33
  repo, pub = upstream_distribution["repository"], upstream_distribution["publication"]
34
- if repo or pub:
34
+ repo_ver = upstream_distribution.get("repository_version")
35
+ if repo or pub or repo_ver:
35
36
  return super().url(upstream_distribution)
36
37
 
37
38
  return None
@@ -21,6 +21,7 @@ def test_pip_consume_content(
21
21
  "install",
22
22
  "--no-deps",
23
23
  "--no-cache-dir",
24
+ "--no-build-isolation",
24
25
  "--force-reinstall",
25
26
  "--trusted-host",
26
27
  urlsplit(distro.base_url).hostname,
@@ -277,6 +277,7 @@ def test_domain_pypi_apis(
277
277
  "pip",
278
278
  "install",
279
279
  "--no-deps",
280
+ "--no-build-isolation",
280
281
  "--trusted-host",
281
282
  urlsplit(distro.base_url).hostname,
282
283
  "-i",
@@ -224,26 +224,6 @@ def test_twine_upload(
224
224
  check=True,
225
225
  )
226
226
 
227
- # Test re-uploading same packages with --skip-existing works
228
- output = subprocess.run(
229
- (
230
- "twine",
231
- "upload",
232
- "--repository-url",
233
- url,
234
- dist_dir / "*",
235
- "-u",
236
- username,
237
- "-p",
238
- password,
239
- "--skip-existing",
240
- ),
241
- capture_output=True,
242
- check=True,
243
- text=True
244
- )
245
- assert output.stdout.count("Skipping") == 2
246
-
247
227
 
248
228
  @pytest.mark.parallel
249
229
  def test_simple_redirect_with_publications(
@@ -124,19 +124,22 @@ PYTHON_LG_PROJECT_SPECIFIER = [
124
124
  "aiohttp", # matches 7
125
125
  "bcrypt", # matches 8
126
126
  "celery", # matches 13
127
+ "crane", # matches 0
127
128
  "Django", # matches 31
129
+ "pulp-2to3-migration", # matches 2
128
130
  "pytz", # matches 6
129
131
  "scipy", # matches 23
130
132
  "setuptools", # matches 2
131
133
  "shelf-reader", # matches 2
134
+ "twine", # matches 14
132
135
  ]
133
- PYTHON_LG_PACKAGE_COUNT = 92
136
+ PYTHON_LG_PACKAGE_COUNT = 108
134
137
  PYTHON_LG_FIXTURE_SUMMARY = {PYTHON_CONTENT_NAME: PYTHON_LG_PACKAGE_COUNT}
135
138
  PYTHON_LG_FIXTURE_COUNTS = {
136
- "latest_3": 51,
137
- "sdist": 28,
138
- "bdist_wheel": 64,
139
- "multi": 34, # keep_latest=1, package_types="bdist_wheel", prereleases=False
139
+ "latest_3": 59,
140
+ "sdist": 36,
141
+ "bdist_wheel": 72,
142
+ "multi": 36, # keep_latest=1, package_types="bdist_wheel", prereleases=False
140
143
  }
141
144
 
142
145
  DJANGO_LATEST_3 = 4 # latest version has 2 dists, each other has 1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp-python
3
- Version: 3.12.7
3
+ Version: 3.12.9
4
4
  Summary: pulp-python plugin for the Pulp Project
5
5
  Home-page: https://www.pulpproject.org
6
6
  Author: Pulp Project Developers
@@ -20,7 +20,6 @@ Requires-Dist: pulpcore<3.70.0,>=3.49.0
20
20
  Requires-Dist: pkginfo<1.13.0,>=1.12.0
21
21
  Requires-Dist: bandersnatch<6.2,>=6.1
22
22
  Requires-Dist: pypi-simple<1.0.0,>=0.9.0
23
- Requires-Dist: azure-storage-blob<12.26.0
24
23
  Dynamic: author
25
24
  Dynamic: author-email
26
25
  Dynamic: classifier
@@ -1,11 +1,11 @@
1
1
  pulp_python/__init__.py,sha256=BfGFMACxdZWJMiAhkn0BW-k_iKULe-nVCcQ6g0sX89k,65
2
2
  pulp_python/pytest_plugin.py,sha256=MdbAKZjcYvypT2-E1bJGaBsIDIaZuJkh6g45ZhWuKR4,7510
3
- pulp_python/app/__init__.py,sha256=LIYrgUwK1uAtEVhfFKeKwNNWFpLxKUy4DVC6nSih-KQ,2488
3
+ pulp_python/app/__init__.py,sha256=iQEVx87_mbMMAUbK67znyrJnUz5LX3hygpfRXFwamCk,2488
4
4
  pulp_python/app/fields.py,sha256=i_c5NX37j9gkUVFfwjhb9ZcBqkHteY_PkaupZEYYxFI,447
5
5
  pulp_python/app/global_access_conditions.py,sha256=y8NwdgAoaB5iY7EzSBoCQOgVopSHpVMc55FKJmCGGlI,1081
6
6
  pulp_python/app/modelresource.py,sha256=dogoBWibBmQyFpcV-Hp1lu7D2WwSECa5PEShWSIg7mg,1248
7
7
  pulp_python/app/models.py,sha256=veoWVnGgpjn2yiuOdC5-IiXo9PJrlO5AAAuszpepOmg,10798
8
- pulp_python/app/replica.py,sha256=DaBq5biQARMePmoHuAZbYSn3oRR-VOHztzuw8MCxQA0,1877
8
+ pulp_python/app/replica.py,sha256=LOMWtJP_QOKoli3uATsuSlbUJVgwmNCqcfv_96rpwuQ,1956
9
9
  pulp_python/app/serializers.py,sha256=uXm40Op-YLpxwcmI0oe6Q76dcL2B6UeATgRh9JxZlzI,15321
10
10
  pulp_python/app/settings.py,sha256=F-TFLcol3nXK2IHpb9yIv-KIXj2OPibQ8FuyCCCFCT0,227
11
11
  pulp_python/app/urls.py,sha256=kqS_rEVxrATP9qJzxefUy6so7CqQf0074K_0x7k_bQw,1086
@@ -37,26 +37,26 @@ pulp_python/app/webserver_snippets/apache.conf,sha256=3frHSl2YV_8pJPscaFxMVo7Hmx
37
37
  pulp_python/app/webserver_snippets/nginx.conf,sha256=gMqZGFefsTJVVx9YRxpHVS7NMEll9CzOseYdtLr3Avc,344
38
38
  pulp_python/tests/__init__.py,sha256=4Yz43a8s-KyhdHFb5eEhIIvH72807Y84uAHnG5bO5y0,31
39
39
  pulp_python/tests/functional/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
40
- pulp_python/tests/functional/constants.py,sha256=VJJDrAP55Se2hUSpqIE9uyrHtWX1U8FM4e6cs7BsHzU,12352
40
+ pulp_python/tests/functional/constants.py,sha256=tm3TtrlC2ppEv3Ans1HIKBnABc-6rPZjvr8WuUmQ7p0,12446
41
41
  pulp_python/tests/functional/utils.py,sha256=JPCEAqdbLFx89OC8J0WBtot1QD4go7hgUhG-8CWg8tQ,2705
42
42
  pulp_python/tests/functional/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
43
43
  pulp_python/tests/functional/api/test_auto_publish.py,sha256=uCIt4LsO61oMk3bDs3LMQDJI8zkKqvY0b1uX16bTxzM,1747
44
- pulp_python/tests/functional/api/test_consume_content.py,sha256=VL5egWLGUI0F3WYUh2d_vRjyKVDsl4DeCU5_PgBvwMU,968
44
+ pulp_python/tests/functional/api/test_consume_content.py,sha256=QUOZ_bQ_Ortzitc7sjlMEJzRhPm00wayxjZvEeK18jI,1000
45
45
  pulp_python/tests/functional/api/test_crud_content_unit.py,sha256=v10doGx6VftdNm0fNw81fNyBEWHcJ38wbRJ2epMPbqs,6345
46
46
  pulp_python/tests/functional/api/test_crud_publications.py,sha256=FyjkyM3qMzo-Um6GZP-qGssz4sZPBx34dD2Oux3qlm0,4448
47
47
  pulp_python/tests/functional/api/test_crud_remotes.py,sha256=1O5QiN5JK-xM-PSrZlXJDZOAr2KLMq3JFHIXV6zOVJw,5487
48
- pulp_python/tests/functional/api/test_domains.py,sha256=-jyTZUybrbWHw_lircklqvywvHO1l7FiqfX-OX-3pEI,10607
48
+ pulp_python/tests/functional/api/test_domains.py,sha256=mVVIvY6zhUIJZwSoD646mSpC0ZqmNKX1D6ladGsCLlA,10643
49
49
  pulp_python/tests/functional/api/test_download_content.py,sha256=msnsKpU6TGT8eNu6e0uFa4fte6hj85OTexwOHdf66-c,4950
50
50
  pulp_python/tests/functional/api/test_export_import.py,sha256=-nxRdaG_adFgJTkilLLsVmAeH6f74ludb6qqZrm_bGA,4597
51
51
  pulp_python/tests/functional/api/test_full_mirror.py,sha256=_ECJAQDOYtGC3EKMHjW7ACLDLDC7OdcxY-8RriMwMIg,2929
52
- pulp_python/tests/functional/api/test_pypi_apis.py,sha256=vYEqpCq-oSpDlW2KSKox--s3rU5zh6HiGEehqimWjtQ,12676
52
+ pulp_python/tests/functional/api/test_pypi_apis.py,sha256=FB5F6jqa5cHjXHyBB-WQyaC7Uc-C62jlV9-WAFAaEfM,12208
53
53
  pulp_python/tests/functional/api/test_rbac.py,sha256=p9x_E14BkhWwRww1GcApOtRsiyF6U-cTcKZYrrLKNas,10285
54
54
  pulp_python/tests/functional/api/test_sync.py,sha256=EYMnscBllEQxzZAKRv2QcrT2n_r5ny0NJzsH5XrjsSY,12645
55
55
  pulp_python/tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
56
56
  pulp_python/tests/unit/test_models.py,sha256=TBI0yKsrdbnJSPeBFfxSqhXK7zaNvR6qg5JehGH3Pds,229
57
- pulp_python-3.12.7.dist-info/licenses/LICENSE,sha256=2ylvL381vKOhdO-w6zkrOxe9lLNBhRQpo9_0EbHC_HM,18046
58
- pulp_python-3.12.7.dist-info/METADATA,sha256=dsSh77pSN7d61-sLoFK2GKW3UT4O4amvIv0HEIcHXoY,1451
59
- pulp_python-3.12.7.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
60
- pulp_python-3.12.7.dist-info/entry_points.txt,sha256=HvqLEXjw_dS5jqAwnE5JiRZFE6f-y5SRtitKLPml2To,115
61
- pulp_python-3.12.7.dist-info/top_level.txt,sha256=X0hXgXc_bpbiKqVrkt8jD5_QEiQviKbHDwveQcOcJjo,12
62
- pulp_python-3.12.7.dist-info/RECORD,,
57
+ pulp_python-3.12.9.dist-info/licenses/LICENSE,sha256=2ylvL381vKOhdO-w6zkrOxe9lLNBhRQpo9_0EbHC_HM,18046
58
+ pulp_python-3.12.9.dist-info/METADATA,sha256=lBrYPaiOWO3sRpqtHfeemoXSME4lum0o65qKdFwxM-Q,1409
59
+ pulp_python-3.12.9.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
60
+ pulp_python-3.12.9.dist-info/entry_points.txt,sha256=HvqLEXjw_dS5jqAwnE5JiRZFE6f-y5SRtitKLPml2To,115
61
+ pulp_python-3.12.9.dist-info/top_level.txt,sha256=X0hXgXc_bpbiKqVrkt8jD5_QEiQviKbHDwveQcOcJjo,12
62
+ pulp_python-3.12.9.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.9.0)
2
+ Generator: setuptools (82.0.1)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5