crc-pulp-npm-client 20250903.2__tar.gz → 20250903.3__tar.gz
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 → crc_pulp_npm_client-20250903.3}/PKG-INFO +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/README.md +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/crc_pulp_npm_client.egg-info/PKG-INFO +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/__init__.py +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api_client.py +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/configuration.py +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pyproject.toml +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/setup.py +1 -1
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/crc_pulp_npm_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/crc_pulp_npm_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/crc_pulp_npm_client.egg-info/requires.txt +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/crc_pulp_npm_client.egg-info/top_level.txt +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/__init__.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api/__init__.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api/content_packages_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api/distributions_npm_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api/remotes_npm_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api/repositories_npm_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api/repositories_npm_versions_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/api_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/exceptions.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/__init__.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/async_operation_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/content_summary_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_remote_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/npm_package_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/paginatednpm_npm_distribution_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/paginatednpm_npm_remote_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/paginatednpm_npm_repository_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/paginatednpm_package_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/patchednpm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/policy_enum.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/repair.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/repository_version_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/set_label.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/set_label_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/unset_label.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/models/unset_label_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/py.typed +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/rest.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/setup.cfg +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_async_operation_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_content_packages_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_content_summary_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_distributions_npm_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_distribution_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_remote_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_repository_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_package_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_paginatednpm_npm_distribution_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_paginatednpm_npm_remote_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_paginatednpm_npm_repository_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_paginatednpm_package_response_list.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_patchednpm_npm_distribution.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_patchednpm_npm_remote.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_patchednpm_npm_repository.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_policy_enum.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_remotes_npm_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repair.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repositories_npm_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repositories_npm_versions_api.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repository_version_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_set_label.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_set_label_response.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_unset_label.py +0 -0
- {crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_unset_label_response.py +0 -0
|
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: v3
|
|
7
|
-
- Package version: 20250903.
|
|
7
|
+
- Package version: 20250903.3
|
|
8
8
|
- Generator version: 7.10.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -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]:
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
22
22
|
# prerequisite: setuptools
|
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
|
24
24
|
NAME = "crc-pulp_npm-client"
|
|
25
|
-
VERSION = "20250903.
|
|
25
|
+
VERSION = "20250903.3"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.8"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 1.25.3, < 3.0.0",
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/py.typed
RENAMED
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/pulpcore/client/pulp_npm/rest.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_content_packages_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_distributions_npm_api.py
RENAMED
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_distribution.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_remote.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_npm_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_npm_package_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_patchednpm_npm_remote.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_remotes_npm_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repositories_npm_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_repository_sync_url.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_set_label_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{crc_pulp_npm_client-20250903.2 → crc_pulp_npm_client-20250903.3}/test/test_unset_label_response.py
RENAMED
|
File without changes
|