pulp-python-client 3.12.4__tar.gz → 3.12.6__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulp-python-client might be problematic. Click here for more details.
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/PKG-INFO +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/README.md +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/PKG-INFO +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/configuration.py +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/setup.py +1 -1
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_package_metadata_response.py +6 -6
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_paginatedpython_python_package_content_response_list.py +12 -12
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_package_content.py +6 -6
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_package_content_response.py +6 -6
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/__init__.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/__init__.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/package_upload.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_bander_remote.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_package_content.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/setup.cfg +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_async_operation_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_content_packages_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_content_summary_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_my_permissions_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_nested_role.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_nested_role_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_object_roles_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_package_types_enum.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_package_upload.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_package_upload_task_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_patchedpython_python_remote.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_patchedpython_python_repository.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_policy_enum.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_publications_pypi_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_pypi_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_pypi_simple_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_bander_remote.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_distribution.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_publication.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_publication_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_remote.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_remote_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_remote_response_hidden_fields.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_repository.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_repository_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_remotes_python_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repair.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repositories_python_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repository_sync_url.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repository_version_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_set_label.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_set_label_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_summary_response.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_unset_label.py +0 -0
- {pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_unset_label_response.py +0 -0
|
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
|
|
|
4
4
|
This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
|
|
5
5
|
|
|
6
6
|
- API version: v3
|
|
7
|
-
- Package version: 3.12.
|
|
7
|
+
- Package version: 3.12.6
|
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
9
9
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
10
10
|
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api_client.py
RENAMED
|
@@ -79,7 +79,7 @@ class ApiClient(object):
|
|
|
79
79
|
self.default_headers[header_name] = header_value
|
|
80
80
|
self.cookie = cookie
|
|
81
81
|
# Set default User-Agent.
|
|
82
|
-
self.user_agent = 'OpenAPI-Generator/3.12.
|
|
82
|
+
self.user_agent = 'OpenAPI-Generator/3.12.6/python'
|
|
83
83
|
self.client_side_validation = configuration.client_side_validation
|
|
84
84
|
|
|
85
85
|
def __enter__(self):
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/configuration.py
RENAMED
|
@@ -376,7 +376,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
376
376
|
"OS: {env}\n"\
|
|
377
377
|
"Python Version: {pyversion}\n"\
|
|
378
378
|
"Version of the API: v3\n"\
|
|
379
|
-
"SDK Package Version: 3.12.
|
|
379
|
+
"SDK Package Version: 3.12.6".\
|
|
380
380
|
format(env=sys.platform, pyversion=sys.version)
|
|
381
381
|
|
|
382
382
|
def get_host_settings(self):
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_package_metadata_response.py
RENAMED
|
@@ -38,16 +38,16 @@ class TestPackageMetadataResponse(unittest.TestCase):
|
|
|
38
38
|
if include_optional :
|
|
39
39
|
return PackageMetadataResponse(
|
|
40
40
|
last_serial = 56,
|
|
41
|
-
info =
|
|
42
|
-
releases =
|
|
43
|
-
urls =
|
|
41
|
+
info = None,
|
|
42
|
+
releases = None,
|
|
43
|
+
urls = None
|
|
44
44
|
)
|
|
45
45
|
else :
|
|
46
46
|
return PackageMetadataResponse(
|
|
47
47
|
last_serial = 56,
|
|
48
|
-
info =
|
|
49
|
-
releases =
|
|
50
|
-
urls =
|
|
48
|
+
info = None,
|
|
49
|
+
releases = None,
|
|
50
|
+
urls = None,
|
|
51
51
|
)
|
|
52
52
|
|
|
53
53
|
def testPackageMetadataResponse(self):
|
|
@@ -66,14 +66,14 @@ class TestPaginatedpythonPythonPackageContentResponseList(unittest.TestCase):
|
|
|
66
66
|
license = '0',
|
|
67
67
|
requires_python = '0',
|
|
68
68
|
project_url = '0',
|
|
69
|
-
project_urls =
|
|
69
|
+
project_urls = pulpcore.client.pulp_python.models.project_urls.project_urls(),
|
|
70
70
|
platform = '0',
|
|
71
71
|
supported_platform = '0',
|
|
72
|
-
requires_dist =
|
|
73
|
-
provides_dist =
|
|
74
|
-
obsoletes_dist =
|
|
75
|
-
requires_external =
|
|
76
|
-
classifiers =
|
|
72
|
+
requires_dist = pulpcore.client.pulp_python.models.requires_dist.requires_dist(),
|
|
73
|
+
provides_dist = pulpcore.client.pulp_python.models.provides_dist.provides_dist(),
|
|
74
|
+
obsoletes_dist = pulpcore.client.pulp_python.models.obsoletes_dist.obsoletes_dist(),
|
|
75
|
+
requires_external = pulpcore.client.pulp_python.models.requires_external.requires_external(),
|
|
76
|
+
classifiers = pulpcore.client.pulp_python.models.classifiers.classifiers(), )
|
|
77
77
|
]
|
|
78
78
|
)
|
|
79
79
|
else :
|
|
@@ -105,14 +105,14 @@ class TestPaginatedpythonPythonPackageContentResponseList(unittest.TestCase):
|
|
|
105
105
|
license = '0',
|
|
106
106
|
requires_python = '0',
|
|
107
107
|
project_url = '0',
|
|
108
|
-
project_urls =
|
|
108
|
+
project_urls = pulpcore.client.pulp_python.models.project_urls.project_urls(),
|
|
109
109
|
platform = '0',
|
|
110
110
|
supported_platform = '0',
|
|
111
|
-
requires_dist =
|
|
112
|
-
provides_dist =
|
|
113
|
-
obsoletes_dist =
|
|
114
|
-
requires_external =
|
|
115
|
-
classifiers =
|
|
111
|
+
requires_dist = pulpcore.client.pulp_python.models.requires_dist.requires_dist(),
|
|
112
|
+
provides_dist = pulpcore.client.pulp_python.models.provides_dist.provides_dist(),
|
|
113
|
+
obsoletes_dist = pulpcore.client.pulp_python.models.obsoletes_dist.obsoletes_dist(),
|
|
114
|
+
requires_external = pulpcore.client.pulp_python.models.requires_external.requires_external(),
|
|
115
|
+
classifiers = pulpcore.client.pulp_python.models.classifiers.classifiers(), )
|
|
116
116
|
],
|
|
117
117
|
)
|
|
118
118
|
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_package_content.py
RENAMED
|
@@ -57,14 +57,14 @@ class TestPythonPythonPackageContent(unittest.TestCase):
|
|
|
57
57
|
license = '0',
|
|
58
58
|
requires_python = '0',
|
|
59
59
|
project_url = '0',
|
|
60
|
-
project_urls =
|
|
60
|
+
project_urls = None,
|
|
61
61
|
platform = '0',
|
|
62
62
|
supported_platform = '0',
|
|
63
|
-
requires_dist =
|
|
64
|
-
provides_dist =
|
|
65
|
-
obsoletes_dist =
|
|
66
|
-
requires_external =
|
|
67
|
-
classifiers =
|
|
63
|
+
requires_dist = None,
|
|
64
|
+
provides_dist = None,
|
|
65
|
+
obsoletes_dist = None,
|
|
66
|
+
requires_external = None,
|
|
67
|
+
classifiers = None
|
|
68
68
|
)
|
|
69
69
|
else :
|
|
70
70
|
return PythonPythonPackageContent(
|
|
@@ -61,14 +61,14 @@ class TestPythonPythonPackageContentResponse(unittest.TestCase):
|
|
|
61
61
|
license = '0',
|
|
62
62
|
requires_python = '0',
|
|
63
63
|
project_url = '0',
|
|
64
|
-
project_urls =
|
|
64
|
+
project_urls = pulpcore.client.pulp_python.models.project_urls.project_urls(),
|
|
65
65
|
platform = '0',
|
|
66
66
|
supported_platform = '0',
|
|
67
|
-
requires_dist =
|
|
68
|
-
provides_dist =
|
|
69
|
-
obsoletes_dist =
|
|
70
|
-
requires_external =
|
|
71
|
-
classifiers =
|
|
67
|
+
requires_dist = pulpcore.client.pulp_python.models.requires_dist.requires_dist(),
|
|
68
|
+
provides_dist = pulpcore.client.pulp_python.models.provides_dist.provides_dist(),
|
|
69
|
+
obsoletes_dist = pulpcore.client.pulp_python.models.obsoletes_dist.obsoletes_dist(),
|
|
70
|
+
requires_external = pulpcore.client.pulp_python.models.requires_external.requires_external(),
|
|
71
|
+
classifiers = pulpcore.client.pulp_python.models.classifiers.classifiers()
|
|
72
72
|
)
|
|
73
73
|
else :
|
|
74
74
|
return PythonPythonPackageContentResponse(
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulp_python_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/pulpcore/client/pulp_python/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/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.12.4 → pulp_python-client-3.12.6}/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
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/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
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_async_operation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_content_summary_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_my_permissions_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/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
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_patchedpython_python_remote.py
RENAMED
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/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
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_distribution.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_publication.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_remote_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_python_python_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repositories_python_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/test/test_repository_add_remove_content.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.12.4 → pulp_python-client-3.12.6}/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
|