crc-pulp-python-client 20250903.2__py3-none-any.whl → 20250903.3__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 crc-pulp-python-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20250903.2
3
+ Version: 20250903.3
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=q3XqWqBhgAPBVl2FTsIjLiz9XyX6vMnx0LA6z0TsQNo,5790
4
- pulpcore/client/pulp_python/api_client.py,sha256=4NfI8zjeEO2xFA1qoQ3mMQitsNcVvezsZaUBy2Lxj0s,27535
3
+ pulpcore/client/pulp_python/__init__.py,sha256=VNtYXmCvBveFVYrL0RNfJZBkYHmsHciuSXkfbxTV1jY,5790
4
+ pulpcore/client/pulp_python/api_client.py,sha256=kdQrCgRH9NF62wV72Xivj718puLIvswiiJH0hPoqQIg,27535
5
5
  pulpcore/client/pulp_python/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulp_python/configuration.py,sha256=cZQIPC4dI6byHeoPAQnt8Awr-WX7Cb5xpIljN232J5U,19683
6
+ pulpcore/client/pulp_python/configuration.py,sha256=XSJdoYZ03USMOIQYRuf5APuoDtmd8HCDrtvmOJRpQY4,19683
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
- crc_pulp_python_client-20250903.2.dist-info/METADATA,sha256=gUJP0rfWWeM_JC5Qw4CTPQ9ue1Hr5EnU6YH49W-coLU,641
62
- crc_pulp_python_client-20250903.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
- crc_pulp_python_client-20250903.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
64
- crc_pulp_python_client-20250903.2.dist-info/RECORD,,
61
+ crc_pulp_python_client-20250903.3.dist-info/METADATA,sha256=rH1ajC3XeSXt5ESD7yh6Rtb1pmmBLh-6CM9WzuOZjY4,641
62
+ crc_pulp_python_client-20250903.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
63
+ crc_pulp_python_client-20250903.3.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
64
+ crc_pulp_python_client-20250903.3.dist-info/RECORD,,
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250903.2"
18
+ __version__ = "20250903.3"
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/20250903.2/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250903.3/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_python.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250903.2".\
560
+ "SDK Package Version: 20250903.3".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]: