crc-pulp-npm-client 20251021.1__py3-none-any.whl → 20251021.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-npm-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_npm-client
3
- Version: 20251021.1
3
+ Version: 20251021.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_npm/__init__.py,sha256=-UIOMtbtoajUqNAoV9-9mAEDLUwj7Zo7uiRXw4n7iU4,3906
3
+ pulpcore/client/pulp_npm/__init__.py,sha256=-XalfdDJJ7QUPM7q8LPQptjLu_7n7l8485vGuZhxBKs,3906
4
4
  pulpcore/client/pulp_npm/api_client.py,sha256=satrI3gNWj9n4F711Br6UXikCjs6N_yvy6vjmXkcuyQ,27497
5
5
  pulpcore/client/pulp_npm/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
6
- pulpcore/client/pulp_npm/configuration.py,sha256=LLvV6xtDgF8QDeSnfYxe-QfGIIwo3dsQWneY-AgXWNQ,19674
6
+ pulpcore/client/pulp_npm/configuration.py,sha256=lVqD1nMgRYCcDHmiSqAZhYYLoSl_Z4FTFYYdfDeyF-w,19674
7
7
  pulpcore/client/pulp_npm/exceptions.py,sha256=voqdIkPGpfNSUF9SsFqERflJMVs-uYFH60fd1rcsz6Y,5957
8
8
  pulpcore/client/pulp_npm/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  pulpcore/client/pulp_npm/rest.py,sha256=qI2QLYfBm1XAk85JdUc2JG2y0IfX51V98Ta2H4wMZoQ,9407
@@ -41,7 +41,7 @@ pulpcore/client/pulp_npm/models/set_label.py,sha256=U4GfMTtATF317Z37s7E8CAeTo0u6
41
41
  pulpcore/client/pulp_npm/models/set_label_response.py,sha256=nUSYQHAxcJ3ATyUmBfiu8L6xSspCLKwbwxVSZaY9yv0,3163
42
42
  pulpcore/client/pulp_npm/models/unset_label.py,sha256=m6s6AFgi5_7fKsjPhcLwz7ZjKXsSd_4F6PS7u5eINO0,2858
43
43
  pulpcore/client/pulp_npm/models/unset_label_response.py,sha256=-TZohJf66mUqg4qD04k1dNoyAx69bX_VSf-HM9EpqN8,3046
44
- crc_pulp_npm_client-20251021.1.dist-info/METADATA,sha256=WpC77oTdEx9P3fJdLynEPtNTmOCYVf6uHztZhX7rmCc,638
45
- crc_pulp_npm_client-20251021.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
46
- crc_pulp_npm_client-20251021.1.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
47
- crc_pulp_npm_client-20251021.1.dist-info/RECORD,,
44
+ crc_pulp_npm_client-20251021.3.dist-info/METADATA,sha256=Wu2KKlYd6KR9uAtLPstG2i-nTmyMiNCrTZ5suH32GR4,638
45
+ crc_pulp_npm_client-20251021.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
46
+ crc_pulp_npm_client-20251021.3.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
47
+ crc_pulp_npm_client-20251021.3.dist-info/RECORD,,
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20251021.1"
18
+ __version__ = "20251021.3"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_npm.api.content_packages_api import ContentPackagesApi
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_npm.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-7waakn.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-9nvldr.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_npm.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20251021.1".\
560
+ "SDK Package Version: 20251021.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_npm.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-7waakn.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-9nvldr.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]