crc-pulp-python-client 20251001.3__tar.gz → 20251001.4__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-python-client might be problematic. Click here for more details.
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/PKG-INFO +1 -1
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/README.md +4 -4
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/PKG-INFO +1 -1
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/__init__.py +1 -1
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +10 -16
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/remotes_python_api.py +10 -16
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/repositories_python_api.py +10 -16
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/configuration.py +3 -3
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pyproject.toml +1 -1
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/setup.py +1 -1
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/requires.txt +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/__init__.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/__init__.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api_client.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/py.typed +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/rest.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/setup.cfg +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_legacy_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_pypi_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_simple_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_async_operation_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_content_packages_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_content_summary_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_distributions_pypi_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_exclude_platforms_enum.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_my_permissions_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_nested_role.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_nested_role_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_object_roles_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_package_metadata_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_package_types_enum.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_package_upload_task_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginated_repository_version_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_patchedpython_python_distribution.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_patchedpython_python_remote.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_patchedpython_python_repository.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_policy_enum.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_publications_pypi_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_pypi_metadata_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_distribution.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_distribution_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_package_content_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_publication.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_publication_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_remote.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_remote_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_repository.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_repository_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_remotes_python_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repair.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repositories_python_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repositories_python_versions_api.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repository_add_remove_content.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repository_sync_url.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repository_version_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_set_label.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_set_label_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_summary_response.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_unset_label.py +0 -0
- {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/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: 20251001.
|
|
7
|
+
- Package version: 20251001.4
|
|
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)
|
|
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_python
|
|
|
56
56
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
57
57
|
from pprint import pprint
|
|
58
58
|
|
|
59
|
-
# Defining the host is optional and defaults to https://env-ephemeral-
|
|
59
|
+
# Defining the host is optional and defaults to https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com
|
|
60
60
|
# See configuration.py for a list of all supported configuration parameters.
|
|
61
61
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
62
|
-
host = "https://env-ephemeral-
|
|
62
|
+
host = "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com"
|
|
63
63
|
)
|
|
64
64
|
|
|
65
65
|
# The client must configure the authentication and authorization parameters
|
|
@@ -105,7 +105,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
|
|
|
105
105
|
|
|
106
106
|
## Documentation for API Endpoints
|
|
107
107
|
|
|
108
|
-
All URIs are relative to *https://env-ephemeral-
|
|
108
|
+
All URIs are relative to *https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com*
|
|
109
109
|
|
|
110
110
|
Class | Method | HTTP request | Description
|
|
111
111
|
------------ | ------------- | ------------- | -------------
|
|
@@ -2344,10 +2344,10 @@ class DistributionsPypiApi:
|
|
|
2344
2344
|
_content_type: Optional[StrictStr] = None,
|
|
2345
2345
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2346
2346
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2347
|
-
) ->
|
|
2347
|
+
) -> AsyncOperationResponse:
|
|
2348
2348
|
"""Update a python distribution
|
|
2349
2349
|
|
|
2350
|
-
|
|
2350
|
+
Trigger an asynchronous partial update task
|
|
2351
2351
|
|
|
2352
2352
|
:param python_python_distribution_href: (required)
|
|
2353
2353
|
:type python_python_distribution_href: str
|
|
@@ -2388,7 +2388,6 @@ class DistributionsPypiApi:
|
|
|
2388
2388
|
)
|
|
2389
2389
|
|
|
2390
2390
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2391
|
-
'200': "PythonPythonDistributionResponse",
|
|
2392
2391
|
'202': "AsyncOperationResponse",
|
|
2393
2392
|
}
|
|
2394
2393
|
response_data = self.api_client.call_api(
|
|
@@ -2420,10 +2419,10 @@ class DistributionsPypiApi:
|
|
|
2420
2419
|
_content_type: Optional[StrictStr] = None,
|
|
2421
2420
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2422
2421
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2423
|
-
) -> ApiResponse[
|
|
2422
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
2424
2423
|
"""Update a python distribution
|
|
2425
2424
|
|
|
2426
|
-
|
|
2425
|
+
Trigger an asynchronous partial update task
|
|
2427
2426
|
|
|
2428
2427
|
:param python_python_distribution_href: (required)
|
|
2429
2428
|
:type python_python_distribution_href: str
|
|
@@ -2464,7 +2463,6 @@ class DistributionsPypiApi:
|
|
|
2464
2463
|
)
|
|
2465
2464
|
|
|
2466
2465
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2467
|
-
'200': "PythonPythonDistributionResponse",
|
|
2468
2466
|
'202': "AsyncOperationResponse",
|
|
2469
2467
|
}
|
|
2470
2468
|
response_data = self.api_client.call_api(
|
|
@@ -2499,7 +2497,7 @@ class DistributionsPypiApi:
|
|
|
2499
2497
|
) -> RESTResponseType:
|
|
2500
2498
|
"""Update a python distribution
|
|
2501
2499
|
|
|
2502
|
-
|
|
2500
|
+
Trigger an asynchronous partial update task
|
|
2503
2501
|
|
|
2504
2502
|
:param python_python_distribution_href: (required)
|
|
2505
2503
|
:type python_python_distribution_href: str
|
|
@@ -2540,7 +2538,6 @@ class DistributionsPypiApi:
|
|
|
2540
2538
|
)
|
|
2541
2539
|
|
|
2542
2540
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2543
|
-
'200': "PythonPythonDistributionResponse",
|
|
2544
2541
|
'202': "AsyncOperationResponse",
|
|
2545
2542
|
}
|
|
2546
2543
|
response_data = self.api_client.call_api(
|
|
@@ -3898,10 +3895,10 @@ class DistributionsPypiApi:
|
|
|
3898
3895
|
_content_type: Optional[StrictStr] = None,
|
|
3899
3896
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3900
3897
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3901
|
-
) ->
|
|
3898
|
+
) -> AsyncOperationResponse:
|
|
3902
3899
|
"""Update a python distribution
|
|
3903
3900
|
|
|
3904
|
-
|
|
3901
|
+
Trigger an asynchronous update task
|
|
3905
3902
|
|
|
3906
3903
|
:param python_python_distribution_href: (required)
|
|
3907
3904
|
:type python_python_distribution_href: str
|
|
@@ -3942,7 +3939,6 @@ class DistributionsPypiApi:
|
|
|
3942
3939
|
)
|
|
3943
3940
|
|
|
3944
3941
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
3945
|
-
'200': "PythonPythonDistributionResponse",
|
|
3946
3942
|
'202': "AsyncOperationResponse",
|
|
3947
3943
|
}
|
|
3948
3944
|
response_data = self.api_client.call_api(
|
|
@@ -3974,10 +3970,10 @@ class DistributionsPypiApi:
|
|
|
3974
3970
|
_content_type: Optional[StrictStr] = None,
|
|
3975
3971
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
3976
3972
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
3977
|
-
) -> ApiResponse[
|
|
3973
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
3978
3974
|
"""Update a python distribution
|
|
3979
3975
|
|
|
3980
|
-
|
|
3976
|
+
Trigger an asynchronous update task
|
|
3981
3977
|
|
|
3982
3978
|
:param python_python_distribution_href: (required)
|
|
3983
3979
|
:type python_python_distribution_href: str
|
|
@@ -4018,7 +4014,6 @@ class DistributionsPypiApi:
|
|
|
4018
4014
|
)
|
|
4019
4015
|
|
|
4020
4016
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4021
|
-
'200': "PythonPythonDistributionResponse",
|
|
4022
4017
|
'202': "AsyncOperationResponse",
|
|
4023
4018
|
}
|
|
4024
4019
|
response_data = self.api_client.call_api(
|
|
@@ -4053,7 +4048,7 @@ class DistributionsPypiApi:
|
|
|
4053
4048
|
) -> RESTResponseType:
|
|
4054
4049
|
"""Update a python distribution
|
|
4055
4050
|
|
|
4056
|
-
|
|
4051
|
+
Trigger an asynchronous update task
|
|
4057
4052
|
|
|
4058
4053
|
:param python_python_distribution_href: (required)
|
|
4059
4054
|
:type python_python_distribution_href: str
|
|
@@ -4094,7 +4089,6 @@ class DistributionsPypiApi:
|
|
|
4094
4089
|
)
|
|
4095
4090
|
|
|
4096
4091
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4097
|
-
'200': "PythonPythonDistributionResponse",
|
|
4098
4092
|
'202': "AsyncOperationResponse",
|
|
4099
4093
|
}
|
|
4100
4094
|
response_data = self.api_client.call_api(
|
|
@@ -2710,10 +2710,10 @@ class RemotesPythonApi:
|
|
|
2710
2710
|
_content_type: Optional[StrictStr] = None,
|
|
2711
2711
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2712
2712
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2713
|
-
) ->
|
|
2713
|
+
) -> AsyncOperationResponse:
|
|
2714
2714
|
"""Update a python remote
|
|
2715
2715
|
|
|
2716
|
-
|
|
2716
|
+
Trigger an asynchronous partial update task
|
|
2717
2717
|
|
|
2718
2718
|
:param python_python_remote_href: (required)
|
|
2719
2719
|
:type python_python_remote_href: str
|
|
@@ -2754,7 +2754,6 @@ class RemotesPythonApi:
|
|
|
2754
2754
|
)
|
|
2755
2755
|
|
|
2756
2756
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2757
|
-
'200': "PythonPythonRemoteResponse",
|
|
2758
2757
|
'202': "AsyncOperationResponse",
|
|
2759
2758
|
}
|
|
2760
2759
|
response_data = self.api_client.call_api(
|
|
@@ -2786,10 +2785,10 @@ class RemotesPythonApi:
|
|
|
2786
2785
|
_content_type: Optional[StrictStr] = None,
|
|
2787
2786
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2788
2787
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2789
|
-
) -> ApiResponse[
|
|
2788
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
2790
2789
|
"""Update a python remote
|
|
2791
2790
|
|
|
2792
|
-
|
|
2791
|
+
Trigger an asynchronous partial update task
|
|
2793
2792
|
|
|
2794
2793
|
:param python_python_remote_href: (required)
|
|
2795
2794
|
:type python_python_remote_href: str
|
|
@@ -2830,7 +2829,6 @@ class RemotesPythonApi:
|
|
|
2830
2829
|
)
|
|
2831
2830
|
|
|
2832
2831
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2833
|
-
'200': "PythonPythonRemoteResponse",
|
|
2834
2832
|
'202': "AsyncOperationResponse",
|
|
2835
2833
|
}
|
|
2836
2834
|
response_data = self.api_client.call_api(
|
|
@@ -2865,7 +2863,7 @@ class RemotesPythonApi:
|
|
|
2865
2863
|
) -> RESTResponseType:
|
|
2866
2864
|
"""Update a python remote
|
|
2867
2865
|
|
|
2868
|
-
|
|
2866
|
+
Trigger an asynchronous partial update task
|
|
2869
2867
|
|
|
2870
2868
|
:param python_python_remote_href: (required)
|
|
2871
2869
|
:type python_python_remote_href: str
|
|
@@ -2906,7 +2904,6 @@ class RemotesPythonApi:
|
|
|
2906
2904
|
)
|
|
2907
2905
|
|
|
2908
2906
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2909
|
-
'200': "PythonPythonRemoteResponse",
|
|
2910
2907
|
'202': "AsyncOperationResponse",
|
|
2911
2908
|
}
|
|
2912
2909
|
response_data = self.api_client.call_api(
|
|
@@ -4264,10 +4261,10 @@ class RemotesPythonApi:
|
|
|
4264
4261
|
_content_type: Optional[StrictStr] = None,
|
|
4265
4262
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4266
4263
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4267
|
-
) ->
|
|
4264
|
+
) -> AsyncOperationResponse:
|
|
4268
4265
|
"""Update a python remote
|
|
4269
4266
|
|
|
4270
|
-
|
|
4267
|
+
Trigger an asynchronous update task
|
|
4271
4268
|
|
|
4272
4269
|
:param python_python_remote_href: (required)
|
|
4273
4270
|
:type python_python_remote_href: str
|
|
@@ -4308,7 +4305,6 @@ class RemotesPythonApi:
|
|
|
4308
4305
|
)
|
|
4309
4306
|
|
|
4310
4307
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4311
|
-
'200': "PythonPythonRemoteResponse",
|
|
4312
4308
|
'202': "AsyncOperationResponse",
|
|
4313
4309
|
}
|
|
4314
4310
|
response_data = self.api_client.call_api(
|
|
@@ -4340,10 +4336,10 @@ class RemotesPythonApi:
|
|
|
4340
4336
|
_content_type: Optional[StrictStr] = None,
|
|
4341
4337
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4342
4338
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4343
|
-
) -> ApiResponse[
|
|
4339
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
4344
4340
|
"""Update a python remote
|
|
4345
4341
|
|
|
4346
|
-
|
|
4342
|
+
Trigger an asynchronous update task
|
|
4347
4343
|
|
|
4348
4344
|
:param python_python_remote_href: (required)
|
|
4349
4345
|
:type python_python_remote_href: str
|
|
@@ -4384,7 +4380,6 @@ class RemotesPythonApi:
|
|
|
4384
4380
|
)
|
|
4385
4381
|
|
|
4386
4382
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4387
|
-
'200': "PythonPythonRemoteResponse",
|
|
4388
4383
|
'202': "AsyncOperationResponse",
|
|
4389
4384
|
}
|
|
4390
4385
|
response_data = self.api_client.call_api(
|
|
@@ -4419,7 +4414,7 @@ class RemotesPythonApi:
|
|
|
4419
4414
|
) -> RESTResponseType:
|
|
4420
4415
|
"""Update a python remote
|
|
4421
4416
|
|
|
4422
|
-
|
|
4417
|
+
Trigger an asynchronous update task
|
|
4423
4418
|
|
|
4424
4419
|
:param python_python_remote_href: (required)
|
|
4425
4420
|
:type python_python_remote_href: str
|
|
@@ -4460,7 +4455,6 @@ class RemotesPythonApi:
|
|
|
4460
4455
|
)
|
|
4461
4456
|
|
|
4462
4457
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4463
|
-
'200': "PythonPythonRemoteResponse",
|
|
4464
4458
|
'202': "AsyncOperationResponse",
|
|
4465
4459
|
}
|
|
4466
4460
|
response_data = self.api_client.call_api(
|
|
@@ -2705,10 +2705,10 @@ class RepositoriesPythonApi:
|
|
|
2705
2705
|
_content_type: Optional[StrictStr] = None,
|
|
2706
2706
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2707
2707
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2708
|
-
) ->
|
|
2708
|
+
) -> AsyncOperationResponse:
|
|
2709
2709
|
"""Update a python repository
|
|
2710
2710
|
|
|
2711
|
-
|
|
2711
|
+
Trigger an asynchronous partial update task
|
|
2712
2712
|
|
|
2713
2713
|
:param python_python_repository_href: (required)
|
|
2714
2714
|
:type python_python_repository_href: str
|
|
@@ -2749,7 +2749,6 @@ class RepositoriesPythonApi:
|
|
|
2749
2749
|
)
|
|
2750
2750
|
|
|
2751
2751
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2752
|
-
'200': "PythonPythonRepositoryResponse",
|
|
2753
2752
|
'202': "AsyncOperationResponse",
|
|
2754
2753
|
}
|
|
2755
2754
|
response_data = self.api_client.call_api(
|
|
@@ -2781,10 +2780,10 @@ class RepositoriesPythonApi:
|
|
|
2781
2780
|
_content_type: Optional[StrictStr] = None,
|
|
2782
2781
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2783
2782
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2784
|
-
) -> ApiResponse[
|
|
2783
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
2785
2784
|
"""Update a python repository
|
|
2786
2785
|
|
|
2787
|
-
|
|
2786
|
+
Trigger an asynchronous partial update task
|
|
2788
2787
|
|
|
2789
2788
|
:param python_python_repository_href: (required)
|
|
2790
2789
|
:type python_python_repository_href: str
|
|
@@ -2825,7 +2824,6 @@ class RepositoriesPythonApi:
|
|
|
2825
2824
|
)
|
|
2826
2825
|
|
|
2827
2826
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2828
|
-
'200': "PythonPythonRepositoryResponse",
|
|
2829
2827
|
'202': "AsyncOperationResponse",
|
|
2830
2828
|
}
|
|
2831
2829
|
response_data = self.api_client.call_api(
|
|
@@ -2860,7 +2858,7 @@ class RepositoriesPythonApi:
|
|
|
2860
2858
|
) -> RESTResponseType:
|
|
2861
2859
|
"""Update a python repository
|
|
2862
2860
|
|
|
2863
|
-
|
|
2861
|
+
Trigger an asynchronous partial update task
|
|
2864
2862
|
|
|
2865
2863
|
:param python_python_repository_href: (required)
|
|
2866
2864
|
:type python_python_repository_href: str
|
|
@@ -2901,7 +2899,6 @@ class RepositoriesPythonApi:
|
|
|
2901
2899
|
)
|
|
2902
2900
|
|
|
2903
2901
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
2904
|
-
'200': "PythonPythonRepositoryResponse",
|
|
2905
2902
|
'202': "AsyncOperationResponse",
|
|
2906
2903
|
}
|
|
2907
2904
|
response_data = self.api_client.call_api(
|
|
@@ -4847,10 +4844,10 @@ class RepositoriesPythonApi:
|
|
|
4847
4844
|
_content_type: Optional[StrictStr] = None,
|
|
4848
4845
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4849
4846
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4850
|
-
) ->
|
|
4847
|
+
) -> AsyncOperationResponse:
|
|
4851
4848
|
"""Update a python repository
|
|
4852
4849
|
|
|
4853
|
-
|
|
4850
|
+
Trigger an asynchronous update task
|
|
4854
4851
|
|
|
4855
4852
|
:param python_python_repository_href: (required)
|
|
4856
4853
|
:type python_python_repository_href: str
|
|
@@ -4891,7 +4888,6 @@ class RepositoriesPythonApi:
|
|
|
4891
4888
|
)
|
|
4892
4889
|
|
|
4893
4890
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4894
|
-
'200': "PythonPythonRepositoryResponse",
|
|
4895
4891
|
'202': "AsyncOperationResponse",
|
|
4896
4892
|
}
|
|
4897
4893
|
response_data = self.api_client.call_api(
|
|
@@ -4923,10 +4919,10 @@ class RepositoriesPythonApi:
|
|
|
4923
4919
|
_content_type: Optional[StrictStr] = None,
|
|
4924
4920
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
4925
4921
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
4926
|
-
) -> ApiResponse[
|
|
4922
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
4927
4923
|
"""Update a python repository
|
|
4928
4924
|
|
|
4929
|
-
|
|
4925
|
+
Trigger an asynchronous update task
|
|
4930
4926
|
|
|
4931
4927
|
:param python_python_repository_href: (required)
|
|
4932
4928
|
:type python_python_repository_href: str
|
|
@@ -4967,7 +4963,6 @@ class RepositoriesPythonApi:
|
|
|
4967
4963
|
)
|
|
4968
4964
|
|
|
4969
4965
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
4970
|
-
'200': "PythonPythonRepositoryResponse",
|
|
4971
4966
|
'202': "AsyncOperationResponse",
|
|
4972
4967
|
}
|
|
4973
4968
|
response_data = self.api_client.call_api(
|
|
@@ -5002,7 +4997,7 @@ class RepositoriesPythonApi:
|
|
|
5002
4997
|
) -> RESTResponseType:
|
|
5003
4998
|
"""Update a python repository
|
|
5004
4999
|
|
|
5005
|
-
|
|
5000
|
+
Trigger an asynchronous update task
|
|
5006
5001
|
|
|
5007
5002
|
:param python_python_repository_href: (required)
|
|
5008
5003
|
:type python_python_repository_href: str
|
|
@@ -5043,7 +5038,6 @@ class RepositoriesPythonApi:
|
|
|
5043
5038
|
)
|
|
5044
5039
|
|
|
5045
5040
|
_response_types_map: Dict[str, Optional[str]] = {
|
|
5046
|
-
'200': "PythonPythonRepositoryResponse",
|
|
5047
5041
|
'202': "AsyncOperationResponse",
|
|
5048
5042
|
}
|
|
5049
5043
|
response_data = self.api_client.call_api(
|
|
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
225
225
|
) -> None:
|
|
226
226
|
"""Constructor
|
|
227
227
|
"""
|
|
228
|
-
self._base_path = "https://env-ephemeral-
|
|
228
|
+
self._base_path = "https://env-ephemeral-ubj90w.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_python.Configuration(
|
|
|
557
557
|
"OS: {env}\n"\
|
|
558
558
|
"Python Version: {pyversion}\n"\
|
|
559
559
|
"Version of the API: v3\n"\
|
|
560
|
-
"SDK Package Version: 20251001.
|
|
560
|
+
"SDK Package Version: 20251001.4".\
|
|
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_python.Configuration(
|
|
|
567
567
|
"""
|
|
568
568
|
return [
|
|
569
569
|
{
|
|
570
|
-
'url': "https://env-ephemeral-
|
|
570
|
+
'url': "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com",
|
|
571
571
|
'description': "No description provided",
|
|
572
572
|
}
|
|
573
573
|
]
|
|
@@ -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_python-client"
|
|
25
|
-
VERSION = "20251001.
|
|
25
|
+
VERSION = "20251001.4"
|
|
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
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/__init__.py
RENAMED
|
File without changes
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/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
|
|
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_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_legacy_api.py
RENAMED
|
File without changes
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_pypi_api.py
RENAMED
|
File without changes
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_simple_api.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_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_nested_role.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
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_policy_enum.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
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_set_label.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_unset_label.py
RENAMED
|
File without changes
|
|
File without changes
|