pulp-python-client 3.20.1__tar.gz → 3.21.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.20.1 → pulp_python_client-3.21.0}/PKG-INFO +3 -2
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/README.md +2 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/PKG-INFO +3 -2
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/content_packages_api.py +6 -6
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +278 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +7 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +7 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +7 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +5 -2
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pyproject.toml +1 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/setup.py +1 -1
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_paginatedpython_python_distribution_response_list.py +2 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_paginatedpython_python_package_content_response_list.py +2 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_patchedpython_python_distribution.py +1 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_distribution.py +1 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_distribution_response.py +1 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_package_content_response.py +1 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repositories_python_versions_api.py +7 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/__init__.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/__init__.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/py.typed +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/setup.cfg +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_async_operation_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_content_packages_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_content_summary_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_my_permissions_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_nested_role.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_nested_role_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_object_roles_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_package_metadata_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_package_types_enum.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_package_upload_task_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_patchedpython_python_remote.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_patchedpython_python_repository.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_policy_enum.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_publications_pypi_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_pypi_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_pypi_simple_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_publication.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_publication_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_remote.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_remote_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_repository.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_repository_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_remotes_python_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repair.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repositories_python_api.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repository_sync_url.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repository_version_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_set_label.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_set_label_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_summary_response.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_unset_label.py +0 -0
- {pulp_python_client-3.20.1 → pulp_python_client-3.21.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.21.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.21.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)
|
|
@@ -220,6 +220,7 @@ Class | Method | HTTP request | Description
|
|
|
220
220
|
*RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
|
|
221
221
|
*RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
|
|
222
222
|
*RepositoriesPythonVersionsApi* | [**repair**](docs/RepositoriesPythonVersionsApi.md#repair) | **POST** {python_python_repository_version_href}repair/ |
|
|
223
|
+
*RepositoriesPythonVersionsApi* | [**scan**](docs/RepositoriesPythonVersionsApi.md#scan) | **POST** {python_python_repository_version_href}scan/ | Generate vulnerability report
|
|
223
224
|
|
|
224
225
|
|
|
225
226
|
## Documentation For Models
|
|
@@ -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.21.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)
|
|
@@ -200,6 +200,7 @@ Class | Method | HTTP request | Description
|
|
|
200
200
|
*RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
|
|
201
201
|
*RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
|
|
202
202
|
*RepositoriesPythonVersionsApi* | [**repair**](docs/RepositoriesPythonVersionsApi.md#repair) | **POST** {python_python_repository_version_href}repair/ |
|
|
203
|
+
*RepositoriesPythonVersionsApi* | [**scan**](docs/RepositoriesPythonVersionsApi.md#scan) | **POST** {python_python_repository_version_href}scan/ | Generate vulnerability report
|
|
203
204
|
|
|
204
205
|
|
|
205
206
|
## Documentation For Models
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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.21.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.21.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)
|
|
@@ -220,6 +220,7 @@ Class | Method | HTTP request | Description
|
|
|
220
220
|
*RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
|
|
221
221
|
*RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
|
|
222
222
|
*RepositoriesPythonVersionsApi* | [**repair**](docs/RepositoriesPythonVersionsApi.md#repair) | **POST** {python_python_repository_version_href}repair/ |
|
|
223
|
+
*RepositoriesPythonVersionsApi* | [**scan**](docs/RepositoriesPythonVersionsApi.md#scan) | **POST** {python_python_repository_version_href}scan/ | Generate vulnerability report
|
|
223
224
|
|
|
224
225
|
|
|
225
226
|
## Documentation For Models
|
|
@@ -848,7 +848,7 @@ class ContentPackagesApi:
|
|
|
848
848
|
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
849
849
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
850
850
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
851
|
-
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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
851
|
+
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,
|
|
852
852
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
853
853
|
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,
|
|
854
854
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -913,7 +913,7 @@ class ContentPackagesApi:
|
|
|
913
913
|
:type name__in: List[str]
|
|
914
914
|
:param offset: The initial index from which to return the results.
|
|
915
915
|
:type offset: int
|
|
916
|
-
: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) * `pk` - Pk * `-pk` - Pk (descending)
|
|
916
|
+
: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)
|
|
917
917
|
:type ordering: List[str]
|
|
918
918
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
919
919
|
:type orphaned_for: float
|
|
@@ -1055,7 +1055,7 @@ class ContentPackagesApi:
|
|
|
1055
1055
|
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
1056
1056
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
1057
1057
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1058
|
-
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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1058
|
+
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,
|
|
1059
1059
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
1060
1060
|
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,
|
|
1061
1061
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -1120,7 +1120,7 @@ class ContentPackagesApi:
|
|
|
1120
1120
|
:type name__in: List[str]
|
|
1121
1121
|
:param offset: The initial index from which to return the results.
|
|
1122
1122
|
:type offset: int
|
|
1123
|
-
: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) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1123
|
+
: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)
|
|
1124
1124
|
:type ordering: List[str]
|
|
1125
1125
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
1126
1126
|
:type orphaned_for: float
|
|
@@ -1262,7 +1262,7 @@ class ContentPackagesApi:
|
|
|
1262
1262
|
name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
|
|
1263
1263
|
name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
|
|
1264
1264
|
offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
|
|
1265
|
-
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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
|
|
1265
|
+
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,
|
|
1266
1266
|
orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
|
|
1267
1267
|
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,
|
|
1268
1268
|
packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
|
|
@@ -1327,7 +1327,7 @@ class ContentPackagesApi:
|
|
|
1327
1327
|
:type name__in: List[str]
|
|
1328
1328
|
:param offset: The initial index from which to return the results.
|
|
1329
1329
|
:type offset: int
|
|
1330
|
-
: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) * `pk` - Pk * `-pk` - Pk (descending)
|
|
1330
|
+
: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)
|
|
1331
1331
|
:type ordering: List[str]
|
|
1332
1332
|
:param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
|
|
1333
1333
|
:type orphaned_for: float
|
|
@@ -1664,3 +1664,281 @@ class RepositoriesPythonVersionsApi:
|
|
|
1664
1664
|
)
|
|
1665
1665
|
|
|
1666
1666
|
|
|
1667
|
+
|
|
1668
|
+
|
|
1669
|
+
@validate_call
|
|
1670
|
+
def scan(
|
|
1671
|
+
self,
|
|
1672
|
+
python_python_repository_version_href: StrictStr,
|
|
1673
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1674
|
+
_request_timeout: Union[
|
|
1675
|
+
None,
|
|
1676
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1677
|
+
Tuple[
|
|
1678
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1679
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
1680
|
+
]
|
|
1681
|
+
] = None,
|
|
1682
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1683
|
+
_content_type: Optional[StrictStr] = None,
|
|
1684
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1685
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1686
|
+
) -> AsyncOperationResponse:
|
|
1687
|
+
"""Generate vulnerability report
|
|
1688
|
+
|
|
1689
|
+
Scan a repository version for vulnerabilities.
|
|
1690
|
+
|
|
1691
|
+
:param python_python_repository_version_href: (required)
|
|
1692
|
+
:type python_python_repository_version_href: str
|
|
1693
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1694
|
+
:type x_task_diagnostics: List[str]
|
|
1695
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1696
|
+
number provided, it will be total request
|
|
1697
|
+
timeout. It can also be a pair (tuple) of
|
|
1698
|
+
(connection, read) timeouts.
|
|
1699
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1700
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1701
|
+
request; this effectively ignores the
|
|
1702
|
+
authentication in the spec for a single request.
|
|
1703
|
+
:type _request_auth: dict, optional
|
|
1704
|
+
:param _content_type: force content-type for the request.
|
|
1705
|
+
:type _content_type: str, Optional
|
|
1706
|
+
:param _headers: set to override the headers for a single
|
|
1707
|
+
request; this effectively ignores the headers
|
|
1708
|
+
in the spec for a single request.
|
|
1709
|
+
:type _headers: dict, optional
|
|
1710
|
+
:param _host_index: set to override the host_index for a single
|
|
1711
|
+
request; this effectively ignores the host_index
|
|
1712
|
+
in the spec for a single request.
|
|
1713
|
+
:type _host_index: int, optional
|
|
1714
|
+
:return: Returns the result object.
|
|
1715
|
+
""" # noqa: E501
|
|
1716
|
+
|
|
1717
|
+
_param = self._scan_serialize(
|
|
1718
|
+
python_python_repository_version_href=python_python_repository_version_href,
|
|
1719
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1720
|
+
_request_auth=_request_auth,
|
|
1721
|
+
_content_type=_content_type,
|
|
1722
|
+
_headers=_headers,
|
|
1723
|
+
_host_index=_host_index
|
|
1724
|
+
)
|
|
1725
|
+
|
|
1726
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1727
|
+
'202': "AsyncOperationResponse",
|
|
1728
|
+
}
|
|
1729
|
+
response_data = self.api_client.call_api(
|
|
1730
|
+
*_param,
|
|
1731
|
+
_request_timeout=_request_timeout
|
|
1732
|
+
)
|
|
1733
|
+
response_data.read()
|
|
1734
|
+
return self.api_client.response_deserialize(
|
|
1735
|
+
response_data=response_data,
|
|
1736
|
+
response_types_map=_response_types_map,
|
|
1737
|
+
).data
|
|
1738
|
+
|
|
1739
|
+
|
|
1740
|
+
@validate_call
|
|
1741
|
+
def scan_with_http_info(
|
|
1742
|
+
self,
|
|
1743
|
+
python_python_repository_version_href: StrictStr,
|
|
1744
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1745
|
+
_request_timeout: Union[
|
|
1746
|
+
None,
|
|
1747
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1748
|
+
Tuple[
|
|
1749
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1750
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
1751
|
+
]
|
|
1752
|
+
] = None,
|
|
1753
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1754
|
+
_content_type: Optional[StrictStr] = None,
|
|
1755
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1756
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1757
|
+
) -> ApiResponse[AsyncOperationResponse]:
|
|
1758
|
+
"""Generate vulnerability report
|
|
1759
|
+
|
|
1760
|
+
Scan a repository version for vulnerabilities.
|
|
1761
|
+
|
|
1762
|
+
:param python_python_repository_version_href: (required)
|
|
1763
|
+
:type python_python_repository_version_href: str
|
|
1764
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1765
|
+
:type x_task_diagnostics: List[str]
|
|
1766
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1767
|
+
number provided, it will be total request
|
|
1768
|
+
timeout. It can also be a pair (tuple) of
|
|
1769
|
+
(connection, read) timeouts.
|
|
1770
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1771
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1772
|
+
request; this effectively ignores the
|
|
1773
|
+
authentication in the spec for a single request.
|
|
1774
|
+
:type _request_auth: dict, optional
|
|
1775
|
+
:param _content_type: force content-type for the request.
|
|
1776
|
+
:type _content_type: str, Optional
|
|
1777
|
+
:param _headers: set to override the headers for a single
|
|
1778
|
+
request; this effectively ignores the headers
|
|
1779
|
+
in the spec for a single request.
|
|
1780
|
+
:type _headers: dict, optional
|
|
1781
|
+
:param _host_index: set to override the host_index for a single
|
|
1782
|
+
request; this effectively ignores the host_index
|
|
1783
|
+
in the spec for a single request.
|
|
1784
|
+
:type _host_index: int, optional
|
|
1785
|
+
:return: Returns the result object.
|
|
1786
|
+
""" # noqa: E501
|
|
1787
|
+
|
|
1788
|
+
_param = self._scan_serialize(
|
|
1789
|
+
python_python_repository_version_href=python_python_repository_version_href,
|
|
1790
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1791
|
+
_request_auth=_request_auth,
|
|
1792
|
+
_content_type=_content_type,
|
|
1793
|
+
_headers=_headers,
|
|
1794
|
+
_host_index=_host_index
|
|
1795
|
+
)
|
|
1796
|
+
|
|
1797
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1798
|
+
'202': "AsyncOperationResponse",
|
|
1799
|
+
}
|
|
1800
|
+
response_data = self.api_client.call_api(
|
|
1801
|
+
*_param,
|
|
1802
|
+
_request_timeout=_request_timeout
|
|
1803
|
+
)
|
|
1804
|
+
response_data.read()
|
|
1805
|
+
return self.api_client.response_deserialize(
|
|
1806
|
+
response_data=response_data,
|
|
1807
|
+
response_types_map=_response_types_map,
|
|
1808
|
+
)
|
|
1809
|
+
|
|
1810
|
+
|
|
1811
|
+
@validate_call
|
|
1812
|
+
def scan_without_preload_content(
|
|
1813
|
+
self,
|
|
1814
|
+
python_python_repository_version_href: StrictStr,
|
|
1815
|
+
x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
|
|
1816
|
+
_request_timeout: Union[
|
|
1817
|
+
None,
|
|
1818
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1819
|
+
Tuple[
|
|
1820
|
+
Annotated[StrictFloat, Field(gt=0)],
|
|
1821
|
+
Annotated[StrictFloat, Field(gt=0)]
|
|
1822
|
+
]
|
|
1823
|
+
] = None,
|
|
1824
|
+
_request_auth: Optional[Dict[StrictStr, Any]] = None,
|
|
1825
|
+
_content_type: Optional[StrictStr] = None,
|
|
1826
|
+
_headers: Optional[Dict[StrictStr, Any]] = None,
|
|
1827
|
+
_host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
|
|
1828
|
+
) -> RESTResponseType:
|
|
1829
|
+
"""Generate vulnerability report
|
|
1830
|
+
|
|
1831
|
+
Scan a repository version for vulnerabilities.
|
|
1832
|
+
|
|
1833
|
+
:param python_python_repository_version_href: (required)
|
|
1834
|
+
:type python_python_repository_version_href: str
|
|
1835
|
+
:param x_task_diagnostics: List of profilers to use on tasks.
|
|
1836
|
+
:type x_task_diagnostics: List[str]
|
|
1837
|
+
:param _request_timeout: timeout setting for this request. If one
|
|
1838
|
+
number provided, it will be total request
|
|
1839
|
+
timeout. It can also be a pair (tuple) of
|
|
1840
|
+
(connection, read) timeouts.
|
|
1841
|
+
:type _request_timeout: int, tuple(int, int), optional
|
|
1842
|
+
:param _request_auth: set to override the auth_settings for an a single
|
|
1843
|
+
request; this effectively ignores the
|
|
1844
|
+
authentication in the spec for a single request.
|
|
1845
|
+
:type _request_auth: dict, optional
|
|
1846
|
+
:param _content_type: force content-type for the request.
|
|
1847
|
+
:type _content_type: str, Optional
|
|
1848
|
+
:param _headers: set to override the headers for a single
|
|
1849
|
+
request; this effectively ignores the headers
|
|
1850
|
+
in the spec for a single request.
|
|
1851
|
+
:type _headers: dict, optional
|
|
1852
|
+
:param _host_index: set to override the host_index for a single
|
|
1853
|
+
request; this effectively ignores the host_index
|
|
1854
|
+
in the spec for a single request.
|
|
1855
|
+
:type _host_index: int, optional
|
|
1856
|
+
:return: Returns the result object.
|
|
1857
|
+
""" # noqa: E501
|
|
1858
|
+
|
|
1859
|
+
_param = self._scan_serialize(
|
|
1860
|
+
python_python_repository_version_href=python_python_repository_version_href,
|
|
1861
|
+
x_task_diagnostics=x_task_diagnostics,
|
|
1862
|
+
_request_auth=_request_auth,
|
|
1863
|
+
_content_type=_content_type,
|
|
1864
|
+
_headers=_headers,
|
|
1865
|
+
_host_index=_host_index
|
|
1866
|
+
)
|
|
1867
|
+
|
|
1868
|
+
_response_types_map: Dict[str, Optional[str]] = {
|
|
1869
|
+
'202': "AsyncOperationResponse",
|
|
1870
|
+
}
|
|
1871
|
+
response_data = self.api_client.call_api(
|
|
1872
|
+
*_param,
|
|
1873
|
+
_request_timeout=_request_timeout
|
|
1874
|
+
)
|
|
1875
|
+
return response_data.response
|
|
1876
|
+
|
|
1877
|
+
|
|
1878
|
+
def _scan_serialize(
|
|
1879
|
+
self,
|
|
1880
|
+
python_python_repository_version_href,
|
|
1881
|
+
x_task_diagnostics,
|
|
1882
|
+
_request_auth,
|
|
1883
|
+
_content_type,
|
|
1884
|
+
_headers,
|
|
1885
|
+
_host_index,
|
|
1886
|
+
) -> RequestSerialized:
|
|
1887
|
+
|
|
1888
|
+
_host = None
|
|
1889
|
+
|
|
1890
|
+
_collection_formats: Dict[str, str] = {
|
|
1891
|
+
'X-Task-Diagnostics': 'csv',
|
|
1892
|
+
}
|
|
1893
|
+
|
|
1894
|
+
_path_params: Dict[str, str] = {}
|
|
1895
|
+
_query_params: List[Tuple[str, str]] = []
|
|
1896
|
+
_header_params: Dict[str, Optional[str]] = _headers or {}
|
|
1897
|
+
_form_params: List[Tuple[str, str]] = []
|
|
1898
|
+
_files: Dict[
|
|
1899
|
+
str, Union[str, bytes, List[str], List[bytes], List[Tuple[str, bytes]]]
|
|
1900
|
+
] = {}
|
|
1901
|
+
_body_params: Optional[bytes] = None
|
|
1902
|
+
|
|
1903
|
+
# process the path parameters
|
|
1904
|
+
if python_python_repository_version_href is not None:
|
|
1905
|
+
_path_params['python_python_repository_version_href'] = python_python_repository_version_href
|
|
1906
|
+
# process the query parameters
|
|
1907
|
+
# process the header parameters
|
|
1908
|
+
if x_task_diagnostics is not None:
|
|
1909
|
+
_header_params['X-Task-Diagnostics'] = x_task_diagnostics
|
|
1910
|
+
# process the form parameters
|
|
1911
|
+
# process the body parameter
|
|
1912
|
+
|
|
1913
|
+
|
|
1914
|
+
# set the HTTP header `Accept`
|
|
1915
|
+
if 'Accept' not in _header_params:
|
|
1916
|
+
_header_params['Accept'] = self.api_client.select_header_accept(
|
|
1917
|
+
[
|
|
1918
|
+
'application/json'
|
|
1919
|
+
]
|
|
1920
|
+
)
|
|
1921
|
+
|
|
1922
|
+
|
|
1923
|
+
# authentication setting
|
|
1924
|
+
_auth_settings: List[str] = [
|
|
1925
|
+
'basicAuth',
|
|
1926
|
+
'cookieAuth'
|
|
1927
|
+
]
|
|
1928
|
+
|
|
1929
|
+
return self.api_client.param_serialize(
|
|
1930
|
+
method='POST',
|
|
1931
|
+
resource_path='{python_python_repository_version_href}scan/',
|
|
1932
|
+
path_params=_path_params,
|
|
1933
|
+
query_params=_query_params,
|
|
1934
|
+
header_params=_header_params,
|
|
1935
|
+
body=_body_params,
|
|
1936
|
+
post_params=_form_params,
|
|
1937
|
+
files=_files,
|
|
1938
|
+
auth_settings=_auth_settings,
|
|
1939
|
+
collection_formats=_collection_formats,
|
|
1940
|
+
_host=_host,
|
|
1941
|
+
_request_auth=_request_auth
|
|
1942
|
+
)
|
|
1943
|
+
|
|
1944
|
+
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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.21.0/python'
|
|
95
95
|
self.client_side_validation = configuration.client_side_validation
|
|
96
96
|
|
|
97
97
|
def __enter__(self):
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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.21.0".\
|
|
560
560
|
format(env=sys.platform, pyversion=sys.version)
|
|
561
561
|
|
|
562
562
|
def get_host_settings(self) -> List[HostSetting]:
|
|
@@ -35,9 +35,10 @@ class PatchedpythonPythonDistribution(BaseModel):
|
|
|
35
35
|
name: Optional[Annotated[str, Field(min_length=1, strict=True)]] = Field(default=None, description="A unique name. Ex, `rawhide` and `stable`.")
|
|
36
36
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
37
37
|
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
|
|
38
|
+
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
38
39
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
39
40
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
40
|
-
__properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "allow_uploads", "remote"]
|
|
41
|
+
__properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "repository_version", "allow_uploads", "remote"]
|
|
41
42
|
|
|
42
43
|
model_config = ConfigDict(
|
|
43
44
|
populate_by_name=True,
|
|
@@ -93,6 +94,11 @@ class PatchedpythonPythonDistribution(BaseModel):
|
|
|
93
94
|
if self.publication is None and "publication" in self.model_fields_set:
|
|
94
95
|
_dict['publication'] = None
|
|
95
96
|
|
|
97
|
+
# set to None if repository_version (nullable) is None
|
|
98
|
+
# and model_fields_set contains the field
|
|
99
|
+
if self.repository_version is None and "repository_version" in self.model_fields_set:
|
|
100
|
+
_dict['repository_version'] = None
|
|
101
|
+
|
|
96
102
|
# set to None if remote (nullable) is None
|
|
97
103
|
# and model_fields_set contains the field
|
|
98
104
|
if self.remote is None and "remote" in self.model_fields_set:
|
|
@@ -35,9 +35,10 @@ class PythonPythonDistribution(BaseModel):
|
|
|
35
35
|
name: Annotated[str, Field(min_length=1, strict=True)] = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
36
36
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
37
37
|
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
|
|
38
|
+
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
38
39
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
39
40
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
40
|
-
__properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "allow_uploads", "remote"]
|
|
41
|
+
__properties: ClassVar[List[str]] = ["base_path", "content_guard", "hidden", "pulp_labels", "name", "repository", "publication", "repository_version", "allow_uploads", "remote"]
|
|
41
42
|
|
|
42
43
|
model_config = ConfigDict(
|
|
43
44
|
populate_by_name=True,
|
|
@@ -93,6 +94,11 @@ class PythonPythonDistribution(BaseModel):
|
|
|
93
94
|
if self.publication is None and "publication" in self.model_fields_set:
|
|
94
95
|
_dict['publication'] = None
|
|
95
96
|
|
|
97
|
+
# set to None if repository_version (nullable) is None
|
|
98
|
+
# and model_fields_set contains the field
|
|
99
|
+
if self.repository_version is None and "repository_version" in self.model_fields_set:
|
|
100
|
+
_dict['repository_version'] = None
|
|
101
|
+
|
|
96
102
|
# set to None if remote (nullable) is None
|
|
97
103
|
# and model_fields_set contains the field
|
|
98
104
|
if self.remote is None and "remote" in self.model_fields_set:
|
|
@@ -41,9 +41,10 @@ class PythonPythonDistributionResponse(BaseModel):
|
|
|
41
41
|
name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
|
|
42
42
|
repository: Optional[StrictStr] = Field(default=None, description="The latest RepositoryVersion for this Repository will be served.")
|
|
43
43
|
publication: Optional[StrictStr] = Field(default=None, description="Publication to be served")
|
|
44
|
+
repository_version: Optional[StrictStr] = Field(default=None, description="RepositoryVersion to be served.")
|
|
44
45
|
allow_uploads: Optional[StrictBool] = Field(default=True, description="Allow packages to be uploaded to this index.")
|
|
45
46
|
remote: Optional[StrictStr] = Field(default=None, description="Remote that can be used to fetch content when using pull-through caching.")
|
|
46
|
-
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "base_path", "base_url", "content_guard", "no_content_change_since", "hidden", "pulp_labels", "name", "repository", "publication", "allow_uploads", "remote"]
|
|
47
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "base_path", "base_url", "content_guard", "no_content_change_since", "hidden", "pulp_labels", "name", "repository", "publication", "repository_version", "allow_uploads", "remote"]
|
|
47
48
|
|
|
48
49
|
model_config = ConfigDict(
|
|
49
50
|
populate_by_name=True,
|
|
@@ -111,6 +112,11 @@ class PythonPythonDistributionResponse(BaseModel):
|
|
|
111
112
|
if self.publication is None and "publication" in self.model_fields_set:
|
|
112
113
|
_dict['publication'] = None
|
|
113
114
|
|
|
115
|
+
# set to None if repository_version (nullable) is None
|
|
116
|
+
# and model_fields_set contains the field
|
|
117
|
+
if self.repository_version is None and "repository_version" in self.model_fields_set:
|
|
118
|
+
_dict['repository_version'] = None
|
|
119
|
+
|
|
114
120
|
# set to None if remote (nullable) is None
|
|
115
121
|
# and model_fields_set contains the field
|
|
116
122
|
if self.remote is None and "remote" in self.model_fields_set:
|
|
@@ -19,7 +19,7 @@ import re # noqa: F401
|
|
|
19
19
|
import json
|
|
20
20
|
|
|
21
21
|
from datetime import datetime
|
|
22
|
-
from pydantic import BaseModel, ConfigDict, Field, StrictStr
|
|
22
|
+
from pydantic import BaseModel, ConfigDict, Field, StrictInt, StrictStr
|
|
23
23
|
from typing import Any, ClassVar, Dict, List, Optional
|
|
24
24
|
from typing import Optional, Set
|
|
25
25
|
from typing_extensions import Self
|
|
@@ -66,9 +66,10 @@ class PythonPythonPackageContentResponse(BaseModel):
|
|
|
66
66
|
filename: Optional[StrictStr] = Field(default=None, description="The name of the distribution package, usually of the format: {distribution}-{version}(-{build tag})?-{python tag}-{abi tag}-{platform tag}.{packagetype}")
|
|
67
67
|
packagetype: Optional[StrictStr] = Field(default=None, description="The type of the distribution package (e.g. sdist, bdist_wheel, bdist_egg, etc)")
|
|
68
68
|
python_version: Optional[StrictStr] = Field(default=None, description="The tag that indicates which Python implementation or version the package requires.")
|
|
69
|
+
size: Optional[StrictInt] = Field(default=None, description="The size of the package in bytes.")
|
|
69
70
|
sha256: Optional[StrictStr] = Field(default='', description="The SHA256 digest of this package.")
|
|
70
71
|
metadata_sha256: Optional[StrictStr] = Field(default=None, description="The SHA256 digest of the package's METADATA file.")
|
|
71
|
-
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "vuln_report", "artifact", "author", "author_email", "description", "home_page", "keywords", "license", "metadata_version", "name", "platform", "summary", "version", "classifiers", "download_url", "supported_platform", "maintainer", "maintainer_email", "obsoletes_dist", "project_url", "project_urls", "provides_dist", "requires_external", "requires_dist", "requires_python", "description_content_type", "provides_extras", "dynamic", "license_expression", "license_file", "filename", "packagetype", "python_version", "sha256", "metadata_sha256"]
|
|
72
|
+
__properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "pulp_labels", "vuln_report", "artifact", "author", "author_email", "description", "home_page", "keywords", "license", "metadata_version", "name", "platform", "summary", "version", "classifiers", "download_url", "supported_platform", "maintainer", "maintainer_email", "obsoletes_dist", "project_url", "project_urls", "provides_dist", "requires_external", "requires_dist", "requires_python", "description_content_type", "provides_extras", "dynamic", "license_expression", "license_file", "filename", "packagetype", "python_version", "size", "sha256", "metadata_sha256"]
|
|
72
73
|
|
|
73
74
|
model_config = ConfigDict(
|
|
74
75
|
populate_by_name=True,
|
|
@@ -111,6 +112,7 @@ class PythonPythonPackageContentResponse(BaseModel):
|
|
|
111
112
|
* OpenAPI `readOnly` fields are excluded.
|
|
112
113
|
* OpenAPI `readOnly` fields are excluded.
|
|
113
114
|
* OpenAPI `readOnly` fields are excluded.
|
|
115
|
+
* OpenAPI `readOnly` fields are excluded.
|
|
114
116
|
"""
|
|
115
117
|
excluded_fields: Set[str] = set([
|
|
116
118
|
"pulp_href",
|
|
@@ -124,6 +126,7 @@ class PythonPythonPackageContentResponse(BaseModel):
|
|
|
124
126
|
"filename",
|
|
125
127
|
"packagetype",
|
|
126
128
|
"python_version",
|
|
129
|
+
"size",
|
|
127
130
|
])
|
|
128
131
|
|
|
129
132
|
_dict = self.model_dump(
|
|
@@ -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.21.0"
|
|
26
26
|
PYTHON_REQUIRES = ">= 3.9"
|
|
27
27
|
REQUIRES = [
|
|
28
28
|
"urllib3 >= 2.1.0, < 3.0.0",
|
|
@@ -56,6 +56,7 @@ class TestPaginatedpythonPythonDistributionResponseList(unittest.TestCase):
|
|
|
56
56
|
name = '',
|
|
57
57
|
repository = '',
|
|
58
58
|
publication = '',
|
|
59
|
+
repository_version = '',
|
|
59
60
|
allow_uploads = True,
|
|
60
61
|
remote = '', )
|
|
61
62
|
]
|
|
@@ -80,6 +81,7 @@ class TestPaginatedpythonPythonDistributionResponseList(unittest.TestCase):
|
|
|
80
81
|
name = '',
|
|
81
82
|
repository = '',
|
|
82
83
|
publication = '',
|
|
84
|
+
repository_version = '',
|
|
83
85
|
allow_uploads = True,
|
|
84
86
|
remote = '', )
|
|
85
87
|
],
|
|
@@ -81,6 +81,7 @@ class TestPaginatedpythonPythonPackageContentResponseList(unittest.TestCase):
|
|
|
81
81
|
filename = '',
|
|
82
82
|
packagetype = '',
|
|
83
83
|
python_version = '',
|
|
84
|
+
size = 56,
|
|
84
85
|
sha256 = '',
|
|
85
86
|
metadata_sha256 = '', )
|
|
86
87
|
]
|
|
@@ -130,6 +131,7 @@ class TestPaginatedpythonPythonPackageContentResponseList(unittest.TestCase):
|
|
|
130
131
|
filename = '',
|
|
131
132
|
packagetype = '',
|
|
132
133
|
python_version = '',
|
|
134
|
+
size = 56,
|
|
133
135
|
sha256 = '',
|
|
134
136
|
metadata_sha256 = '', )
|
|
135
137
|
],
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulp_python_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/api_response.py
RENAMED
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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.20.1 → pulp_python_client-3.21.0}/pulpcore/client/pulp_python/py.typed
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_async_operation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_content_summary_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_my_permissions_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_package_metadata_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_package_upload_task_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_patchedpython_python_remote.py
RENAMED
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_publication.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_remote_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_python_python_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repositories_python_api.py
RENAMED
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.0}/test/test_repository_add_remove_content.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python_client-3.20.1 → pulp_python_client-3.21.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
|