pulp-python-client 3.13.3__py3-none-any.whl → 3.13.5__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.13.3
3
+ Version: 3.13.5
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -1,9 +1,9 @@
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=U-puUshcR0gWDz91RaGUOo2dxWo8lNnWQEHihp1Ydp8,5786
4
- pulpcore/client/pulp_python/api_client.py,sha256=eRzqLRyhfwyjWf3yH6MH8FCO8If449VmN1xx56W2fSY,27531
3
+ pulpcore/client/pulp_python/__init__.py,sha256=xqzbaHLjz8TYoVttrJEG1jF2vLbmTEGP4rrUcUXIQMQ,5786
4
+ pulpcore/client/pulp_python/api_client.py,sha256=gHV4zVBzgAbGXGZ7ygecgbfRUlAbvREqjVItwmrC7-Y,27531
5
5
  pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulp_python/configuration.py,sha256=lMora6l7TzFwIGtzlUXZcHRz-ivkCdgdV2XXKOwxjVM,19250
6
+ pulpcore/client/pulp_python/configuration.py,sha256=RMDZ_jj32jO_aMz-a4LwJVHcwrSKMvOeaJjK9wil_BU,19250
7
7
  pulpcore/client/pulp_python/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulp_python/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulp_python/rest.py,sha256=g0lqBpRHpu0epc6G4Rwk-SnApSsrKrqgdrNqwg-LlQE,9410
@@ -58,7 +58,7 @@ pulpcore/client/pulp_python/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUm
58
58
  pulpcore/client/pulp_python/models/summary_response.py,sha256=mWm8XQn_U5GVTIjuTWDu6E8FslOI00tuJYzUOWnb3ME,2867
59
59
  pulpcore/client/pulp_python/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
60
60
  pulpcore/client/pulp_python/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
61
- pulp_python_client-3.13.3.dist-info/METADATA,sha256=iJ4k8kJELHxziwXNW32FX0sht3e8WdVXZtHBLxp4DD0,465
62
- pulp_python_client-3.13.3.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
63
- pulp_python_client-3.13.3.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
64
- pulp_python_client-3.13.3.dist-info/RECORD,,
61
+ pulp_python_client-3.13.5.dist-info/METADATA,sha256=QM0aTQl-SaDGjc31VdFR7uUGkrWC4pYkCuPUO9j-Z0Y,465
62
+ pulp_python_client-3.13.5.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
63
+ pulp_python_client-3.13.5.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
64
+ pulp_python_client-3.13.5.dist-info/RECORD,,
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.13.3"
18
+ __version__ = "3.13.5"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/3.13.3/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.13.5/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -549,7 +549,7 @@ conf = pulpcore.client.pulp_python.Configuration(
549
549
  "OS: {env}\n"\
550
550
  "Python Version: {pyversion}\n"\
551
551
  "Version of the API: v3\n"\
552
- "SDK Package Version: 3.13.3".\
552
+ "SDK Package Version: 3.13.5".\
553
553
  format(env=sys.platform, pyversion=sys.version)
554
554
 
555
555
  def get_host_settings(self) -> List[HostSetting]: