pulp-python-client 3.25.0__tar.gz → 3.26.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.25.0 → pulp_python_client-3.26.0}/PKG-INFO +2 -2
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/README.md +1 -1
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/PKG-INFO +2 -2
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/content_packages_api.py +18 -18
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +30 -30
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +12 -12
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +6 -6
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +6 -6
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pyproject.toml +1 -1
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/setup.py +1 -1
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/__init__.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/__init__.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/setup.cfg +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_async_operation_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_content_packages_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_content_provenance_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_content_summary_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_filetype_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_metadata_version_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_my_permissions_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_nested_role.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_nested_role_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_object_roles_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_metadata_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_types_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_upload_task_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_repository.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_policy_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_protocol_version_enum.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_publications_pypi_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_provenance_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_pypi_simple_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_package_provenance_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_distribution.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_package_content_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_publication.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_publication_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_repository.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_repository_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remote_network_config.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remote_network_config_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remotes_python_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repair.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repositories_python_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_sync_url.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_version_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_set_label.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_set_label_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_summary_response.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_unset_label.py +0 -0
- {pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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.26.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.26.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.26.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.25.0 → pulp_python_client-3.26.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.26.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.26.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)
|
|
@@ -889,9 +889,9 @@ class ContentPackagesApi:
|
|
|
889
889
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
890
890
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
891
891
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
892
|
-
repository_version:
|
|
893
|
-
repository_version_added:
|
|
894
|
-
repository_version_removed:
|
|
892
|
+
repository_version: Optional[StrictStr] = None,
|
|
893
|
+
repository_version_added: Optional[StrictStr] = None,
|
|
894
|
+
repository_version_removed: Optional[StrictStr] = None,
|
|
895
895
|
requires_python: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python matches value")] = None,
|
|
896
896
|
requires_python__contains: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python contains value")] = None,
|
|
897
897
|
requires_python__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where requires_python is in a comma-separated list of values")] = None,
|
|
@@ -967,11 +967,11 @@ class ContentPackagesApi:
|
|
|
967
967
|
:type pulp_label_select: str
|
|
968
968
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
969
969
|
:type q: str
|
|
970
|
-
:param repository_version:
|
|
970
|
+
:param repository_version:
|
|
971
971
|
:type repository_version: str
|
|
972
|
-
:param repository_version_added:
|
|
972
|
+
:param repository_version_added:
|
|
973
973
|
:type repository_version_added: str
|
|
974
|
-
:param repository_version_removed:
|
|
974
|
+
:param repository_version_removed:
|
|
975
975
|
:type repository_version_removed: str
|
|
976
976
|
:param requires_python: Filter results where requires_python matches value
|
|
977
977
|
:type requires_python: str
|
|
@@ -1104,9 +1104,9 @@ class ContentPackagesApi:
|
|
|
1104
1104
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1105
1105
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1106
1106
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1107
|
-
repository_version:
|
|
1108
|
-
repository_version_added:
|
|
1109
|
-
repository_version_removed:
|
|
1107
|
+
repository_version: Optional[StrictStr] = None,
|
|
1108
|
+
repository_version_added: Optional[StrictStr] = None,
|
|
1109
|
+
repository_version_removed: Optional[StrictStr] = None,
|
|
1110
1110
|
requires_python: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python matches value")] = None,
|
|
1111
1111
|
requires_python__contains: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python contains value")] = None,
|
|
1112
1112
|
requires_python__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where requires_python is in a comma-separated list of values")] = None,
|
|
@@ -1182,11 +1182,11 @@ class ContentPackagesApi:
|
|
|
1182
1182
|
:type pulp_label_select: str
|
|
1183
1183
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1184
1184
|
:type q: str
|
|
1185
|
-
:param repository_version:
|
|
1185
|
+
:param repository_version:
|
|
1186
1186
|
:type repository_version: str
|
|
1187
|
-
:param repository_version_added:
|
|
1187
|
+
:param repository_version_added:
|
|
1188
1188
|
:type repository_version_added: str
|
|
1189
|
-
:param repository_version_removed:
|
|
1189
|
+
:param repository_version_removed:
|
|
1190
1190
|
:type repository_version_removed: str
|
|
1191
1191
|
:param requires_python: Filter results where requires_python matches value
|
|
1192
1192
|
:type requires_python: str
|
|
@@ -1319,9 +1319,9 @@ class ContentPackagesApi:
|
|
|
1319
1319
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1320
1320
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1321
1321
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1322
|
-
repository_version:
|
|
1323
|
-
repository_version_added:
|
|
1324
|
-
repository_version_removed:
|
|
1322
|
+
repository_version: Optional[StrictStr] = None,
|
|
1323
|
+
repository_version_added: Optional[StrictStr] = None,
|
|
1324
|
+
repository_version_removed: Optional[StrictStr] = None,
|
|
1325
1325
|
requires_python: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python matches value")] = None,
|
|
1326
1326
|
requires_python__contains: Annotated[Optional[StrictStr], Field(description="Filter results where requires_python contains value")] = None,
|
|
1327
1327
|
requires_python__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where requires_python is in a comma-separated list of values")] = None,
|
|
@@ -1397,11 +1397,11 @@ class ContentPackagesApi:
|
|
|
1397
1397
|
:type pulp_label_select: str
|
|
1398
1398
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1399
1399
|
:type q: str
|
|
1400
|
-
:param repository_version:
|
|
1400
|
+
:param repository_version:
|
|
1401
1401
|
:type repository_version: str
|
|
1402
|
-
:param repository_version_added:
|
|
1402
|
+
:param repository_version_added:
|
|
1403
1403
|
:type repository_version_added: str
|
|
1404
|
-
:param repository_version_removed:
|
|
1404
|
+
:param repository_version_removed:
|
|
1405
1405
|
:type repository_version_removed: str
|
|
1406
1406
|
:param requires_python: Filter results where requires_python matches value
|
|
1407
1407
|
:type requires_python: str
|
|
@@ -451,16 +451,16 @@ class ContentProvenanceApi:
|
|
|
451
451
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
452
452
|
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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
453
453
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
454
|
-
package:
|
|
455
|
-
package__in:
|
|
454
|
+
package: Optional[StrictStr] = None,
|
|
455
|
+
package__in: Optional[List[StrictStr]] = None,
|
|
456
456
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
457
457
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
458
458
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
459
459
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
460
460
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
461
|
-
repository_version:
|
|
462
|
-
repository_version_added:
|
|
463
|
-
repository_version_removed:
|
|
461
|
+
repository_version: Optional[StrictStr] = None,
|
|
462
|
+
repository_version_added: Optional[StrictStr] = None,
|
|
463
|
+
repository_version_removed: Optional[StrictStr] = None,
|
|
464
464
|
sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
|
|
465
465
|
sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
|
|
466
466
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
@@ -492,9 +492,9 @@ class ContentProvenanceApi:
|
|
|
492
492
|
:type ordering: List[str]
|
|
493
493
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
494
494
|
:type orphaned_for: float
|
|
495
|
-
:param package:
|
|
495
|
+
:param package:
|
|
496
496
|
:type package: str
|
|
497
|
-
:param package__in:
|
|
497
|
+
:param package__in:
|
|
498
498
|
:type package__in: List[str]
|
|
499
499
|
:param prn__in: Multiple values may be separated by commas.
|
|
500
500
|
:type prn__in: List[str]
|
|
@@ -506,11 +506,11 @@ class ContentProvenanceApi:
|
|
|
506
506
|
:type pulp_label_select: str
|
|
507
507
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
508
508
|
:type q: str
|
|
509
|
-
:param repository_version:
|
|
509
|
+
:param repository_version:
|
|
510
510
|
:type repository_version: str
|
|
511
|
-
:param repository_version_added:
|
|
511
|
+
:param repository_version_added:
|
|
512
512
|
:type repository_version_added: str
|
|
513
|
-
:param repository_version_removed:
|
|
513
|
+
:param repository_version_removed:
|
|
514
514
|
:type repository_version_removed: str
|
|
515
515
|
:param sha256: Filter results where sha256 matches value
|
|
516
516
|
:type sha256: str
|
|
@@ -590,16 +590,16 @@ class ContentProvenanceApi:
|
|
|
590
590
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
591
591
|
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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
592
592
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
593
|
-
package:
|
|
594
|
-
package__in:
|
|
593
|
+
package: Optional[StrictStr] = None,
|
|
594
|
+
package__in: Optional[List[StrictStr]] = None,
|
|
595
595
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
596
596
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
597
597
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
598
598
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
599
599
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
600
|
-
repository_version:
|
|
601
|
-
repository_version_added:
|
|
602
|
-
repository_version_removed:
|
|
600
|
+
repository_version: Optional[StrictStr] = None,
|
|
601
|
+
repository_version_added: Optional[StrictStr] = None,
|
|
602
|
+
repository_version_removed: Optional[StrictStr] = None,
|
|
603
603
|
sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
|
|
604
604
|
sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
|
|
605
605
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
@@ -631,9 +631,9 @@ class ContentProvenanceApi:
|
|
|
631
631
|
:type ordering: List[str]
|
|
632
632
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
633
633
|
:type orphaned_for: float
|
|
634
|
-
:param package:
|
|
634
|
+
:param package:
|
|
635
635
|
:type package: str
|
|
636
|
-
:param package__in:
|
|
636
|
+
:param package__in:
|
|
637
637
|
:type package__in: List[str]
|
|
638
638
|
:param prn__in: Multiple values may be separated by commas.
|
|
639
639
|
:type prn__in: List[str]
|
|
@@ -645,11 +645,11 @@ class ContentProvenanceApi:
|
|
|
645
645
|
:type pulp_label_select: str
|
|
646
646
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
647
647
|
:type q: str
|
|
648
|
-
:param repository_version:
|
|
648
|
+
:param repository_version:
|
|
649
649
|
:type repository_version: str
|
|
650
|
-
:param repository_version_added:
|
|
650
|
+
:param repository_version_added:
|
|
651
651
|
:type repository_version_added: str
|
|
652
|
-
:param repository_version_removed:
|
|
652
|
+
:param repository_version_removed:
|
|
653
653
|
:type repository_version_removed: str
|
|
654
654
|
:param sha256: Filter results where sha256 matches value
|
|
655
655
|
:type sha256: str
|
|
@@ -729,16 +729,16 @@ class ContentProvenanceApi:
|
|
|
729
729
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
730
730
|
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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
731
731
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
732
|
-
package:
|
|
733
|
-
package__in:
|
|
732
|
+
package: Optional[StrictStr] = None,
|
|
733
|
+
package__in: Optional[List[StrictStr]] = None,
|
|
734
734
|
prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
735
735
|
pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
736
736
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
737
737
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
738
738
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
739
|
-
repository_version:
|
|
740
|
-
repository_version_added:
|
|
741
|
-
repository_version_removed:
|
|
739
|
+
repository_version: Optional[StrictStr] = None,
|
|
740
|
+
repository_version_added: Optional[StrictStr] = None,
|
|
741
|
+
repository_version_removed: Optional[StrictStr] = None,
|
|
742
742
|
sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
|
|
743
743
|
sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
|
|
744
744
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
@@ -770,9 +770,9 @@ class ContentProvenanceApi:
|
|
|
770
770
|
:type ordering: List[str]
|
|
771
771
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
772
772
|
:type orphaned_for: float
|
|
773
|
-
:param package:
|
|
773
|
+
:param package:
|
|
774
774
|
:type package: str
|
|
775
|
-
:param package__in:
|
|
775
|
+
:param package__in:
|
|
776
776
|
:type package__in: List[str]
|
|
777
777
|
:param prn__in: Multiple values may be separated by commas.
|
|
778
778
|
:type prn__in: List[str]
|
|
@@ -784,11 +784,11 @@ class ContentProvenanceApi:
|
|
|
784
784
|
:type pulp_label_select: str
|
|
785
785
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
786
786
|
:type q: str
|
|
787
|
-
:param repository_version:
|
|
787
|
+
:param repository_version:
|
|
788
788
|
:type repository_version: str
|
|
789
|
-
:param repository_version_added:
|
|
789
|
+
:param repository_version_added:
|
|
790
790
|
:type repository_version_added: str
|
|
791
|
-
:param repository_version_removed:
|
|
791
|
+
:param repository_version_removed:
|
|
792
792
|
:type repository_version_removed: str
|
|
793
793
|
:param sha256: Filter results where sha256 matches value
|
|
794
794
|
:type sha256: str
|
|
@@ -957,8 +957,8 @@ class DistributionsPypiApi:
|
|
|
957
957
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
958
958
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
959
959
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
960
|
-
repository:
|
|
961
|
-
repository__in:
|
|
960
|
+
repository: Optional[StrictStr] = None,
|
|
961
|
+
repository__in: Optional[List[StrictStr]] = None,
|
|
962
962
|
with_content: Annotated[Optional[StrictStr], Field(description="Filter distributions based on the content served by them")] = None,
|
|
963
963
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
964
964
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
@@ -1025,9 +1025,9 @@ class DistributionsPypiApi:
|
|
|
1025
1025
|
:type pulp_label_select: str
|
|
1026
1026
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1027
1027
|
:type q: str
|
|
1028
|
-
:param repository:
|
|
1028
|
+
:param repository:
|
|
1029
1029
|
:type repository: str
|
|
1030
|
-
:param repository__in:
|
|
1030
|
+
:param repository__in:
|
|
1031
1031
|
:type repository__in: List[str]
|
|
1032
1032
|
:param with_content: Filter distributions based on the content served by them
|
|
1033
1033
|
:type with_content: str
|
|
@@ -1132,8 +1132,8 @@ class DistributionsPypiApi:
|
|
|
1132
1132
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1133
1133
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1134
1134
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1135
|
-
repository:
|
|
1136
|
-
repository__in:
|
|
1135
|
+
repository: Optional[StrictStr] = None,
|
|
1136
|
+
repository__in: Optional[List[StrictStr]] = None,
|
|
1137
1137
|
with_content: Annotated[Optional[StrictStr], Field(description="Filter distributions based on the content served by them")] = None,
|
|
1138
1138
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1139
1139
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
@@ -1200,9 +1200,9 @@ class DistributionsPypiApi:
|
|
|
1200
1200
|
:type pulp_label_select: str
|
|
1201
1201
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1202
1202
|
:type q: str
|
|
1203
|
-
:param repository:
|
|
1203
|
+
:param repository:
|
|
1204
1204
|
:type repository: str
|
|
1205
|
-
:param repository__in:
|
|
1205
|
+
:param repository__in:
|
|
1206
1206
|
:type repository__in: List[str]
|
|
1207
1207
|
:param with_content: Filter distributions based on the content served by them
|
|
1208
1208
|
:type with_content: str
|
|
@@ -1307,8 +1307,8 @@ class DistributionsPypiApi:
|
|
|
1307
1307
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1308
1308
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1309
1309
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1310
|
-
repository:
|
|
1311
|
-
repository__in:
|
|
1310
|
+
repository: Optional[StrictStr] = None,
|
|
1311
|
+
repository__in: Optional[List[StrictStr]] = None,
|
|
1312
1312
|
with_content: Annotated[Optional[StrictStr], Field(description="Filter distributions based on the content served by them")] = None,
|
|
1313
1313
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1314
1314
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
@@ -1375,9 +1375,9 @@ class DistributionsPypiApi:
|
|
|
1375
1375
|
:type pulp_label_select: str
|
|
1376
1376
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1377
1377
|
:type q: str
|
|
1378
|
-
:param repository:
|
|
1378
|
+
:param repository:
|
|
1379
1379
|
:type repository: str
|
|
1380
|
-
:param repository__in:
|
|
1380
|
+
:param repository__in:
|
|
1381
1381
|
:type repository__in: List[str]
|
|
1382
1382
|
:param with_content: Filter distributions based on the content served by them
|
|
1383
1383
|
:type with_content: str
|
|
@@ -942,7 +942,7 @@ class PublicationsPypiApi:
|
|
|
942
942
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
943
943
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
944
944
|
repository: Annotated[Optional[StrictStr], Field(description="Repository referenced by HREF/PRN")] = None,
|
|
945
|
-
repository_version:
|
|
945
|
+
repository_version: Optional[StrictStr] = None,
|
|
946
946
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
947
947
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
948
948
|
_request_timeout: Union[
|
|
@@ -1000,7 +1000,7 @@ class PublicationsPypiApi:
|
|
|
1000
1000
|
:type q: str
|
|
1001
1001
|
:param repository: Repository referenced by HREF/PRN
|
|
1002
1002
|
:type repository: str
|
|
1003
|
-
:param repository_version:
|
|
1003
|
+
:param repository_version:
|
|
1004
1004
|
:type repository_version: str
|
|
1005
1005
|
:param fields: A list of fields to include in the response.
|
|
1006
1006
|
:type fields: List[str]
|
|
@@ -1093,7 +1093,7 @@ class PublicationsPypiApi:
|
|
|
1093
1093
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1094
1094
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1095
1095
|
repository: Annotated[Optional[StrictStr], Field(description="Repository referenced by HREF/PRN")] = None,
|
|
1096
|
-
repository_version:
|
|
1096
|
+
repository_version: Optional[StrictStr] = None,
|
|
1097
1097
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1098
1098
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1099
1099
|
_request_timeout: Union[
|
|
@@ -1151,7 +1151,7 @@ class PublicationsPypiApi:
|
|
|
1151
1151
|
:type q: str
|
|
1152
1152
|
:param repository: Repository referenced by HREF/PRN
|
|
1153
1153
|
:type repository: str
|
|
1154
|
-
:param repository_version:
|
|
1154
|
+
:param repository_version:
|
|
1155
1155
|
:type repository_version: str
|
|
1156
1156
|
:param fields: A list of fields to include in the response.
|
|
1157
1157
|
:type fields: List[str]
|
|
@@ -1244,7 +1244,7 @@ class PublicationsPypiApi:
|
|
|
1244
1244
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1245
1245
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1246
1246
|
repository: Annotated[Optional[StrictStr], Field(description="Repository referenced by HREF/PRN")] = None,
|
|
1247
|
-
repository_version:
|
|
1247
|
+
repository_version: Optional[StrictStr] = None,
|
|
1248
1248
|
fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
|
|
1249
1249
|
exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
|
|
1250
1250
|
_request_timeout: Union[
|
|
@@ -1302,7 +1302,7 @@ class PublicationsPypiApi:
|
|
|
1302
1302
|
:type q: str
|
|
1303
1303
|
:param repository: Repository referenced by HREF/PRN
|
|
1304
1304
|
:type repository: str
|
|
1305
|
-
:param repository_version:
|
|
1305
|
+
:param repository_version:
|
|
1306
1306
|
:type repository_version: str
|
|
1307
1307
|
:param fields: A list of fields to include in the response.
|
|
1308
1308
|
:type fields: List[str]
|
|
@@ -955,7 +955,7 @@ class RepositoriesPythonApi:
|
|
|
955
955
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
956
956
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
957
957
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
958
|
-
remote:
|
|
958
|
+
remote: Optional[StrictStr] = None,
|
|
959
959
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
960
960
|
retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
|
|
961
961
|
retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
|
|
@@ -1022,7 +1022,7 @@ class RepositoriesPythonApi:
|
|
|
1022
1022
|
:type pulp_label_select: str
|
|
1023
1023
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1024
1024
|
:type q: str
|
|
1025
|
-
:param remote:
|
|
1025
|
+
:param remote:
|
|
1026
1026
|
:type remote: str
|
|
1027
1027
|
:param retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
1028
1028
|
:type retain_repo_versions: int
|
|
@@ -1142,7 +1142,7 @@ class RepositoriesPythonApi:
|
|
|
1142
1142
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1143
1143
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1144
1144
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1145
|
-
remote:
|
|
1145
|
+
remote: Optional[StrictStr] = None,
|
|
1146
1146
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
1147
1147
|
retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
|
|
1148
1148
|
retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
|
|
@@ -1209,7 +1209,7 @@ class RepositoriesPythonApi:
|
|
|
1209
1209
|
:type pulp_label_select: str
|
|
1210
1210
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1211
1211
|
:type q: str
|
|
1212
|
-
:param remote:
|
|
1212
|
+
:param remote:
|
|
1213
1213
|
:type remote: str
|
|
1214
1214
|
:param retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
1215
1215
|
:type retain_repo_versions: int
|
|
@@ -1329,7 +1329,7 @@ class RepositoriesPythonApi:
|
|
|
1329
1329
|
pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
|
|
1330
1330
|
pulp_label_select: Annotated[Optional[StrictStr], Field(description="Filter labels by search string")] = None,
|
|
1331
1331
|
q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
|
|
1332
|
-
remote:
|
|
1332
|
+
remote: Optional[StrictStr] = None,
|
|
1333
1333
|
retain_repo_versions: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions matches value")] = None,
|
|
1334
1334
|
retain_repo_versions__gt: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than value")] = None,
|
|
1335
1335
|
retain_repo_versions__gte: Annotated[Optional[StrictInt], Field(description="Filter results where retain_repo_versions is greater than or equal to value")] = None,
|
|
@@ -1396,7 +1396,7 @@ class RepositoriesPythonApi:
|
|
|
1396
1396
|
:type pulp_label_select: str
|
|
1397
1397
|
:param q: Filter results by using NOT, AND and OR operations on other filters
|
|
1398
1398
|
:type q: str
|
|
1399
|
-
:param remote:
|
|
1399
|
+
:param remote:
|
|
1400
1400
|
:type remote: str
|
|
1401
1401
|
:param retain_repo_versions: Filter results where retain_repo_versions matches value
|
|
1402
1402
|
:type retain_repo_versions: int
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.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.26.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.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.26.0".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
|
|
|
22
22
|
# prerequisite: setuptools
|
|
23
23
|
# http://pypi.python.org/pypi/setuptools
|
|
24
24
|
NAME = "pulp_python-client"
|
|
25
|
-
VERSION = "3.
|
|
25
|
+
VERSION = "3.26.0"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.9"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 2.1.0, < 2.7",
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulp_python_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api/__init__.py
RENAMED
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/api_response.py
RENAMED
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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.25.0 → pulp_python_client-3.26.0}/pulpcore/client/pulp_python/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_async_operation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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.25.0 → pulp_python_client-3.26.0}/test/test_my_permissions_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_package_metadata_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_remote.py
RENAMED
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_patchedpython_python_repository.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.25.0 → pulp_python_client-3.26.0}/test/test_python_python_distribution.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_publication.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_remote_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_python_python_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_remote_network_config_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repositories_python_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/test/test_repository_add_remove_content.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.25.0 → pulp_python_client-3.26.0}/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
|