crc-pulp-service-client 20250923.1__py3-none-any.whl → 20250923.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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_service-client
3
- Version: 20250923.1
3
+ Version: 20250923.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_service/__init__.py,sha256=ues0QorEeX529boyb6h7Fcpm902GVSzsw0RW704InGc,3340
4
- pulpcore/client/pulp_service/api_client.py,sha256=BZBTz_fT6DfOoyYF7QF3JSYmzVMN9rrfkfVANAZAv6I,27541
3
+ pulpcore/client/pulp_service/__init__.py,sha256=F-norfOTJ9DngZh12H8mKU1B49k4wBkV_4NYgxThZq0,3340
4
+ pulpcore/client/pulp_service/api_client.py,sha256=zYhyuxC-irMP7tdJkRsN4s0ldfQcaUqyfG8ox952aZo,27541
5
5
  pulpcore/client/pulp_service/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulp_service/configuration.py,sha256=uP_ApfG_B12XrpTEjwvPqITQiKY-4XAvZWC4dz_TwiQ,19686
6
+ pulpcore/client/pulp_service/configuration.py,sha256=uPCV1XMvOW0bqpLDz0bLGoHHcUrui1uD3GeEIuWmpmI,19686
7
7
  pulpcore/client/pulp_service/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulp_service/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulp_service/rest.py,sha256=XBy6U2uDmD3JVaVMJshqRczy8zYdLoUpM0tT5uu10ao,9411
@@ -33,7 +33,7 @@ pulpcore/client/pulp_service/models/service_feature_content_guard_response.py,sh
33
33
  pulpcore/client/pulp_service/models/service_vulnerability_report_response.py,sha256=q2xsiNvYK5WCIgvZFmf0DWXkLO1skj9hvApYtegsvgI,3880
34
34
  pulpcore/client/pulp_service/models/storage_class_enum.py,sha256=BwLtMdj6LexVjhHIHELE1Hlw6c9dU6SCytz6f0D5c0E,1383
35
35
  pulpcore/client/pulp_service/models/task_response.py,sha256=4Pp5cJ8QFhkUgdwmVfsHxYV4hTEZP8BGqcQimmf62AY,8644
36
- crc_pulp_service_client-20250923.1.dist-info/METADATA,sha256=b1c81of7XZ2CwltGQt6_Uktq5gevqAobskWydl507Yk,642
37
- crc_pulp_service_client-20250923.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
- crc_pulp_service_client-20250923.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
39
- crc_pulp_service_client-20250923.1.dist-info/RECORD,,
36
+ crc_pulp_service_client-20250923.3.dist-info/METADATA,sha256=XOcxVMgQ8P4W5MMnNhkQuM7Dlv69oS3yJAC2PlQt_uo,642
37
+ crc_pulp_service_client-20250923.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
38
+ crc_pulp_service_client-20250923.3.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
39
+ crc_pulp_service_client-20250923.3.dist-info/RECORD,,
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250923.1"
18
+ __version__ = "20250923.3"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_service.api.api_create_domain_api import ApiCreateDomainApi
@@ -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/20250923.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250923.3/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_service.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-vnjpzv.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-uvahdp.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_service.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250923.1".\
560
+ "SDK Package Version: 20250923.3".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulp_service.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-vnjpzv.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-uvahdp.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]