pulp-python 3.28.0__py3-none-any.whl → 3.28.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.
@@ -10,7 +10,7 @@ class PulpPythonPluginAppConfig(PulpPluginAppConfig):
10
10
 
11
11
  name = "pulp_python.app"
12
12
  label = "python"
13
- version = "3.28.0"
13
+ version = "3.28.1"
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
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp-python
3
- Version: 3.28.0
3
+ Version: 3.28.1
4
4
  Summary: pulp-python plugin for the Pulp Project
5
5
  Author-email: Pulp Team <pulp-list@redhat.com>
6
6
  Project-URL: Homepage, https://pulpproject.org
@@ -1,11 +1,11 @@
1
1
  pulp_python/__init__.py,sha256=GIuTLoBTc-07dSLJUh8xrZPRz8x-jJ61pfR0J1IjnzI,65
2
2
  pulp_python/pytest_plugin.py,sha256=EBivPJa39ZE1QaDWea9candeeJL_W_cBk6Q7Onhw4bE,8604
3
- pulp_python/app/__init__.py,sha256=VQR1pE7NwTGjpbsrocrfmt0jkvIahx4QbL0lV5knq3A,2488
3
+ pulp_python/app/__init__.py,sha256=162YhMWbDJqrJwnbgI2Si2kMW5fpoNVgNaSnFVUpLEU,2488
4
4
  pulp_python/app/global_access_conditions.py,sha256=MZJtyoVsr-4hRaty6mKDqh3caOHd5UKJjEWLV2crOLs,1080
5
5
  pulp_python/app/modelresource.py,sha256=dogoBWibBmQyFpcV-Hp1lu7D2WwSECa5PEShWSIg7mg,1248
6
6
  pulp_python/app/models.py,sha256=954pFPP05zbwRQmicA0NxFT3VIEur17HFOxPGSYBgp0,15218
7
7
  pulp_python/app/provenance.py,sha256=iyhkuNahHiTDK0Djrd4-PlgErA5SJVI0uQOIPj46tEI,2352
8
- pulp_python/app/replica.py,sha256=GHSLLKUVg4SRMEsMnesxI2xgB0Z83AzrWY1-UbACF0g,1802
8
+ pulp_python/app/replica.py,sha256=W60Kt9CwZSfztRi3-f82Rfp0F_zhzpOTiz35bvRFBBE,1881
9
9
  pulp_python/app/serializers.py,sha256=67D1fGg-GxD3iQlEo-TI-3JOyaI2-VHqU_UNn9RDha8,29433
10
10
  pulp_python/app/settings.py,sha256=Cyc_p6U0HQjKpyrRL6JFrK3R7RMQJ9MAgNMJCfzPEiA,255
11
11
  pulp_python/app/urls.py,sha256=3-UG9-bkPW_bs8362XBnxbpGqQetyuMOfPaayadMYFo,1387
@@ -75,9 +75,9 @@ pulp_python/tests/functional/assets/shelf-reader-0.1.tar.gz.publish.attestation,
75
75
  pulp_python/tests/functional/assets/shelf_reader-0.1-py2-none-any.whl.publish.attestation,sha256=muTQ8dqYSSdx76DlaPjB1REcNIS-aak-Na0TkASxu8M,10426
76
76
  pulp_python/tests/unit/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
77
77
  pulp_python/tests/unit/test_models.py,sha256=TBI0yKsrdbnJSPeBFfxSqhXK7zaNvR6qg5JehGH3Pds,229
78
- pulp_python-3.28.0.dist-info/licenses/LICENSE,sha256=2ylvL381vKOhdO-w6zkrOxe9lLNBhRQpo9_0EbHC_HM,18046
79
- pulp_python-3.28.0.dist-info/METADATA,sha256=WvS2V5FUZUE3BYiWfMg9SBMxgC__4zGZHi5rDh4orLU,1744
80
- pulp_python-3.28.0.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
81
- pulp_python-3.28.0.dist-info/entry_points.txt,sha256=HvqLEXjw_dS5jqAwnE5JiRZFE6f-y5SRtitKLPml2To,115
82
- pulp_python-3.28.0.dist-info/top_level.txt,sha256=X0hXgXc_bpbiKqVrkt8jD5_QEiQviKbHDwveQcOcJjo,12
83
- pulp_python-3.28.0.dist-info/RECORD,,
78
+ pulp_python-3.28.1.dist-info/licenses/LICENSE,sha256=2ylvL381vKOhdO-w6zkrOxe9lLNBhRQpo9_0EbHC_HM,18046
79
+ pulp_python-3.28.1.dist-info/METADATA,sha256=tBD3oIMq2Ljg6R3qOYMnfRem1vAzoHswV_0kHDTHQfw,1744
80
+ pulp_python-3.28.1.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
81
+ pulp_python-3.28.1.dist-info/entry_points.txt,sha256=HvqLEXjw_dS5jqAwnE5JiRZFE6f-y5SRtitKLPml2To,115
82
+ pulp_python-3.28.1.dist-info/top_level.txt,sha256=X0hXgXc_bpbiKqVrkt8jD5_QEiQviKbHDwveQcOcJjo,12
83
+ pulp_python-3.28.1.dist-info/RECORD,,