pulp-python-client 3.11.2__tar.gz → 3.11.3__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.11.2 → pulp_python-client-3.11.3}/PKG-INFO +1 -1
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/README.md +5 -5
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/PKG-INFO +1 -1
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/__init__.py +1 -1
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api_client.py +1 -1
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/configuration.py +3 -3
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +8 -8
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_remote.py +8 -8
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_remote_response.py +8 -8
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/setup.py +1 -1
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_paginatedpython_python_remote_response_list.py +8 -8
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_patchedpython_python_remote.py +4 -4
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_remote.py +4 -4
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_remote_response.py +4 -4
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/SOURCES.txt +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/dependency_links.txt +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/requires.txt +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/top_level.txt +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/__init__.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/__init__.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/__init__.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/exceptions.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/__init__.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/package_upload.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_bander_remote.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_package_content.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/repair.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/set_label.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/rest.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/setup.cfg +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_async_operation_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_content_packages_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_content_summary_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_distributions_pypi_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_exclude_platforms_enum.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_package_metadata_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_package_types_enum.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_package_upload.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_package_upload_task_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_paginated_repository_version_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_paginatedpython_python_publication_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_paginatedpython_python_repository_response_list.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_patchedpython_python_distribution.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_patchedpython_python_repository.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_policy_enum.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_publications_pypi_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_pypi_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_pypi_legacy_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_pypi_metadata_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_pypi_simple_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_bander_remote.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_distribution.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_distribution_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_package_content.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_package_content_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_publication.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_publication_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_remote_response_hidden_fields.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_repository.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_repository_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_remotes_python_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repair.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repositories_python_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repositories_python_versions_api.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repository_add_remove_content.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repository_sync_url.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repository_version_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_set_label.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_set_label_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_summary_response.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_unset_label.py +0 -0
- {pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/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.11.
|
|
7
|
+
- Package version: 3.11.3
|
|
8
8
|
- Build package: org.openapitools.codegen.languages.PythonClientCodegen
|
|
9
9
|
For more information, please visit [https://pulpproject.org](https://pulpproject.org)
|
|
10
10
|
|
|
@@ -53,10 +53,10 @@ import pulpcore.client.pulp_python
|
|
|
53
53
|
from pulpcore.client.pulp_python.rest import ApiException
|
|
54
54
|
from pprint import pprint
|
|
55
55
|
|
|
56
|
-
# Defining the host is optional and defaults to http://
|
|
56
|
+
# Defining the host is optional and defaults to http://localhost:24817
|
|
57
57
|
# See configuration.py for a list of all supported configuration parameters.
|
|
58
58
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
59
|
-
host = "http://
|
|
59
|
+
host = "http://localhost:24817"
|
|
60
60
|
)
|
|
61
61
|
|
|
62
62
|
# The client must configure the authentication and authorization parameters
|
|
@@ -72,7 +72,7 @@ configuration = pulpcore.client.pulp_python.Configuration(
|
|
|
72
72
|
|
|
73
73
|
# Configure API key authorization: cookieAuth
|
|
74
74
|
configuration = pulpcore.client.pulp_python.Configuration(
|
|
75
|
-
host = "http://
|
|
75
|
+
host = "http://localhost:24817",
|
|
76
76
|
api_key = {
|
|
77
77
|
'sessionid': 'YOUR_API_KEY'
|
|
78
78
|
}
|
|
@@ -124,7 +124,7 @@ classifiers = None # object | A JSON list containing classification values for a
|
|
|
124
124
|
|
|
125
125
|
## Documentation for API Endpoints
|
|
126
126
|
|
|
127
|
-
All URIs are relative to *http://
|
|
127
|
+
All URIs are relative to *http://localhost:24817*
|
|
128
128
|
|
|
129
129
|
Class | Method | HTTP request | Description
|
|
130
130
|
------------ | ------------- | ------------- | -------------
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/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.11.
|
|
82
|
+
self.user_agent = 'OpenAPI-Generator/3.11.3/python'
|
|
83
83
|
self.client_side_validation = configuration.client_side_validation
|
|
84
84
|
|
|
85
85
|
def __enter__(self):
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/configuration.py
RENAMED
|
@@ -91,7 +91,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
91
91
|
|
|
92
92
|
_default = None
|
|
93
93
|
|
|
94
|
-
def __init__(self, host="http://
|
|
94
|
+
def __init__(self, host="http://localhost:24817",
|
|
95
95
|
api_key=None, api_key_prefix=None,
|
|
96
96
|
username=None, password=None,
|
|
97
97
|
discard_unknown_keys=False,
|
|
@@ -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.11.
|
|
379
|
+
"SDK Package Version: 3.11.3".\
|
|
380
380
|
format(env=sys.platform, pyversion=sys.version)
|
|
381
381
|
|
|
382
382
|
def get_host_settings(self):
|
|
@@ -386,7 +386,7 @@ conf = pulpcore.client.pulp_python.Configuration(
|
|
|
386
386
|
"""
|
|
387
387
|
return [
|
|
388
388
|
{
|
|
389
|
-
'url': "http://
|
|
389
|
+
'url': "http://localhost:24817/",
|
|
390
390
|
'description': "No description provided",
|
|
391
391
|
}
|
|
392
392
|
]
|
|
@@ -565,8 +565,8 @@ class PatchedpythonPythonRemote(object):
|
|
|
565
565
|
:type: float
|
|
566
566
|
"""
|
|
567
567
|
if (self.local_vars_configuration.client_side_validation and
|
|
568
|
-
total_timeout is not None and total_timeout < 0
|
|
569
|
-
raise ValueError("Invalid value for `total_timeout`, must be a value greater than or equal to `0
|
|
568
|
+
total_timeout is not None and total_timeout < 0): # noqa: E501
|
|
569
|
+
raise ValueError("Invalid value for `total_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
570
570
|
|
|
571
571
|
self._total_timeout = total_timeout
|
|
572
572
|
|
|
@@ -591,8 +591,8 @@ class PatchedpythonPythonRemote(object):
|
|
|
591
591
|
:type: float
|
|
592
592
|
"""
|
|
593
593
|
if (self.local_vars_configuration.client_side_validation and
|
|
594
|
-
connect_timeout is not None and connect_timeout < 0
|
|
595
|
-
raise ValueError("Invalid value for `connect_timeout`, must be a value greater than or equal to `0
|
|
594
|
+
connect_timeout is not None and connect_timeout < 0): # noqa: E501
|
|
595
|
+
raise ValueError("Invalid value for `connect_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
596
596
|
|
|
597
597
|
self._connect_timeout = connect_timeout
|
|
598
598
|
|
|
@@ -617,8 +617,8 @@ class PatchedpythonPythonRemote(object):
|
|
|
617
617
|
:type: float
|
|
618
618
|
"""
|
|
619
619
|
if (self.local_vars_configuration.client_side_validation and
|
|
620
|
-
sock_connect_timeout is not None and sock_connect_timeout < 0
|
|
621
|
-
raise ValueError("Invalid value for `sock_connect_timeout`, must be a value greater than or equal to `0
|
|
620
|
+
sock_connect_timeout is not None and sock_connect_timeout < 0): # noqa: E501
|
|
621
|
+
raise ValueError("Invalid value for `sock_connect_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
622
622
|
|
|
623
623
|
self._sock_connect_timeout = sock_connect_timeout
|
|
624
624
|
|
|
@@ -643,8 +643,8 @@ class PatchedpythonPythonRemote(object):
|
|
|
643
643
|
:type: float
|
|
644
644
|
"""
|
|
645
645
|
if (self.local_vars_configuration.client_side_validation and
|
|
646
|
-
sock_read_timeout is not None and sock_read_timeout < 0
|
|
647
|
-
raise ValueError("Invalid value for `sock_read_timeout`, must be a value greater than or equal to `0
|
|
646
|
+
sock_read_timeout is not None and sock_read_timeout < 0): # noqa: E501
|
|
647
|
+
raise ValueError("Invalid value for `sock_read_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
648
648
|
|
|
649
649
|
self._sock_read_timeout = sock_read_timeout
|
|
650
650
|
|
|
@@ -567,8 +567,8 @@ class PythonPythonRemote(object):
|
|
|
567
567
|
:type: float
|
|
568
568
|
"""
|
|
569
569
|
if (self.local_vars_configuration.client_side_validation and
|
|
570
|
-
total_timeout is not None and total_timeout < 0
|
|
571
|
-
raise ValueError("Invalid value for `total_timeout`, must be a value greater than or equal to `0
|
|
570
|
+
total_timeout is not None and total_timeout < 0): # noqa: E501
|
|
571
|
+
raise ValueError("Invalid value for `total_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
572
572
|
|
|
573
573
|
self._total_timeout = total_timeout
|
|
574
574
|
|
|
@@ -593,8 +593,8 @@ class PythonPythonRemote(object):
|
|
|
593
593
|
:type: float
|
|
594
594
|
"""
|
|
595
595
|
if (self.local_vars_configuration.client_side_validation and
|
|
596
|
-
connect_timeout is not None and connect_timeout < 0
|
|
597
|
-
raise ValueError("Invalid value for `connect_timeout`, must be a value greater than or equal to `0
|
|
596
|
+
connect_timeout is not None and connect_timeout < 0): # noqa: E501
|
|
597
|
+
raise ValueError("Invalid value for `connect_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
598
598
|
|
|
599
599
|
self._connect_timeout = connect_timeout
|
|
600
600
|
|
|
@@ -619,8 +619,8 @@ class PythonPythonRemote(object):
|
|
|
619
619
|
:type: float
|
|
620
620
|
"""
|
|
621
621
|
if (self.local_vars_configuration.client_side_validation and
|
|
622
|
-
sock_connect_timeout is not None and sock_connect_timeout < 0
|
|
623
|
-
raise ValueError("Invalid value for `sock_connect_timeout`, must be a value greater than or equal to `0
|
|
622
|
+
sock_connect_timeout is not None and sock_connect_timeout < 0): # noqa: E501
|
|
623
|
+
raise ValueError("Invalid value for `sock_connect_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
624
624
|
|
|
625
625
|
self._sock_connect_timeout = sock_connect_timeout
|
|
626
626
|
|
|
@@ -645,8 +645,8 @@ class PythonPythonRemote(object):
|
|
|
645
645
|
:type: float
|
|
646
646
|
"""
|
|
647
647
|
if (self.local_vars_configuration.client_side_validation and
|
|
648
|
-
sock_read_timeout is not None and sock_read_timeout < 0
|
|
649
|
-
raise ValueError("Invalid value for `sock_read_timeout`, must be a value greater than or equal to `0
|
|
648
|
+
sock_read_timeout is not None and sock_read_timeout < 0): # noqa: E501
|
|
649
|
+
raise ValueError("Invalid value for `sock_read_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
650
650
|
|
|
651
651
|
self._sock_read_timeout = sock_read_timeout
|
|
652
652
|
|
|
@@ -489,8 +489,8 @@ class PythonPythonRemoteResponse(object):
|
|
|
489
489
|
:type: float
|
|
490
490
|
"""
|
|
491
491
|
if (self.local_vars_configuration.client_side_validation and
|
|
492
|
-
total_timeout is not None and total_timeout < 0
|
|
493
|
-
raise ValueError("Invalid value for `total_timeout`, must be a value greater than or equal to `0
|
|
492
|
+
total_timeout is not None and total_timeout < 0): # noqa: E501
|
|
493
|
+
raise ValueError("Invalid value for `total_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
494
494
|
|
|
495
495
|
self._total_timeout = total_timeout
|
|
496
496
|
|
|
@@ -515,8 +515,8 @@ class PythonPythonRemoteResponse(object):
|
|
|
515
515
|
:type: float
|
|
516
516
|
"""
|
|
517
517
|
if (self.local_vars_configuration.client_side_validation and
|
|
518
|
-
connect_timeout is not None and connect_timeout < 0
|
|
519
|
-
raise ValueError("Invalid value for `connect_timeout`, must be a value greater than or equal to `0
|
|
518
|
+
connect_timeout is not None and connect_timeout < 0): # noqa: E501
|
|
519
|
+
raise ValueError("Invalid value for `connect_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
520
520
|
|
|
521
521
|
self._connect_timeout = connect_timeout
|
|
522
522
|
|
|
@@ -541,8 +541,8 @@ class PythonPythonRemoteResponse(object):
|
|
|
541
541
|
:type: float
|
|
542
542
|
"""
|
|
543
543
|
if (self.local_vars_configuration.client_side_validation and
|
|
544
|
-
sock_connect_timeout is not None and sock_connect_timeout < 0
|
|
545
|
-
raise ValueError("Invalid value for `sock_connect_timeout`, must be a value greater than or equal to `0
|
|
544
|
+
sock_connect_timeout is not None and sock_connect_timeout < 0): # noqa: E501
|
|
545
|
+
raise ValueError("Invalid value for `sock_connect_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
546
546
|
|
|
547
547
|
self._sock_connect_timeout = sock_connect_timeout
|
|
548
548
|
|
|
@@ -567,8 +567,8 @@ class PythonPythonRemoteResponse(object):
|
|
|
567
567
|
:type: float
|
|
568
568
|
"""
|
|
569
569
|
if (self.local_vars_configuration.client_side_validation and
|
|
570
|
-
sock_read_timeout is not None and sock_read_timeout < 0
|
|
571
|
-
raise ValueError("Invalid value for `sock_read_timeout`, must be a value greater than or equal to `0
|
|
570
|
+
sock_read_timeout is not None and sock_read_timeout < 0): # noqa: E501
|
|
571
|
+
raise ValueError("Invalid value for `sock_read_timeout`, must be a value greater than or equal to `0`") # noqa: E501
|
|
572
572
|
|
|
573
573
|
self._sock_read_timeout = sock_read_timeout
|
|
574
574
|
|
|
@@ -57,10 +57,10 @@ class TestPaginatedpythonPythonRemoteResponseList(unittest.TestCase):
|
|
|
57
57
|
download_concurrency = 1,
|
|
58
58
|
max_retries = 56,
|
|
59
59
|
policy = null,
|
|
60
|
-
total_timeout = 0
|
|
61
|
-
connect_timeout = 0
|
|
62
|
-
sock_connect_timeout = 0
|
|
63
|
-
sock_read_timeout = 0
|
|
60
|
+
total_timeout = 0,
|
|
61
|
+
connect_timeout = 0,
|
|
62
|
+
sock_connect_timeout = 0,
|
|
63
|
+
sock_read_timeout = 0,
|
|
64
64
|
headers = [
|
|
65
65
|
None
|
|
66
66
|
],
|
|
@@ -106,10 +106,10 @@ class TestPaginatedpythonPythonRemoteResponseList(unittest.TestCase):
|
|
|
106
106
|
download_concurrency = 1,
|
|
107
107
|
max_retries = 56,
|
|
108
108
|
policy = null,
|
|
109
|
-
total_timeout = 0
|
|
110
|
-
connect_timeout = 0
|
|
111
|
-
sock_connect_timeout = 0
|
|
112
|
-
sock_read_timeout = 0
|
|
109
|
+
total_timeout = 0,
|
|
110
|
+
connect_timeout = 0,
|
|
111
|
+
sock_connect_timeout = 0,
|
|
112
|
+
sock_read_timeout = 0,
|
|
113
113
|
headers = [
|
|
114
114
|
None
|
|
115
115
|
],
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_patchedpython_python_remote.py
RENAMED
|
@@ -54,10 +54,10 @@ class TestPatchedpythonPythonRemote(unittest.TestCase):
|
|
|
54
54
|
download_concurrency = 1,
|
|
55
55
|
max_retries = 56,
|
|
56
56
|
policy = null,
|
|
57
|
-
total_timeout = 0
|
|
58
|
-
connect_timeout = 0
|
|
59
|
-
sock_connect_timeout = 0
|
|
60
|
-
sock_read_timeout = 0
|
|
57
|
+
total_timeout = 0,
|
|
58
|
+
connect_timeout = 0,
|
|
59
|
+
sock_connect_timeout = 0,
|
|
60
|
+
sock_read_timeout = 0,
|
|
61
61
|
headers = [
|
|
62
62
|
None
|
|
63
63
|
],
|
|
@@ -54,10 +54,10 @@ class TestPythonPythonRemote(unittest.TestCase):
|
|
|
54
54
|
download_concurrency = 1,
|
|
55
55
|
max_retries = 56,
|
|
56
56
|
policy = null,
|
|
57
|
-
total_timeout = 0
|
|
58
|
-
connect_timeout = 0
|
|
59
|
-
sock_connect_timeout = 0
|
|
60
|
-
sock_read_timeout = 0
|
|
57
|
+
total_timeout = 0,
|
|
58
|
+
connect_timeout = 0,
|
|
59
|
+
sock_connect_timeout = 0,
|
|
60
|
+
sock_read_timeout = 0,
|
|
61
61
|
headers = [
|
|
62
62
|
None
|
|
63
63
|
],
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_remote_response.py
RENAMED
|
@@ -52,10 +52,10 @@ class TestPythonPythonRemoteResponse(unittest.TestCase):
|
|
|
52
52
|
download_concurrency = 1,
|
|
53
53
|
max_retries = 56,
|
|
54
54
|
policy = null,
|
|
55
|
-
total_timeout = 0
|
|
56
|
-
connect_timeout = 0
|
|
57
|
-
sock_connect_timeout = 0
|
|
58
|
-
sock_read_timeout = 0
|
|
55
|
+
total_timeout = 0,
|
|
56
|
+
connect_timeout = 0,
|
|
57
|
+
sock_connect_timeout = 0,
|
|
58
|
+
sock_read_timeout = 0,
|
|
59
59
|
headers = [
|
|
60
60
|
None
|
|
61
61
|
],
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/requires.txt
RENAMED
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulp_python_client.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/pulpcore/client/pulp_python/api/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/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.11.2 → pulp_python-client-3.11.3}/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.11.2 → pulp_python-client-3.11.3}/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.11.2 → pulp_python-client-3.11.3}/test/test_async_operation_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_content_summary_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_package_metadata_response.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/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.11.2 → pulp_python-client-3.11.3}/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.11.2 → pulp_python-client-3.11.3}/test/test_python_python_distribution.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_package_content.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_publication.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_python_python_repository.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repositories_python_api.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/test/test_repository_add_remove_content.py
RENAMED
|
File without changes
|
|
File without changes
|
{pulp_python-client-3.11.2 → pulp_python-client-3.11.3}/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
|