crc-pulp-npm-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-npm-client might be problematic. Click here for more details.
- {crc_pulp_npm_client-20250903.2.dist-info → crc_pulp_npm_client-20250903.3.dist-info}/METADATA +1 -1
- {crc_pulp_npm_client-20250903.2.dist-info → crc_pulp_npm_client-20250903.3.dist-info}/RECORD +7 -7
- pulpcore/client/pulp_npm/__init__.py +1 -1
- pulpcore/client/pulp_npm/api_client.py +1 -1
- pulpcore/client/pulp_npm/configuration.py +1 -1
- {crc_pulp_npm_client-20250903.2.dist-info → crc_pulp_npm_client-20250903.3.dist-info}/WHEEL +0 -0
- {crc_pulp_npm_client-20250903.2.dist-info → crc_pulp_npm_client-20250903.3.dist-info}/top_level.txt +0 -0
{crc_pulp_npm_client-20250903.2.dist-info → crc_pulp_npm_client-20250903.3.dist-info}/RECORD
RENAMED
|
@@ -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=
|
|
4
|
-
pulpcore/client/pulp_npm/api_client.py,sha256=
|
|
3
|
+
pulpcore/client/pulp_npm/__init__.py,sha256=ea6CpJGuhXHstaXtmr7T8uEhkfQafV3IKEaWXgK31Qk,3906
|
|
4
|
+
pulpcore/client/pulp_npm/api_client.py,sha256=BTuKFUMHnBy-klVhoT0X9O-1BYPO67zio8crnBqDssY,27517
|
|
5
5
|
pulpcore/client/pulp_npm/api_response.py,sha256=eMxw1mpmJcoGZ3gs9z6jM4oYoZ10Gjk333s9sKxGv7s,652
|
|
6
|
-
pulpcore/client/pulp_npm/configuration.py,sha256=
|
|
6
|
+
pulpcore/client/pulp_npm/configuration.py,sha256=aspLAeER9ZVVmgOOwB3wxehN2TcLPcV2xrUrUdGx4cg,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-20250903.
|
|
45
|
-
crc_pulp_npm_client-20250903.
|
|
46
|
-
crc_pulp_npm_client-20250903.
|
|
47
|
-
crc_pulp_npm_client-20250903.
|
|
44
|
+
crc_pulp_npm_client-20250903.3.dist-info/METADATA,sha256=g6iKhzV_D3dxnVj7AhXdv9YzC9VtAf3yylBvU-fC_6k,638
|
|
45
|
+
crc_pulp_npm_client-20250903.3.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
46
|
+
crc_pulp_npm_client-20250903.3.dist-info/top_level.txt,sha256=v1J0AeNxNhm8YE5-xQe1G1YbfoMRZ_u9DAg_Gi7omeY,9
|
|
47
|
+
crc_pulp_npm_client-20250903.3.dist-info/RECORD,,
|
|
@@ -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.
|
|
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_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: 20250903.
|
|
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]:
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2.dist-info → crc_pulp_npm_client-20250903.3.dist-info}/top_level.txt
RENAMED
|
File without changes
|