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.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pulp-python-client
3
- Version: 3.12.6
3
+ Version: 3.12.7
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -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=Dj4_DYah4meF8hiruCWGOJ46CcsA4IMsWsA3P3F1vQY,5892
4
- pulpcore/client/pulp_python/api_client.py,sha256=H_762OsSbbUXj473P8bkgpfq0hsyswnX5bEFzaQOehk,26290
5
- pulpcore/client/pulp_python/configuration.py,sha256=bDv0YmaTLxs3ykZyDgM1zyP7o1D4_y08ZRhyC08SnRI,13990
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.6.dist-info/METADATA,sha256=HtI6iQ_WyacqGUOTjkFu0fGP_aZboR08KqluUTiIEDI,419
63
- pulp_python_client-3.12.6.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
64
- pulp_python_client-3.12.6.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
65
- pulp_python_client-3.12.6.dist-info/RECORD,,
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,,
@@ -15,7 +15,7 @@
15
15
 
16
16
  from __future__ import absolute_import
17
17
 
18
- __version__ = "3.12.6"
18
+ __version__ = "3.12.7"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
@@ -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.6/python'
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.6".\
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):