pulp-python-client 3.26.0__tar.gz → 3.27.0__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.
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/PKG-INFO +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/README.md +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulp_python_client.egg-info/PKG-INFO +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +57 -33
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +3 -3
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_remote.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_repository.py +3 -3
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +4 -3
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/remote_network_config.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/set_label.py +1 -8
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/set_label_response.py +2 -10
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/unset_label.py +1 -8
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/unset_label_response.py +2 -10
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pyproject.toml +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/setup.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginatedpython_python_remote_response_list.py +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginatedpython_python_repository_response_list.py +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_patchedpython_python_remote.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_patchedpython_python_repository.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_remote.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_remote_response.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_repository.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_repository_response.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_remote_network_config.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_remote_network_config_response.py +1 -1
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_set_label.py +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_set_label_response.py +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_unset_label.py +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_unset_label_response.py +2 -2
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/__init__.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/__init__.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/setup.cfg +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_async_operation_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_content_packages_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_content_provenance_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_content_summary_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_filetype_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_metadata_version_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_my_permissions_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_nested_role.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_nested_role_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_object_roles_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_package_metadata_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_package_types_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_package_upload_task_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_policy_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_protocol_version_enum.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_publications_pypi_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_pypi_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_pypi_provenance_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_pypi_simple_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_package_provenance_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_distribution.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_package_content_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_publication.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_publication_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_remotes_python_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_repair.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_repositories_python_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_repository_sync_url.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_repository_version_response.py +0 -0
- {pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/test/test_summary_response.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.27.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.27.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -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: 3.
|
|
7
|
+
- Package version: 3.27.0
|
|
8
8
|
- Generator version: 7.14.0
|
|
9
9
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
10
10
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
{pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulp_python_client.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pulp_python-client
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.27.0
|
|
4
4
|
Summary: Pulp 3 API
|
|
5
5
|
Home-page:
|
|
6
6
|
Author: Pulp Team
|
|
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
24
24
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
25
25
|
|
|
26
26
|
- API version: v3
|
|
27
|
-
- Package version: 3.
|
|
27
|
+
- Package version: 3.27.0
|
|
28
28
|
- Generator version: 7.14.0
|
|
29
29
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
30
30
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
@@ -67,7 +67,7 @@ class PublicationsPypiApi:
|
|
|
67
67
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
68
68
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
69
69
|
) -> NestedRoleResponse:
|
|
70
|
-
"""Add a role
|
|
70
|
+
"""(Deprecated) Add a role
|
|
71
71
|
|
|
72
72
|
Add a role for this object to users/groups.
|
|
73
73
|
|
|
@@ -98,6 +98,7 @@ class PublicationsPypiApi:
|
|
|
98
98
|
:type _host_index: int, optional
|
|
99
99
|
:return: Returns the result object.
|
|
100
100
|
""" # noqa: E501
|
|
101
|
+
warnings.warn("POST {python_python_publication_href}add_role/ is deprecated.", DeprecationWarning)
|
|
101
102
|
|
|
102
103
|
_param = self._add_role_serialize(
|
|
103
104
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -142,7 +143,7 @@ class PublicationsPypiApi:
|
|
|
142
143
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
143
144
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
144
145
|
) -> ApiResponse[NestedRoleResponse]:
|
|
145
|
-
"""Add a role
|
|
146
|
+
"""(Deprecated) Add a role
|
|
146
147
|
|
|
147
148
|
Add a role for this object to users/groups.
|
|
148
149
|
|
|
@@ -173,6 +174,7 @@ class PublicationsPypiApi:
|
|
|
173
174
|
:type _host_index: int, optional
|
|
174
175
|
:return: Returns the result object.
|
|
175
176
|
""" # noqa: E501
|
|
177
|
+
warnings.warn("POST {python_python_publication_href}add_role/ is deprecated.", DeprecationWarning)
|
|
176
178
|
|
|
177
179
|
_param = self._add_role_serialize(
|
|
178
180
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -217,7 +219,7 @@ class PublicationsPypiApi:
|
|
|
217
219
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
218
220
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
219
221
|
) -> RESTResponseType:
|
|
220
|
-
"""Add a role
|
|
222
|
+
"""(Deprecated) Add a role
|
|
221
223
|
|
|
222
224
|
Add a role for this object to users/groups.
|
|
223
225
|
|
|
@@ -248,6 +250,7 @@ class PublicationsPypiApi:
|
|
|
248
250
|
:type _host_index: int, optional
|
|
249
251
|
:return: Returns the result object.
|
|
250
252
|
""" # noqa: E501
|
|
253
|
+
warnings.warn("POST {python_python_publication_href}add_role/ is deprecated.", DeprecationWarning)
|
|
251
254
|
|
|
252
255
|
_param = self._add_role_serialize(
|
|
253
256
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -374,7 +377,7 @@ class PublicationsPypiApi:
|
|
|
374
377
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
375
378
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
376
379
|
) -> AsyncOperationResponse:
|
|
377
|
-
"""Create a python publication
|
|
380
|
+
"""(Deprecated) Create a python publication
|
|
378
381
|
|
|
379
382
|
Dispatches a publish task, which generates metadata that will be used by pip.
|
|
380
383
|
|
|
@@ -403,6 +406,7 @@ class PublicationsPypiApi:
|
|
|
403
406
|
:type _host_index: int, optional
|
|
404
407
|
:return: Returns the result object.
|
|
405
408
|
""" # noqa: E501
|
|
409
|
+
warnings.warn("POST /pulp/api/v3/publications/python/pypi/ is deprecated.", DeprecationWarning)
|
|
406
410
|
|
|
407
411
|
_param = self._create_serialize(
|
|
408
412
|
python_python_publication=python_python_publication,
|
|
@@ -445,7 +449,7 @@ class PublicationsPypiApi:
|
|
|
445
449
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
446
450
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
447
451
|
) -> ApiResponse[AsyncOperationResponse]:
|
|
448
|
-
"""Create a python publication
|
|
452
|
+
"""(Deprecated) Create a python publication
|
|
449
453
|
|
|
450
454
|
Dispatches a publish task, which generates metadata that will be used by pip.
|
|
451
455
|
|
|
@@ -474,6 +478,7 @@ class PublicationsPypiApi:
|
|
|
474
478
|
:type _host_index: int, optional
|
|
475
479
|
:return: Returns the result object.
|
|
476
480
|
""" # noqa: E501
|
|
481
|
+
warnings.warn("POST /pulp/api/v3/publications/python/pypi/ is deprecated.", DeprecationWarning)
|
|
477
482
|
|
|
478
483
|
_param = self._create_serialize(
|
|
479
484
|
python_python_publication=python_python_publication,
|
|
@@ -516,7 +521,7 @@ class PublicationsPypiApi:
|
|
|
516
521
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
517
522
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
518
523
|
) -> RESTResponseType:
|
|
519
|
-
"""Create a python publication
|
|
524
|
+
"""(Deprecated) Create a python publication
|
|
520
525
|
|
|
521
526
|
Dispatches a publish task, which generates metadata that will be used by pip.
|
|
522
527
|
|
|
@@ -545,6 +550,7 @@ class PublicationsPypiApi:
|
|
|
545
550
|
:type _host_index: int, optional
|
|
546
551
|
:return: Returns the result object.
|
|
547
552
|
""" # noqa: E501
|
|
553
|
+
warnings.warn("POST /pulp/api/v3/publications/python/pypi/ is deprecated.", DeprecationWarning)
|
|
548
554
|
|
|
549
555
|
_param = self._create_serialize(
|
|
550
556
|
python_python_publication=python_python_publication,
|
|
@@ -667,9 +673,9 @@ class PublicationsPypiApi:
|
|
|
667
673
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
668
674
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
669
675
|
) -> None:
|
|
670
|
-
"""Delete a python publication
|
|
676
|
+
"""(Deprecated) Delete a python publication
|
|
671
677
|
|
|
672
|
-
|
|
678
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
673
679
|
|
|
674
680
|
:param python_python_publication_href: (required)
|
|
675
681
|
:type python_python_publication_href: str
|
|
@@ -696,6 +702,7 @@ class PublicationsPypiApi:
|
|
|
696
702
|
:type _host_index: int, optional
|
|
697
703
|
:return: Returns the result object.
|
|
698
704
|
""" # noqa: E501
|
|
705
|
+
warnings.warn("DELETE {python_python_publication_href} is deprecated.", DeprecationWarning)
|
|
699
706
|
|
|
700
707
|
_param = self._delete_serialize(
|
|
701
708
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -738,9 +745,9 @@ class PublicationsPypiApi:
|
|
|
738
745
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
739
746
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
740
747
|
) -> ApiResponse[None]:
|
|
741
|
-
"""Delete a python publication
|
|
748
|
+
"""(Deprecated) Delete a python publication
|
|
742
749
|
|
|
743
|
-
|
|
750
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
744
751
|
|
|
745
752
|
:param python_python_publication_href: (required)
|
|
746
753
|
:type python_python_publication_href: str
|
|
@@ -767,6 +774,7 @@ class PublicationsPypiApi:
|
|
|
767
774
|
:type _host_index: int, optional
|
|
768
775
|
:return: Returns the result object.
|
|
769
776
|
""" # noqa: E501
|
|
777
|
+
warnings.warn("DELETE {python_python_publication_href} is deprecated.", DeprecationWarning)
|
|
770
778
|
|
|
771
779
|
_param = self._delete_serialize(
|
|
772
780
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -809,9 +817,9 @@ class PublicationsPypiApi:
|
|
|
809
817
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
810
818
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
811
819
|
) -> RESTResponseType:
|
|
812
|
-
"""Delete a python publication
|
|
820
|
+
"""(Deprecated) Delete a python publication
|
|
813
821
|
|
|
814
|
-
|
|
822
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
815
823
|
|
|
816
824
|
:param python_python_publication_href: (required)
|
|
817
825
|
:type python_python_publication_href: str
|
|
@@ -838,6 +846,7 @@ class PublicationsPypiApi:
|
|
|
838
846
|
:type _host_index: int, optional
|
|
839
847
|
:return: Returns the result object.
|
|
840
848
|
""" # noqa: E501
|
|
849
|
+
warnings.warn("DELETE {python_python_publication_href} is deprecated.", DeprecationWarning)
|
|
841
850
|
|
|
842
851
|
_param = self._delete_serialize(
|
|
843
852
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -958,9 +967,9 @@ class PublicationsPypiApi:
|
|
|
958
967
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
959
968
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
960
969
|
) -> PaginatedpythonPythonPublicationResponseList:
|
|
961
|
-
"""List python publications
|
|
970
|
+
"""(Deprecated) List python publications
|
|
962
971
|
|
|
963
|
-
|
|
972
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
964
973
|
|
|
965
974
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
966
975
|
:type x_task_diagnostics: List[str]
|
|
@@ -1027,6 +1036,7 @@ class PublicationsPypiApi:
|
|
|
1027
1036
|
:type _host_index: int, optional
|
|
1028
1037
|
:return: Returns the result object.
|
|
1029
1038
|
""" # noqa: E501
|
|
1039
|
+
warnings.warn("GET /pulp/api/v3/publications/python/pypi/ is deprecated.", DeprecationWarning)
|
|
1030
1040
|
|
|
1031
1041
|
_param = self._list_serialize(
|
|
1032
1042
|
x_task_diagnostics=x_task_diagnostics,
|
|
@@ -1109,9 +1119,9 @@ class PublicationsPypiApi:
|
|
|
1109
1119
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1110
1120
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1111
1121
|
) -> ApiResponse[PaginatedpythonPythonPublicationResponseList]:
|
|
1112
|
-
"""List python publications
|
|
1122
|
+
"""(Deprecated) List python publications
|
|
1113
1123
|
|
|
1114
|
-
|
|
1124
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
1115
1125
|
|
|
1116
1126
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1117
1127
|
:type x_task_diagnostics: List[str]
|
|
@@ -1178,6 +1188,7 @@ class PublicationsPypiApi:
|
|
|
1178
1188
|
:type _host_index: int, optional
|
|
1179
1189
|
:return: Returns the result object.
|
|
1180
1190
|
""" # noqa: E501
|
|
1191
|
+
warnings.warn("GET /pulp/api/v3/publications/python/pypi/ is deprecated.", DeprecationWarning)
|
|
1181
1192
|
|
|
1182
1193
|
_param = self._list_serialize(
|
|
1183
1194
|
x_task_diagnostics=x_task_diagnostics,
|
|
@@ -1260,9 +1271,9 @@ class PublicationsPypiApi:
|
|
|
1260
1271
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1261
1272
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1262
1273
|
) -> RESTResponseType:
|
|
1263
|
-
"""List python publications
|
|
1274
|
+
"""(Deprecated) List python publications
|
|
1264
1275
|
|
|
1265
|
-
|
|
1276
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
1266
1277
|
|
|
1267
1278
|
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1268
1279
|
:type x_task_diagnostics: List[str]
|
|
@@ -1329,6 +1340,7 @@ class PublicationsPypiApi:
|
|
|
1329
1340
|
:type _host_index: int, optional
|
|
1330
1341
|
:return: Returns the result object.
|
|
1331
1342
|
""" # noqa: E501
|
|
1343
|
+
warnings.warn("GET /pulp/api/v3/publications/python/pypi/ is deprecated.", DeprecationWarning)
|
|
1332
1344
|
|
|
1333
1345
|
_param = self._list_serialize(
|
|
1334
1346
|
x_task_diagnostics=x_task_diagnostics,
|
|
@@ -1613,7 +1625,7 @@ class PublicationsPypiApi:
|
|
|
1613
1625
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1614
1626
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1615
1627
|
) -> ObjectRolesResponse:
|
|
1616
|
-
"""List roles
|
|
1628
|
+
"""(Deprecated) List roles
|
|
1617
1629
|
|
|
1618
1630
|
List roles assigned to this object.
|
|
1619
1631
|
|
|
@@ -1646,6 +1658,7 @@ class PublicationsPypiApi:
|
|
|
1646
1658
|
:type _host_index: int, optional
|
|
1647
1659
|
:return: Returns the result object.
|
|
1648
1660
|
""" # noqa: E501
|
|
1661
|
+
warnings.warn("GET {python_python_publication_href}list_roles/ is deprecated.", DeprecationWarning)
|
|
1649
1662
|
|
|
1650
1663
|
_param = self._list_roles_serialize(
|
|
1651
1664
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -1692,7 +1705,7 @@ class PublicationsPypiApi:
|
|
|
1692
1705
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1693
1706
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1694
1707
|
) -> ApiResponse[ObjectRolesResponse]:
|
|
1695
|
-
"""List roles
|
|
1708
|
+
"""(Deprecated) List roles
|
|
1696
1709
|
|
|
1697
1710
|
List roles assigned to this object.
|
|
1698
1711
|
|
|
@@ -1725,6 +1738,7 @@ class PublicationsPypiApi:
|
|
|
1725
1738
|
:type _host_index: int, optional
|
|
1726
1739
|
:return: Returns the result object.
|
|
1727
1740
|
""" # noqa: E501
|
|
1741
|
+
warnings.warn("GET {python_python_publication_href}list_roles/ is deprecated.", DeprecationWarning)
|
|
1728
1742
|
|
|
1729
1743
|
_param = self._list_roles_serialize(
|
|
1730
1744
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -1771,7 +1785,7 @@ class PublicationsPypiApi:
|
|
|
1771
1785
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1772
1786
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1773
1787
|
) -> RESTResponseType:
|
|
1774
|
-
"""List roles
|
|
1788
|
+
"""(Deprecated) List roles
|
|
1775
1789
|
|
|
1776
1790
|
List roles assigned to this object.
|
|
1777
1791
|
|
|
@@ -1804,6 +1818,7 @@ class PublicationsPypiApi:
|
|
|
1804
1818
|
:type _host_index: int, optional
|
|
1805
1819
|
:return: Returns the result object.
|
|
1806
1820
|
""" # noqa: E501
|
|
1821
|
+
warnings.warn("GET {python_python_publication_href}list_roles/ is deprecated.", DeprecationWarning)
|
|
1807
1822
|
|
|
1808
1823
|
_param = self._list_roles_serialize(
|
|
1809
1824
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -1927,7 +1942,7 @@ class PublicationsPypiApi:
|
|
|
1927
1942
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1928
1943
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1929
1944
|
) -> MyPermissionsResponse:
|
|
1930
|
-
"""List user permissions
|
|
1945
|
+
"""(Deprecated) List user permissions
|
|
1931
1946
|
|
|
1932
1947
|
List permissions available to the current user on this object.
|
|
1933
1948
|
|
|
@@ -1960,6 +1975,7 @@ class PublicationsPypiApi:
|
|
|
1960
1975
|
:type _host_index: int, optional
|
|
1961
1976
|
:return: Returns the result object.
|
|
1962
1977
|
""" # noqa: E501
|
|
1978
|
+
warnings.warn("GET {python_python_publication_href}my_permissions/ is deprecated.", DeprecationWarning)
|
|
1963
1979
|
|
|
1964
1980
|
_param = self._my_permissions_serialize(
|
|
1965
1981
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2006,7 +2022,7 @@ class PublicationsPypiApi:
|
|
|
2006
2022
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2007
2023
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2008
2024
|
) -> ApiResponse[MyPermissionsResponse]:
|
|
2009
|
-
"""List user permissions
|
|
2025
|
+
"""(Deprecated) List user permissions
|
|
2010
2026
|
|
|
2011
2027
|
List permissions available to the current user on this object.
|
|
2012
2028
|
|
|
@@ -2039,6 +2055,7 @@ class PublicationsPypiApi:
|
|
|
2039
2055
|
:type _host_index: int, optional
|
|
2040
2056
|
:return: Returns the result object.
|
|
2041
2057
|
""" # noqa: E501
|
|
2058
|
+
warnings.warn("GET {python_python_publication_href}my_permissions/ is deprecated.", DeprecationWarning)
|
|
2042
2059
|
|
|
2043
2060
|
_param = self._my_permissions_serialize(
|
|
2044
2061
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2085,7 +2102,7 @@ class PublicationsPypiApi:
|
|
|
2085
2102
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2086
2103
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2087
2104
|
) -> RESTResponseType:
|
|
2088
|
-
"""List user permissions
|
|
2105
|
+
"""(Deprecated) List user permissions
|
|
2089
2106
|
|
|
2090
2107
|
List permissions available to the current user on this object.
|
|
2091
2108
|
|
|
@@ -2118,6 +2135,7 @@ class PublicationsPypiApi:
|
|
|
2118
2135
|
:type _host_index: int, optional
|
|
2119
2136
|
:return: Returns the result object.
|
|
2120
2137
|
""" # noqa: E501
|
|
2138
|
+
warnings.warn("GET {python_python_publication_href}my_permissions/ is deprecated.", DeprecationWarning)
|
|
2121
2139
|
|
|
2122
2140
|
_param = self._my_permissions_serialize(
|
|
2123
2141
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2241,9 +2259,9 @@ class PublicationsPypiApi:
|
|
|
2241
2259
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2242
2260
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2243
2261
|
) -> PythonPythonPublicationResponse:
|
|
2244
|
-
"""Inspect a python publication
|
|
2262
|
+
"""(Deprecated) Inspect a python publication
|
|
2245
2263
|
|
|
2246
|
-
|
|
2264
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
2247
2265
|
|
|
2248
2266
|
:param python_python_publication_href: (required)
|
|
2249
2267
|
:type python_python_publication_href: str
|
|
@@ -2274,6 +2292,7 @@ class PublicationsPypiApi:
|
|
|
2274
2292
|
:type _host_index: int, optional
|
|
2275
2293
|
:return: Returns the result object.
|
|
2276
2294
|
""" # noqa: E501
|
|
2295
|
+
warnings.warn("GET {python_python_publication_href} is deprecated.", DeprecationWarning)
|
|
2277
2296
|
|
|
2278
2297
|
_param = self._read_serialize(
|
|
2279
2298
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2320,9 +2339,9 @@ class PublicationsPypiApi:
|
|
|
2320
2339
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2321
2340
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2322
2341
|
) -> ApiResponse[PythonPythonPublicationResponse]:
|
|
2323
|
-
"""Inspect a python publication
|
|
2342
|
+
"""(Deprecated) Inspect a python publication
|
|
2324
2343
|
|
|
2325
|
-
|
|
2344
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
2326
2345
|
|
|
2327
2346
|
:param python_python_publication_href: (required)
|
|
2328
2347
|
:type python_python_publication_href: str
|
|
@@ -2353,6 +2372,7 @@ class PublicationsPypiApi:
|
|
|
2353
2372
|
:type _host_index: int, optional
|
|
2354
2373
|
:return: Returns the result object.
|
|
2355
2374
|
""" # noqa: E501
|
|
2375
|
+
warnings.warn("GET {python_python_publication_href} is deprecated.", DeprecationWarning)
|
|
2356
2376
|
|
|
2357
2377
|
_param = self._read_serialize(
|
|
2358
2378
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2399,9 +2419,9 @@ class PublicationsPypiApi:
|
|
|
2399
2419
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2400
2420
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2401
2421
|
) -> RESTResponseType:
|
|
2402
|
-
"""Inspect a python publication
|
|
2422
|
+
"""(Deprecated) Inspect a python publication
|
|
2403
2423
|
|
|
2404
|
-
|
|
2424
|
+
Python Publications refer to the Python Package content in a repository version, and include metadata about that content. [Deprecated] See https://pulpproject.org/pulp_python/docs/user/guides/host/#migrating-off-publications for more information. Use a repository or repository-version to serve content instead.
|
|
2405
2425
|
|
|
2406
2426
|
:param python_python_publication_href: (required)
|
|
2407
2427
|
:type python_python_publication_href: str
|
|
@@ -2432,6 +2452,7 @@ class PublicationsPypiApi:
|
|
|
2432
2452
|
:type _host_index: int, optional
|
|
2433
2453
|
:return: Returns the result object.
|
|
2434
2454
|
""" # noqa: E501
|
|
2455
|
+
warnings.warn("GET {python_python_publication_href} is deprecated.", DeprecationWarning)
|
|
2435
2456
|
|
|
2436
2457
|
_param = self._read_serialize(
|
|
2437
2458
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2554,7 +2575,7 @@ class PublicationsPypiApi:
|
|
|
2554
2575
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2555
2576
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2556
2577
|
) -> NestedRoleResponse:
|
|
2557
|
-
"""Remove a role
|
|
2578
|
+
"""(Deprecated) Remove a role
|
|
2558
2579
|
|
|
2559
2580
|
Remove a role for this object from users/groups.
|
|
2560
2581
|
|
|
@@ -2585,6 +2606,7 @@ class PublicationsPypiApi:
|
|
|
2585
2606
|
:type _host_index: int, optional
|
|
2586
2607
|
:return: Returns the result object.
|
|
2587
2608
|
""" # noqa: E501
|
|
2609
|
+
warnings.warn("POST {python_python_publication_href}remove_role/ is deprecated.", DeprecationWarning)
|
|
2588
2610
|
|
|
2589
2611
|
_param = self._remove_role_serialize(
|
|
2590
2612
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2629,7 +2651,7 @@ class PublicationsPypiApi:
|
|
|
2629
2651
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2630
2652
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2631
2653
|
) -> ApiResponse[NestedRoleResponse]:
|
|
2632
|
-
"""Remove a role
|
|
2654
|
+
"""(Deprecated) Remove a role
|
|
2633
2655
|
|
|
2634
2656
|
Remove a role for this object from users/groups.
|
|
2635
2657
|
|
|
@@ -2660,6 +2682,7 @@ class PublicationsPypiApi:
|
|
|
2660
2682
|
:type _host_index: int, optional
|
|
2661
2683
|
:return: Returns the result object.
|
|
2662
2684
|
""" # noqa: E501
|
|
2685
|
+
warnings.warn("POST {python_python_publication_href}remove_role/ is deprecated.", DeprecationWarning)
|
|
2663
2686
|
|
|
2664
2687
|
_param = self._remove_role_serialize(
|
|
2665
2688
|
python_python_publication_href=python_python_publication_href,
|
|
@@ -2704,7 +2727,7 @@ class PublicationsPypiApi:
|
|
|
2704
2727
|
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
2705
2728
|
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
2706
2729
|
) -> RESTResponseType:
|
|
2707
|
-
"""Remove a role
|
|
2730
|
+
"""(Deprecated) Remove a role
|
|
2708
2731
|
|
|
2709
2732
|
Remove a role for this object from users/groups.
|
|
2710
2733
|
|
|
@@ -2735,6 +2758,7 @@ class PublicationsPypiApi:
|
|
|
2735
2758
|
:type _host_index: int, optional
|
|
2736
2759
|
:return: Returns the result object.
|
|
2737
2760
|
""" # noqa: E501
|
|
2761
|
+
warnings.warn("POST {python_python_publication_href}remove_role/ is deprecated.", DeprecationWarning)
|
|
2738
2762
|
|
|
2739
2763
|
_param = self._remove_role_serialize(
|
|
2740
2764
|
python_python_publication_href=python_python_publication_href,
|
{pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/api_client.py
RENAMED
|
@@ -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/3.
|
|
94
|
+
self.user_agent = 'OpenAPI-Generator/3.27.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
{pulp_python_client-3.26.0 → pulp_python_client-3.27.0}/pulpcore/client/pulp_python/configuration.py
RENAMED
|
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
556
556
|
"OS: {env}\n"\
|
|
557
557
|
"Python Version: {pyversion}\n"\
|
|
558
558
|
"Version of the API: v3\n"\
|
|
559
|
-
"SDK Package Version: 3.
|
|
559
|
+
"SDK Package Version: 3.27.0".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -34,7 +34,7 @@ class PatchedpythonPythonDistribution(BaseModel):
|
|
|
34
34
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
35
35
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name. Ex, `rawhide` and `stable`.")
|
|
36
36
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
37
|
-
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
|
|
37
|
+
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served. [Deprecated]")
|
|
38
38
|
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
39
39
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
40
40
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
@@ -50,7 +50,7 @@ class PatchedpythonPythonRemote(BaseModel):
|
|
|
50
50
|
sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
51
51
|
sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
52
52
|
headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
|
|
53
|
-
download_concurrency: Optional[
|
|
53
|
+
download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
54
54
|
rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
|
|
55
55
|
includes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to include.")
|
|
56
56
|
excludes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to exclude.")
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictBool,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from typing import Optional, Set
|
|
@@ -31,9 +31,9 @@ class PatchedpythonPythonRepository(BaseModel):
|
|
|
31
31
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
32
32
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name for this repository.")
|
|
33
33
|
description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
|
|
34
|
-
retain_repo_versions: Optional[
|
|
34
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
35
35
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
36
|
-
autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.")
|
|
36
|
+
autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated]")
|
|
37
37
|
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote", "autopublish"]
|
|
38
38
|
|
|
39
39
|
model_config = ConfigDict(
|
|
@@ -34,7 +34,7 @@ class PythonPythonDistribution(BaseModel):
|
|
|
34
34
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
35
35
|
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
36
36
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
37
|
-
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
|
|
37
|
+
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served. [Deprecated]")
|
|
38
38
|
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
39
39
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
40
40
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
@@ -40,7 +40,7 @@ class PythonPythonDistributionResponse(BaseModel):
|
|
|
40
40
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
41
41
|
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
42
42
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
43
|
-
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
|
|
43
|
+
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served. [Deprecated]")
|
|
44
44
|
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
45
45
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
46
46
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
@@ -50,7 +50,7 @@ class PythonPythonRemote(BaseModel):
|
|
|
50
50
|
sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
51
51
|
sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
52
52
|
headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
|
|
53
|
-
download_concurrency: Optional[
|
|
53
|
+
download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
54
54
|
rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
|
|
55
55
|
includes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to include.")
|
|
56
56
|
excludes: Optional[List[Annotated[str, Field(min_length=1, strict=True)]]] = Field(default=None, description="A list containing project specifiers for Python packages to exclude.")
|
|
@@ -52,7 +52,7 @@ class PythonPythonRemoteResponse(BaseModel):
|
|
|
52
52
|
sock_connect_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_connect (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
53
53
|
sock_read_timeout: Optional[Union[Annotated[float, Field(strict=True, ge=0.0)], Annotated[int, Field(strict=True, ge=0)]]] = Field(default=None, description="aiohttp.ClientTimeout.sock_read (q.v.) for download-connections. The default is null, which will cause the default from the aiohttp library to be used.")
|
|
54
54
|
headers: Optional[List[Dict[str, Any]]] = Field(default=None, description="Headers for aiohttp.Clientsession")
|
|
55
|
-
download_concurrency: Optional[
|
|
55
|
+
download_concurrency: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Total number of simultaneous connections. If not set then the default value will be used.")
|
|
56
56
|
rate_limit: Optional[StrictInt] = Field(default=None, description="Limits requests per second for each concurrent downloader")
|
|
57
57
|
includes: Optional[List[StrictStr]] = Field(default=None, description="A list containing project specifiers for Python packages to include.")
|
|
58
58
|
excludes: Optional[List[StrictStr]] = Field(default=None, description="A list containing project specifiers for Python packages to exclude.")
|
|
@@ -18,7 +18,7 @@ import pprint
|
|
|
18
18
|
import re # noqa: F401
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictBool,
|
|
21
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
22
22
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
23
23
|
from typing_extensions import Annotated
|
|
24
24
|
from typing import Optional, Set
|
|
@@ -31,9 +31,9 @@ class PythonPythonRepository(BaseModel):
|
|
|
31
31
|
pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
|
|
32
32
|
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name for this repository.")
|
|
33
33
|
description: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="An optional description.")
|
|
34
|
-
retain_repo_versions: Optional[
|
|
34
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
35
35
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
36
|
-
autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.")
|
|
36
|
+
autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated]")
|
|
37
37
|
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "remote", "autopublish"]
|
|
38
38
|
|
|
39
39
|
model_config = ConfigDict(
|
|
@@ -19,8 +19,9 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictBool,
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictBool, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
|
+
from typing_extensions import Annotated
|
|
24
25
|
from typing import Optional, Set
|
|
25
26
|
from typing_extensions import Self
|
|
26
27
|
|
|
@@ -37,9 +38,9 @@ class PythonPythonRepositoryResponse(BaseModel):
|
|
|
37
38
|
latest_version_href: Optional[StrictStr] = None
|
|
38
39
|
name: StrictStr = Field(description="A unique name for this repository.")
|
|
39
40
|
description: Optional[StrictStr] = Field(default=None, description="An optional description.")
|
|
40
|
-
retain_repo_versions: Optional[
|
|
41
|
+
retain_repo_versions: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X versions of the repository. Default is null which retains all versions.")
|
|
41
42
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
42
|
-
autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository.")
|
|
43
|
+
autopublish: Optional[StrictBool] = Field(default=False, description="Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated]")
|
|
43
44
|
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "versions_href", "pulp_labels", "latest_version_href", "name", "description", "retain_repo_versions", "remote", "autopublish"]
|
|
44
45
|
|
|
45
46
|
model_config = ConfigDict(
|