pulp-python-client 3.12.6__py3-none-any.whl → 3.12.7__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 pulp-python-client might be problematic. Click here for more details.
- {pulp_python_client-3.12.6.dist-info → pulp_python_client-3.12.7.dist-info}/METADATA +1 -1
- {pulp_python_client-3.12.6.dist-info → pulp_python_client-3.12.7.dist-info}/RECORD +7 -7
- pulpcore/client/pulp_python/__init__.py +1 -1
- pulpcore/client/pulp_python/api_client.py +1 -1
- pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.12.6.dist-info → pulp_python_client-3.12.7.dist-info}/WHEEL +0 -0
- {pulp_python_client-3.12.6.dist-info → pulp_python_client-3.12.7.dist-info}/top_level.txt +0 -0
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
pulpcore/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
2
2
|
pulpcore/client/__init__.py,sha256=QDJyS5jtJnGFsSuOx43ZvLBCOrHImm8NrZk5f9URWdk,75
|
|
3
|
-
pulpcore/client/pulp_python/__init__.py,sha256=
|
|
4
|
-
pulpcore/client/pulp_python/api_client.py,sha256=
|
|
5
|
-
pulpcore/client/pulp_python/configuration.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_python/__init__.py,sha256=TDGwy5ouBDYhyiJyXT2D-ONdIjL69HpknZL0IOCWuRc,5892
|
|
4
|
+
pulpcore/client/pulp_python/api_client.py,sha256=_hSc4L9KoPJ1ydP1AakG9dVp1LRem6GJ3huQt34VtHE,26290
|
|
5
|
+
pulpcore/client/pulp_python/configuration.py,sha256=bdn0q0lWWcJMeJNE-UdFx7pZm3AhfY30HPHheZ8MJ_s,13990
|
|
6
6
|
pulpcore/client/pulp_python/exceptions.py,sha256=4P8pBnEQ5hqaudJJMdmM57YfxTTRFcvkQ86GsvtKNEs,3769
|
|
7
7
|
pulpcore/client/pulp_python/rest.py,sha256=LT9W8ZNtZbFDfYEEqBWcQ70vp8XfJLiN2TtKyozgk4U,12314
|
|
8
8
|
pulpcore/client/pulp_python/api/__init__.py,sha256=Kevd065wwgBI2gr_HXjcVAcTSqLHvBS_VAYlQkbNAYU,909
|
|
@@ -59,7 +59,7 @@ pulpcore/client/pulp_python/models/set_label_response.py,sha256=n0PkgGraiIISAl2U
|
|
|
59
59
|
pulpcore/client/pulp_python/models/summary_response.py,sha256=tnsbMSIsJ7Wn3TxKOFYPNgwutne1jy6Vx-aaOZejiRA,5498
|
|
60
60
|
pulpcore/client/pulp_python/models/unset_label.py,sha256=jOchl5kHsTLqXAI6TSlm3qydKvjrMLusScLEEybe-8A,3896
|
|
61
61
|
pulpcore/client/pulp_python/models/unset_label_response.py,sha256=zz9WS1LOXfadx_kZ3MEhQE0ipzN_6zSvVLIRHt3Yn1g,4346
|
|
62
|
-
pulp_python_client-3.12.
|
|
63
|
-
pulp_python_client-3.12.
|
|
64
|
-
pulp_python_client-3.12.
|
|
65
|
-
pulp_python_client-3.12.
|
|
62
|
+
pulp_python_client-3.12.7.dist-info/METADATA,sha256=pFGKJ2uHszLajKfWhgbN9h9Aa39Qawr5chFbEGqFgik,419
|
|
63
|
+
pulp_python_client-3.12.7.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
64
|
+
pulp_python_client-3.12.7.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
65
|
+
pulp_python_client-3.12.7.dist-info/RECORD,,
|
|
@@ -79,7 +79,7 @@ class ApiClient(object):
|
|
|
79
79
|
self.default_headers[header_name] = header_value
|
|
80
80
|
self.cookie = cookie
|
|
81
81
|
# Set default User-Agent.
|
|
82
|
-
self.user_agent = 'OpenAPI-Generator/3.12.
|
|
82
|
+
self.user_agent = 'OpenAPI-Generator/3.12.7/python'
|
|
83
83
|
self.client_side_validation = configuration.client_side_validation
|
|
84
84
|
|
|
85
85
|
def __enter__(self):
|
|
@@ -376,7 +376,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
376
376
|
"OS: {env}\n"\
|
|
377
377
|
"Python Version: {pyversion}\n"\
|
|
378
378
|
"Version of the API: v3\n"\
|
|
379
|
-
"SDK Package Version: 3.12.
|
|
379
|
+
"SDK Package Version: 3.12.7".\
|
|
380
380
|
format(env=sys.platform, pyversion=sys.version)
|
|
381
381
|
|
|
382
382
|
def get_host_settings(self):
|
|
File without changes
|
|
File without changes
|