pulp-python-client 3.27.1__tar.gz → 3.28.1__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.27.1 → pulp_python_client-3.28.1}/PKG-INFO +2 -2
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/README.md +1 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/PKG-INFO +2 -2
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/content_packages_api.py +24 -24
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +2 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_repository.py +2 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +2 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pyproject.toml +1 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/setup.py +1 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginatedpython_python_repository_response_list.py +4 -2
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_patchedpython_python_repository.py +2 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_repository.py +2 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_repository_response.py +2 -1
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/__init__.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/__init__.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/setup.cfg +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_async_operation_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_content_packages_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_content_provenance_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_content_summary_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_filetype_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_metadata_version_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_my_permissions_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_nested_role.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_nested_role_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_object_roles_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_package_metadata_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_package_types_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_package_upload_task_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_policy_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_protocol_version_enum.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_publications_pypi_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_pypi_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_pypi_provenance_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_pypi_simple_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_package_provenance_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_distribution.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_package_content_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_publication.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_publication_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_remote.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_remote_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_remote_network_config.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_remote_network_config_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_remotes_python_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repair.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repositories_python_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repository_sync_url.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repository_version_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_set_label.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_set_label_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_summary_response.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_unset_label.py +0 -0
- {pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_unset_label_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.28.1
|
|
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.28.1
|
|
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.28.1
|
|
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.27.1 → pulp_python_client-3.28.1}/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.28.1
|
|
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.28.1
|
|
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)
|
|
@@ -876,11 +876,11 @@ class ContentPackagesApi:
|
|
|
876
876
|
keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
|
|
877
877
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
878
878
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
879
|
-
name:
|
|
880
|
-
name__contains:
|
|
881
|
-
name__in: Annotated[Optional[List[StrictStr]], Field(description="
|
|
879
|
+
name: Optional[StrictStr] = None,
|
|
880
|
+
name__contains: Optional[StrictStr] = None,
|
|
881
|
+
name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
882
882
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
883
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
883
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
884
884
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
885
885
|
packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
|
|
886
886
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -941,15 +941,15 @@ class ContentPackagesApi:
|
|
|
941
941
|
:type keywords__in: List[str]
|
|
942
942
|
:param limit: Number of results to return per page.
|
|
943
943
|
:type limit: int
|
|
944
|
-
:param name:
|
|
944
|
+
:param name:
|
|
945
945
|
:type name: str
|
|
946
|
-
:param name__contains:
|
|
946
|
+
:param name__contains:
|
|
947
947
|
:type name__contains: str
|
|
948
|
-
:param name__in:
|
|
948
|
+
:param name__in: Multiple values may be separated by commas.
|
|
949
949
|
:type name__in: List[str]
|
|
950
950
|
:param offset: The initial index from which to return the results.
|
|
951
951
|
:type offset: int
|
|
952
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
952
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
953
953
|
:type ordering: List[str]
|
|
954
954
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
955
955
|
:type orphaned_for: float
|
|
@@ -1091,11 +1091,11 @@ class ContentPackagesApi:
|
|
|
1091
1091
|
keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
|
|
1092
1092
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
1093
1093
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
1094
|
-
name:
|
|
1095
|
-
name__contains:
|
|
1096
|
-
name__in: Annotated[Optional[List[StrictStr]], Field(description="
|
|
1094
|
+
name: Optional[StrictStr] = None,
|
|
1095
|
+
name__contains: Optional[StrictStr] = None,
|
|
1096
|
+
name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1097
1097
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1098
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1098
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1099
1099
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
1100
1100
|
packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
|
|
1101
1101
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -1156,15 +1156,15 @@ class ContentPackagesApi:
|
|
|
1156
1156
|
:type keywords__in: List[str]
|
|
1157
1157
|
:param limit: Number of results to return per page.
|
|
1158
1158
|
:type limit: int
|
|
1159
|
-
:param name:
|
|
1159
|
+
:param name:
|
|
1160
1160
|
:type name: str
|
|
1161
|
-
:param name__contains:
|
|
1161
|
+
:param name__contains:
|
|
1162
1162
|
:type name__contains: str
|
|
1163
|
-
:param name__in:
|
|
1163
|
+
:param name__in: Multiple values may be separated by commas.
|
|
1164
1164
|
:type name__in: List[str]
|
|
1165
1165
|
:param offset: The initial index from which to return the results.
|
|
1166
1166
|
:type offset: int
|
|
1167
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1167
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1168
1168
|
:type ordering: List[str]
|
|
1169
1169
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
1170
1170
|
:type orphaned_for: float
|
|
@@ -1306,11 +1306,11 @@ class ContentPackagesApi:
|
|
|
1306
1306
|
keywords__contains: Annotated[Optional[StrictStr], Field(description="Filter results where keywords contains value")] = None,
|
|
1307
1307
|
keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
|
|
1308
1308
|
limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
|
|
1309
|
-
name:
|
|
1310
|
-
name__contains:
|
|
1311
|
-
name__in: Annotated[Optional[List[StrictStr]], Field(description="
|
|
1309
|
+
name: Optional[StrictStr] = None,
|
|
1310
|
+
name__contains: Optional[StrictStr] = None,
|
|
1311
|
+
name__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1312
1312
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1313
|
-
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1313
|
+
ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1314
1314
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
1315
1315
|
packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
|
|
1316
1316
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -1371,15 +1371,15 @@ class ContentPackagesApi:
|
|
|
1371
1371
|
:type keywords__in: List[str]
|
|
1372
1372
|
:param limit: Number of results to return per page.
|
|
1373
1373
|
:type limit: int
|
|
1374
|
-
:param name:
|
|
1374
|
+
:param name:
|
|
1375
1375
|
:type name: str
|
|
1376
|
-
:param name__contains:
|
|
1376
|
+
:param name__contains:
|
|
1377
1377
|
:type name__contains: str
|
|
1378
|
-
:param name__in:
|
|
1378
|
+
:param name__in: Multiple values may be separated by commas.
|
|
1379
1379
|
:type name__in: List[str]
|
|
1380
1380
|
:param offset: The initial index from which to return the results.
|
|
1381
1381
|
:type offset: int
|
|
1382
|
-
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1382
|
+
:param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `name_normalized` - Name normalized * `-name_normalized` - Name normalized (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1383
1383
|
:type ordering: List[str]
|
|
1384
1384
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
1385
1385
|
:type orphaned_for: float
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/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.28.1/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/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.28.1".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -35,7 +35,8 @@ class PatchedpythonPythonRepository(BaseModel):
|
|
|
35
35
|
retain_checkpoints: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X checkpoint publications for the repository. Default is null which retains all checkpoints.")
|
|
36
36
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
37
37
|
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]")
|
|
38
|
-
|
|
38
|
+
allow_package_substitution: Optional[StrictBool] = Field(default=True, description="Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed.")
|
|
39
|
+
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "retain_checkpoints", "remote", "autopublish", "allow_package_substitution"]
|
|
39
40
|
|
|
40
41
|
model_config = ConfigDict(
|
|
41
42
|
populate_by_name=True,
|
|
@@ -35,7 +35,8 @@ class PythonPythonRepository(BaseModel):
|
|
|
35
35
|
retain_checkpoints: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X checkpoint publications for the repository. Default is null which retains all checkpoints.")
|
|
36
36
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
37
37
|
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]")
|
|
38
|
-
|
|
38
|
+
allow_package_substitution: Optional[StrictBool] = Field(default=True, description="Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed.")
|
|
39
|
+
__properties: ClassVar[List[str]] = ["pulp_labels", "name", "description", "retain_repo_versions", "retain_checkpoints", "remote", "autopublish", "allow_package_substitution"]
|
|
39
40
|
|
|
40
41
|
model_config = ConfigDict(
|
|
41
42
|
populate_by_name=True,
|
|
@@ -42,7 +42,8 @@ class PythonPythonRepositoryResponse(BaseModel):
|
|
|
42
42
|
retain_checkpoints: Optional[Annotated[int, Field(strict=True, ge=1)]] = Field(default=None, description="Retain X checkpoint publications for the repository. Default is null which retains all checkpoints.")
|
|
43
43
|
remote: Optional[StrictStr] = Field(default=None, description="An optional remote to use by default when syncing.")
|
|
44
44
|
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]")
|
|
45
|
-
|
|
45
|
+
allow_package_substitution: Optional[StrictBool] = Field(default=True, description="Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed.")
|
|
46
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "versions_href", "pulp_labels", "latest_version_href", "name", "description", "retain_repo_versions", "retain_checkpoints", "remote", "autopublish", "allow_package_substitution"]
|
|
46
47
|
|
|
47
48
|
model_config = ConfigDict(
|
|
48
49
|
populate_by_name=True,
|
|
@@ -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 = "pulp_python-client"
|
|
25
|
-
VERSION = "3.
|
|
25
|
+
VERSION = "3.28.1"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.9"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 2.1.0, < 2.7",
|
|
@@ -55,7 +55,8 @@ class TestPaginatedpythonPythonRepositoryResponseList(unittest.TestCase):
|
|
|
55
55
|
retain_repo_versions = 1,
|
|
56
56
|
retain_checkpoints = 1,
|
|
57
57
|
remote = '',
|
|
58
|
-
autopublish = True,
|
|
58
|
+
autopublish = True,
|
|
59
|
+
allow_package_substitution = True, )
|
|
59
60
|
]
|
|
60
61
|
)
|
|
61
62
|
else:
|
|
@@ -77,7 +78,8 @@ class TestPaginatedpythonPythonRepositoryResponseList(unittest.TestCase):
|
|
|
77
78
|
retain_repo_versions = 1,
|
|
78
79
|
retain_checkpoints = 1,
|
|
79
80
|
remote = '',
|
|
80
|
-
autopublish = True,
|
|
81
|
+
autopublish = True,
|
|
82
|
+
allow_package_substitution = True, )
|
|
81
83
|
],
|
|
82
84
|
)
|
|
83
85
|
"""
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_patchedpython_python_repository.py
RENAMED
|
@@ -44,7 +44,8 @@ class TestPatchedpythonPythonRepository(unittest.TestCase):
|
|
|
44
44
|
retain_repo_versions = 1,
|
|
45
45
|
retain_checkpoints = 1,
|
|
46
46
|
remote = '',
|
|
47
|
-
autopublish = True
|
|
47
|
+
autopublish = True,
|
|
48
|
+
allow_package_substitution = True
|
|
48
49
|
)
|
|
49
50
|
else:
|
|
50
51
|
return PatchedpythonPythonRepository(
|
|
@@ -50,7 +50,8 @@ class TestPythonPythonRepositoryResponse(unittest.TestCase):
|
|
|
50
50
|
retain_repo_versions = 1,
|
|
51
51
|
retain_checkpoints = 1,
|
|
52
52
|
remote = '',
|
|
53
|
-
autopublish = True
|
|
53
|
+
autopublish = True,
|
|
54
|
+
allow_package_substitution = True
|
|
54
55
|
)
|
|
55
56
|
else:
|
|
56
57
|
return PythonPythonRepositoryResponse(
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulp_python_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api/pypi_api.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
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/api_response.py
RENAMED
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/exceptions.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
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/models/repair.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
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/pulpcore/client/pulp_python/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_async_operation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_content_summary_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_my_permissions_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_package_metadata_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_package_upload_task_response.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
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_patchedpython_python_remote.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
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_distribution.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_publication.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_python_python_remote_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_remote_network_config_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repositories_python_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repository_add_remove_content.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.27.1 → pulp_python_client-3.28.1}/test/test_repository_version_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|