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

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_file-client
3
- Version: 20251008.2
3
+ Version: 20251009.2
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_file/__init__.py,sha256=QpqbKSp-5xGYb3xA5XoUpaNQazj5yLco4AH7PA2Kgj4,5447
3
+ pulpcore/client/pulp_file/__init__.py,sha256=5An5m_ZCqPSId_PZZC0ZGM4JOVC8PrylEV5-fgBvEPY,5447
4
4
  pulpcore/client/pulp_file/api_client.py,sha256=gk7Helj51i6gD4bpLle3dsb-rDGsJrOP7V4i67U30Cc,27503
5
5
  pulpcore/client/pulp_file/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulp_file/configuration.py,sha256=3YLqM7k6Tvbg1JkMv5Ee_dWObb2qN6n-e7ohWh6I1E4,19677
6
+ pulpcore/client/pulp_file/configuration.py,sha256=egQAjlBbXnc_keOkECjYlaosDhPNj1Ak2rsTCroR9lc,19677
7
7
  pulpcore/client/pulp_file/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulp_file/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulp_file/rest.py,sha256=yBnNFa7idpssXPW-DhmcSN3gyZaQO12tRqU6hWbwreY,9408
@@ -55,7 +55,7 @@ pulpcore/client/pulp_file/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBf
55
55
  pulpcore/client/pulp_file/models/task_group_operation_response.py,sha256=78pUJXTIErFTVy3AFbqzjGppZyJdi582pYqxbquQnBw,2625
56
56
  pulpcore/client/pulp_file/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
57
57
  pulpcore/client/pulp_file/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
58
- crc_pulp_file_client-20251008.2.dist-info/METADATA,sha256=5sXRPP4-gSssVYiDd9mEvY9KYJuqcolChRBfLHNuShA,639
59
- crc_pulp_file_client-20251008.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
60
- crc_pulp_file_client-20251008.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
- crc_pulp_file_client-20251008.2.dist-info/RECORD,,
58
+ crc_pulp_file_client-20251009.2.dist-info/METADATA,sha256=7k09tJ3RA4pkPdlyRNVabwc3y33Mj4u5bEy8S2UXRRM,639
59
+ crc_pulp_file_client-20251009.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
60
+ crc_pulp_file_client-20251009.2.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
61
+ crc_pulp_file_client-20251009.2.dist-info/RECORD,,
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20251008.2"
18
+ __version__ = "20251009.2"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_file.api.acs_file_api import AcsFileApi
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_file.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-grtlic.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-ayspg8.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_file.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20251008.2".\
560
+ "SDK Package Version: 20251009.2".\
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_file.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-grtlic.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-ayspg8.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]