pulpcore 3.89.0__py3-none-any.whl → 3.89.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.
Potentially problematic release.
This version of pulpcore might be problematic. Click here for more details.
- pulp_certguard/app/__init__.py +1 -1
- pulp_file/app/__init__.py +1 -1
- pulpcore/app/apps.py +1 -1
- pulpcore/constants.py +3 -6
- {pulpcore-3.89.0.dist-info → pulpcore-3.89.1.dist-info}/METADATA +1 -1
- {pulpcore-3.89.0.dist-info → pulpcore-3.89.1.dist-info}/RECORD +10 -10
- {pulpcore-3.89.0.dist-info → pulpcore-3.89.1.dist-info}/WHEEL +0 -0
- {pulpcore-3.89.0.dist-info → pulpcore-3.89.1.dist-info}/entry_points.txt +0 -0
- {pulpcore-3.89.0.dist-info → pulpcore-3.89.1.dist-info}/licenses/LICENSE +0 -0
- {pulpcore-3.89.0.dist-info → pulpcore-3.89.1.dist-info}/top_level.txt +0 -0
pulp_certguard/app/__init__.py
CHANGED
pulp_file/app/__init__.py
CHANGED
pulpcore/app/apps.py
CHANGED
pulpcore/constants.py
CHANGED
|
@@ -101,14 +101,11 @@ AZURE_RESPONSE_HEADER_MAP = {
|
|
|
101
101
|
"Content-Language": "content_language",
|
|
102
102
|
"Content-Encoding": "content_encoding",
|
|
103
103
|
}
|
|
104
|
-
# https://gcloud.readthedocs.io/en/latest/storage-blobs.html
|
|
104
|
+
# https://gcloud.readthedocs.io/en/latest/storage-blobs.html#google.cloud.storage.blob.Blob.generate_signed_url
|
|
105
105
|
# response-headers Google Cloud Storage respects, and what they map to in a GCS object
|
|
106
106
|
GCS_RESPONSE_HEADER_MAP = {
|
|
107
|
-
"Content-Disposition": "
|
|
108
|
-
"Content-Type": "
|
|
109
|
-
"Cache-Control": "cache_control",
|
|
110
|
-
"Content-Language": "content_language",
|
|
111
|
-
"Content-Encoding": "content_encoding",
|
|
107
|
+
"Content-Disposition": "response_disposition",
|
|
108
|
+
"Content-Type": "response_type",
|
|
112
109
|
}
|
|
113
110
|
|
|
114
111
|
# Storage-type mapped to storage-response-map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
pulp_certguard/__init__.py,sha256=llnEd00PrsAretsgAOHiNKFbmvIdXe3iDVPmSaKz7gU,71
|
|
2
2
|
pulp_certguard/pytest_plugin.py,sha256=qhRbChzqN2PROtD-65KuoTfKr5k9T3GPsz9daFgpqpM,852
|
|
3
|
-
pulp_certguard/app/__init__.py,sha256=
|
|
3
|
+
pulp_certguard/app/__init__.py,sha256=kzZ3wGxLCnXlRgOmYT-vBx3VCggg0xU0kGvyP20WwPU,297
|
|
4
4
|
pulp_certguard/app/models.py,sha256=YLEhBtZM4hetekVZ_GTnbLlWD6CkIQw2B3ILwXRcq-s,7483
|
|
5
5
|
pulp_certguard/app/serializers.py,sha256=9IxlQiy783RdKF9oI1mrYS4haG5Boy2DOjfP_eJtMLY,1726
|
|
6
6
|
pulp_certguard/app/viewsets.py,sha256=1_gNmsWyOT8kcOiGVkn4-wrtAjZO4wC8q0-aoEsCpjI,697
|
|
@@ -51,7 +51,7 @@ pulp_certguard/tests/unit/test_rhsm_check_path.py,sha256=Q1CsXnUgD7ELvtolPeumyNr
|
|
|
51
51
|
pulp_file/__init__.py,sha256=0vOCXofR6Eyxkg4y66esnOGPeESCe23C1cNBHj56w44,61
|
|
52
52
|
pulp_file/manifest.py,sha256=1WwIOJrPSkFcmkRm7CkWifVOCoZvo_nnANgce6uuG7U,3796
|
|
53
53
|
pulp_file/pytest_plugin.py,sha256=l1PvTxUi5D3uJy4SnHWNhr-otWEYNcm-kc5nSqVJg0Y,10646
|
|
54
|
-
pulp_file/app/__init__.py,sha256=
|
|
54
|
+
pulp_file/app/__init__.py,sha256=6FWiOFXIN2a4JlLw834RSEMf5qWBPWHMg6jdX4tCeDA,292
|
|
55
55
|
pulp_file/app/modelresource.py,sha256=v-m-_bBEsfr8wG0TI5ffx1TuKUy2-PsirhuQz4XXF-0,1063
|
|
56
56
|
pulp_file/app/models.py,sha256=QsrVg_2uKqnR89sLN2Y7Zy260_nLIcUfa94uZowlmFw,4571
|
|
57
57
|
pulp_file/app/replica.py,sha256=OtNWVmdFUgNTYhPttftVNQnSrnvx2_hnrJgtW_G0Vrg,1894
|
|
@@ -87,7 +87,7 @@ pulp_file/tests/unit/test_safe_paths.py,sha256=CRJX3-MdIZF_4-hVK-7brH9LSK2i97GdI
|
|
|
87
87
|
pulp_file/tests/unit/test_serializers.py,sha256=reDGIZrAaPHITwiv-LSCJ85JK-aCcNh5cavmAaba8vw,2143
|
|
88
88
|
pulpcore/__init__.py,sha256=9L859gHcVX5TxrTP0Ef7GWv8oa7tsvIs_8XDkyZIu2g,107
|
|
89
89
|
pulpcore/backends.py,sha256=Ax_MJpbvtNDg_rhkHaiQRm39DBSS2dH8UpMRJN2T0oE,4482
|
|
90
|
-
pulpcore/constants.py,sha256=
|
|
90
|
+
pulpcore/constants.py,sha256=hC9yNpXEKFXF1_YQMevoYjejYRWSAMzAGV2xr9IqoYc,4809
|
|
91
91
|
pulpcore/filters.py,sha256=dD5oRRkWg65s3LoObr-ipRvRsxZK_3Zr0lKMNr9Sg5o,16682
|
|
92
92
|
pulpcore/metrics.py,sha256=Mfq-nnRjRf3vBHFO-ux-4d1I3yE7TgeptwgiSgGz4rA,2230
|
|
93
93
|
pulpcore/middleware.py,sha256=YTmIW41bpIu3rw_zVRFz-1A4nko4zMte7EiYXBJkwXg,6721
|
|
@@ -96,7 +96,7 @@ pulpcore/pytest_plugin.py,sha256=fy9vz5-bw30T7f4jxDtNIgF7L_0MJ_q7KIAzpvizvnY,382
|
|
|
96
96
|
pulpcore/responses.py,sha256=mIGKmdCfTSoZxbFu4yIH1xbdLx1u5gqt3D99LTamcJg,6125
|
|
97
97
|
pulpcore/app/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
98
98
|
pulpcore/app/access_policy.py,sha256=5vCKy6WoHtIt1_-eS5vMaZ7CmR4G-CIpsrB8yT-d88Q,6079
|
|
99
|
-
pulpcore/app/apps.py,sha256=
|
|
99
|
+
pulpcore/app/apps.py,sha256=olMl0UW7f9cvpoq01vVOwYOO9ejWOzxFPcBE_fPwUJQ,17412
|
|
100
100
|
pulpcore/app/authentication.py,sha256=1LIJW6HIQQlZrliHy__jdzkDEh6Oj7xKgd0V-vRcDus,2855
|
|
101
101
|
pulpcore/app/checks.py,sha256=jbfTF7nmftBbky4AQXHigpyCaGydKasvRUXsd72JZVg,1946
|
|
102
102
|
pulpcore/app/entrypoint.py,sha256=GYEq4GjglQZhFlU3865AT_H0nPypDKJAsf8qdyR4tPY,4985
|
|
@@ -442,9 +442,9 @@ pulpcore/tests/unit/stages/test_artifactdownloader.py,sha256=DX6jHctGYbDhsnzQpXf
|
|
|
442
442
|
pulpcore/tests/unit/stages/test_stages.py,sha256=H1a2BQLjdZlZvcb_qULp62huZ1xy6ItTcthktVyGU0w,4735
|
|
443
443
|
pulpcore/tests/unit/viewsets/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
444
444
|
pulpcore/tests/unit/viewsets/test_viewset_base.py,sha256=gmVIgE9o0tAdiF92HCNiJkb1joc8oEaG5rnzh5V1loc,4837
|
|
445
|
-
pulpcore-3.89.
|
|
446
|
-
pulpcore-3.89.
|
|
447
|
-
pulpcore-3.89.
|
|
448
|
-
pulpcore-3.89.
|
|
449
|
-
pulpcore-3.89.
|
|
450
|
-
pulpcore-3.89.
|
|
445
|
+
pulpcore-3.89.1.dist-info/licenses/LICENSE,sha256=dhnHU8rJXUdAIgIjveSKAyYG_KzN5eVG-bxETIGrNW0,17988
|
|
446
|
+
pulpcore-3.89.1.dist-info/METADATA,sha256=1I5stsaDz0RlRSksncFLEkJz2jKcrrbs15yI8LC27ys,4104
|
|
447
|
+
pulpcore-3.89.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
448
|
+
pulpcore-3.89.1.dist-info/entry_points.txt,sha256=OZven4wzXzQA5b5q9MpP4HUpIPPQCSvIOvkKtNInrK0,452
|
|
449
|
+
pulpcore-3.89.1.dist-info/top_level.txt,sha256=6h-Lm3FKQSaT_nL1KSxu_hBnzKE15bcvf_BoU-ea4CI,34
|
|
450
|
+
pulpcore-3.89.1.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|