pulp-python-client 3.19.0__tar.gz → 3.19.2__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.
Files changed (119) hide show
  1. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/PKG-INFO +10 -3
  2. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/README.md +1 -1
  3. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulp_python_client.egg-info/PKG-INFO +11 -4
  4. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +16 -10
  6. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +16 -10
  7. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +16 -10
  8. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api_client.py +1 -1
  9. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/configuration.py +1 -1
  10. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/async_operation_response.py +1 -11
  11. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/content_summary_response.py +1 -13
  12. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/my_permissions_response.py +1 -11
  13. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/nested_role.py +1 -13
  14. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/nested_role_response.py +1 -13
  15. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/object_roles_response.py +1 -11
  16. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +1 -14
  17. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +1 -13
  18. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +1 -14
  19. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +1 -14
  20. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +1 -14
  21. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +1 -14
  22. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +1 -14
  23. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +1 -14
  24. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +1 -19
  25. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +1 -37
  26. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +1 -16
  27. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +1 -19
  28. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +1 -25
  29. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +1 -49
  30. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_publication.py +1 -12
  31. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +1 -17
  32. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_remote.py +1 -37
  33. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +1 -37
  34. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +1 -12
  35. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_repository.py +1 -16
  36. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +1 -22
  37. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/repair.py +1 -11
  38. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +1 -13
  39. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +1 -12
  40. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/repository_version_response.py +1 -19
  41. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/set_label.py +1 -12
  42. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/set_label_response.py +1 -12
  43. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/summary_response.py +1 -13
  44. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/unset_label.py +1 -11
  45. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/unset_label_response.py +1 -12
  46. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pyproject.toml +1 -1
  47. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/setup.py +2 -2
  48. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  49. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  50. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulp_python_client.egg-info/requires.txt +0 -0
  51. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulp_python_client.egg-info/top_level.txt +0 -0
  52. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/__init__.py +0 -0
  53. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/__init__.py +0 -0
  54. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  55. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  56. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  57. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  58. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  59. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  60. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  61. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  62. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/api_response.py +0 -0
  63. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
  64. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  65. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  66. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  67. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  68. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/py.typed +0 -0
  69. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/pulpcore/client/pulp_python/rest.py +0 -0
  70. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/setup.cfg +0 -0
  71. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_async_operation_response.py +0 -0
  72. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_content_packages_api.py +0 -0
  73. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_content_summary_response.py +0 -0
  74. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_distributions_pypi_api.py +0 -0
  75. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_exclude_platforms_enum.py +0 -0
  76. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_my_permissions_response.py +0 -0
  77. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_nested_role.py +0 -0
  78. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_nested_role_response.py +0 -0
  79. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_object_roles_response.py +0 -0
  80. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_package_metadata_response.py +0 -0
  81. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_package_types_enum.py +0 -0
  82. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_package_upload_task_response.py +0 -0
  83. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_paginated_repository_version_response_list.py +0 -0
  84. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  85. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  86. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  87. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  88. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  89. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_patchedpython_python_distribution.py +0 -0
  90. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_patchedpython_python_remote.py +0 -0
  91. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_patchedpython_python_repository.py +0 -0
  92. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_policy_enum.py +0 -0
  93. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_publications_pypi_api.py +0 -0
  94. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_pypi_api.py +0 -0
  95. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_pypi_legacy_api.py +0 -0
  96. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_pypi_metadata_api.py +0 -0
  97. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_pypi_simple_api.py +0 -0
  98. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_distribution.py +0 -0
  99. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_distribution_response.py +0 -0
  100. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_package_content_response.py +0 -0
  101. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_publication.py +0 -0
  102. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_publication_response.py +0 -0
  103. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_remote.py +0 -0
  104. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_remote_response.py +0 -0
  105. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  106. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_repository.py +0 -0
  107. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_python_python_repository_response.py +0 -0
  108. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_remotes_python_api.py +0 -0
  109. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_repair.py +0 -0
  110. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_repositories_python_api.py +0 -0
  111. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_repositories_python_versions_api.py +0 -0
  112. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_repository_add_remove_content.py +0 -0
  113. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_repository_sync_url.py +0 -0
  114. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_repository_version_response.py +0 -0
  115. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_set_label.py +0 -0
  116. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_set_label_response.py +0 -0
  117. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_summary_response.py +0 -0
  118. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_unset_label.py +0 -0
  119. {pulp_python-client-3.19.0 → pulp_python_client-3.19.2}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.19.0
3
+ Version: 3.19.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -10,6 +10,13 @@ Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
10
10
  Keywords: OpenAPI,OpenAPI-Generator,Pulp 3 API
11
11
  Requires-Python: >= 3.9
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: urllib3<3.0.0,>=2.1.0
14
+ Requires-Dist: python-dateutil>=2.8.2
15
+ Requires-Dist: pydantic>=2
16
+ Requires-Dist: typing-extensions>=4.7.1
17
+ Requires-Dist: lazy-imports<2,>=1
18
+ Dynamic: author
19
+ Dynamic: requires-python
13
20
 
14
21
  # pulp_python-client
15
22
  Fetch, Upload, Organize, and Distribute Software Packages
@@ -17,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
17
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
25
 
19
26
  - API version: v3
20
- - Package version: 3.19.0
27
+ - Package version: 3.19.2
21
28
  - Generator version: 7.14.0
22
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
23
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 3.19.0
7
+ - Package version: 3.19.2
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)
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
2
- Name: pulp-python-client
3
- Version: 3.19.0
1
+ Metadata-Version: 2.4
2
+ Name: pulp_python-client
3
+ Version: 3.19.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -10,6 +10,13 @@ Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
10
10
  Keywords: OpenAPI,OpenAPI-Generator,Pulp 3 API
11
11
  Requires-Python: >= 3.9
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: urllib3<3.0.0,>=2.1.0
14
+ Requires-Dist: python-dateutil>=2.8.2
15
+ Requires-Dist: pydantic>=2
16
+ Requires-Dist: typing-extensions>=4.7.1
17
+ Requires-Dist: lazy-imports<2,>=1
18
+ Dynamic: author
19
+ Dynamic: requires-python
13
20
 
14
21
  # pulp_python-client
15
22
  Fetch, Upload, Organize, and Distribute Software Packages
@@ -17,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
17
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
25
 
19
26
  - API version: v3
20
- - Package version: 3.19.0
27
+ - Package version: 3.19.2
21
28
  - Generator version: 7.14.0
22
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
23
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.19.0"
18
+ __version__ = "3.19.2"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -2308,10 +2308,10 @@ class DistributionsPypiApi:
2308
2308
  _content_type: Optional[StrictStr] = None,
2309
2309
  _headers: Optional[Dict[StrictStr, Any]] = None,
2310
2310
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2311
- ) -> AsyncOperationResponse:
2311
+ ) -> PythonPythonDistributionResponse:
2312
2312
  """Update a python distribution
2313
2313
 
2314
- Trigger an asynchronous partial update task
2314
+ Update the entity partially and trigger an asynchronous task if necessary
2315
2315
 
2316
2316
  :param python_python_distribution_href: (required)
2317
2317
  :type python_python_distribution_href: str
@@ -2352,6 +2352,7 @@ class DistributionsPypiApi:
2352
2352
  )
2353
2353
 
2354
2354
  _response_types_map: Dict[str, Optional[str]] = {
2355
+ '200': "PythonPythonDistributionResponse",
2355
2356
  '202': "AsyncOperationResponse",
2356
2357
  }
2357
2358
  response_data = self.api_client.call_api(
@@ -2383,10 +2384,10 @@ class DistributionsPypiApi:
2383
2384
  _content_type: Optional[StrictStr] = None,
2384
2385
  _headers: Optional[Dict[StrictStr, Any]] = None,
2385
2386
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2386
- ) -> ApiResponse[AsyncOperationResponse]:
2387
+ ) -> ApiResponse[PythonPythonDistributionResponse]:
2387
2388
  """Update a python distribution
2388
2389
 
2389
- Trigger an asynchronous partial update task
2390
+ Update the entity partially and trigger an asynchronous task if necessary
2390
2391
 
2391
2392
  :param python_python_distribution_href: (required)
2392
2393
  :type python_python_distribution_href: str
@@ -2427,6 +2428,7 @@ class DistributionsPypiApi:
2427
2428
  )
2428
2429
 
2429
2430
  _response_types_map: Dict[str, Optional[str]] = {
2431
+ '200': "PythonPythonDistributionResponse",
2430
2432
  '202': "AsyncOperationResponse",
2431
2433
  }
2432
2434
  response_data = self.api_client.call_api(
@@ -2461,7 +2463,7 @@ class DistributionsPypiApi:
2461
2463
  ) -> RESTResponseType:
2462
2464
  """Update a python distribution
2463
2465
 
2464
- Trigger an asynchronous partial update task
2466
+ Update the entity partially and trigger an asynchronous task if necessary
2465
2467
 
2466
2468
  :param python_python_distribution_href: (required)
2467
2469
  :type python_python_distribution_href: str
@@ -2502,6 +2504,7 @@ class DistributionsPypiApi:
2502
2504
  )
2503
2505
 
2504
2506
  _response_types_map: Dict[str, Optional[str]] = {
2507
+ '200': "PythonPythonDistributionResponse",
2505
2508
  '202': "AsyncOperationResponse",
2506
2509
  }
2507
2510
  response_data = self.api_client.call_api(
@@ -3854,10 +3857,10 @@ class DistributionsPypiApi:
3854
3857
  _content_type: Optional[StrictStr] = None,
3855
3858
  _headers: Optional[Dict[StrictStr, Any]] = None,
3856
3859
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3857
- ) -> AsyncOperationResponse:
3860
+ ) -> PythonPythonDistributionResponse:
3858
3861
  """Update a python distribution
3859
3862
 
3860
- Trigger an asynchronous update task
3863
+ Update the entity and trigger an asynchronous task if necessary
3861
3864
 
3862
3865
  :param python_python_distribution_href: (required)
3863
3866
  :type python_python_distribution_href: str
@@ -3898,6 +3901,7 @@ class DistributionsPypiApi:
3898
3901
  )
3899
3902
 
3900
3903
  _response_types_map: Dict[str, Optional[str]] = {
3904
+ '200': "PythonPythonDistributionResponse",
3901
3905
  '202': "AsyncOperationResponse",
3902
3906
  }
3903
3907
  response_data = self.api_client.call_api(
@@ -3929,10 +3933,10 @@ class DistributionsPypiApi:
3929
3933
  _content_type: Optional[StrictStr] = None,
3930
3934
  _headers: Optional[Dict[StrictStr, Any]] = None,
3931
3935
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3932
- ) -> ApiResponse[AsyncOperationResponse]:
3936
+ ) -> ApiResponse[PythonPythonDistributionResponse]:
3933
3937
  """Update a python distribution
3934
3938
 
3935
- Trigger an asynchronous update task
3939
+ Update the entity and trigger an asynchronous task if necessary
3936
3940
 
3937
3941
  :param python_python_distribution_href: (required)
3938
3942
  :type python_python_distribution_href: str
@@ -3973,6 +3977,7 @@ class DistributionsPypiApi:
3973
3977
  )
3974
3978
 
3975
3979
  _response_types_map: Dict[str, Optional[str]] = {
3980
+ '200': "PythonPythonDistributionResponse",
3976
3981
  '202': "AsyncOperationResponse",
3977
3982
  }
3978
3983
  response_data = self.api_client.call_api(
@@ -4007,7 +4012,7 @@ class DistributionsPypiApi:
4007
4012
  ) -> RESTResponseType:
4008
4013
  """Update a python distribution
4009
4014
 
4010
- Trigger an asynchronous update task
4015
+ Update the entity and trigger an asynchronous task if necessary
4011
4016
 
4012
4017
  :param python_python_distribution_href: (required)
4013
4018
  :type python_python_distribution_href: str
@@ -4048,6 +4053,7 @@ class DistributionsPypiApi:
4048
4053
  )
4049
4054
 
4050
4055
  _response_types_map: Dict[str, Optional[str]] = {
4056
+ '200': "PythonPythonDistributionResponse",
4051
4057
  '202': "AsyncOperationResponse",
4052
4058
  }
4053
4059
  response_data = self.api_client.call_api(
@@ -2658,10 +2658,10 @@ class RemotesPythonApi:
2658
2658
  _content_type: Optional[StrictStr] = None,
2659
2659
  _headers: Optional[Dict[StrictStr, Any]] = None,
2660
2660
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2661
- ) -> AsyncOperationResponse:
2661
+ ) -> PythonPythonRemoteResponse:
2662
2662
  """Update a python remote
2663
2663
 
2664
- Trigger an asynchronous partial update task
2664
+ Update the entity partially and trigger an asynchronous task if necessary
2665
2665
 
2666
2666
  :param python_python_remote_href: (required)
2667
2667
  :type python_python_remote_href: str
@@ -2702,6 +2702,7 @@ class RemotesPythonApi:
2702
2702
  )
2703
2703
 
2704
2704
  _response_types_map: Dict[str, Optional[str]] = {
2705
+ '200': "PythonPythonRemoteResponse",
2705
2706
  '202': "AsyncOperationResponse",
2706
2707
  }
2707
2708
  response_data = self.api_client.call_api(
@@ -2733,10 +2734,10 @@ class RemotesPythonApi:
2733
2734
  _content_type: Optional[StrictStr] = None,
2734
2735
  _headers: Optional[Dict[StrictStr, Any]] = None,
2735
2736
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2736
- ) -> ApiResponse[AsyncOperationResponse]:
2737
+ ) -> ApiResponse[PythonPythonRemoteResponse]:
2737
2738
  """Update a python remote
2738
2739
 
2739
- Trigger an asynchronous partial update task
2740
+ Update the entity partially and trigger an asynchronous task if necessary
2740
2741
 
2741
2742
  :param python_python_remote_href: (required)
2742
2743
  :type python_python_remote_href: str
@@ -2777,6 +2778,7 @@ class RemotesPythonApi:
2777
2778
  )
2778
2779
 
2779
2780
  _response_types_map: Dict[str, Optional[str]] = {
2781
+ '200': "PythonPythonRemoteResponse",
2780
2782
  '202': "AsyncOperationResponse",
2781
2783
  }
2782
2784
  response_data = self.api_client.call_api(
@@ -2811,7 +2813,7 @@ class RemotesPythonApi:
2811
2813
  ) -> RESTResponseType:
2812
2814
  """Update a python remote
2813
2815
 
2814
- Trigger an asynchronous partial update task
2816
+ Update the entity partially and trigger an asynchronous task if necessary
2815
2817
 
2816
2818
  :param python_python_remote_href: (required)
2817
2819
  :type python_python_remote_href: str
@@ -2852,6 +2854,7 @@ class RemotesPythonApi:
2852
2854
  )
2853
2855
 
2854
2856
  _response_types_map: Dict[str, Optional[str]] = {
2857
+ '200': "PythonPythonRemoteResponse",
2855
2858
  '202': "AsyncOperationResponse",
2856
2859
  }
2857
2860
  response_data = self.api_client.call_api(
@@ -4204,10 +4207,10 @@ class RemotesPythonApi:
4204
4207
  _content_type: Optional[StrictStr] = None,
4205
4208
  _headers: Optional[Dict[StrictStr, Any]] = None,
4206
4209
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4207
- ) -> AsyncOperationResponse:
4210
+ ) -> PythonPythonRemoteResponse:
4208
4211
  """Update a python remote
4209
4212
 
4210
- Trigger an asynchronous update task
4213
+ Update the entity and trigger an asynchronous task if necessary
4211
4214
 
4212
4215
  :param python_python_remote_href: (required)
4213
4216
  :type python_python_remote_href: str
@@ -4248,6 +4251,7 @@ class RemotesPythonApi:
4248
4251
  )
4249
4252
 
4250
4253
  _response_types_map: Dict[str, Optional[str]] = {
4254
+ '200': "PythonPythonRemoteResponse",
4251
4255
  '202': "AsyncOperationResponse",
4252
4256
  }
4253
4257
  response_data = self.api_client.call_api(
@@ -4279,10 +4283,10 @@ class RemotesPythonApi:
4279
4283
  _content_type: Optional[StrictStr] = None,
4280
4284
  _headers: Optional[Dict[StrictStr, Any]] = None,
4281
4285
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4282
- ) -> ApiResponse[AsyncOperationResponse]:
4286
+ ) -> ApiResponse[PythonPythonRemoteResponse]:
4283
4287
  """Update a python remote
4284
4288
 
4285
- Trigger an asynchronous update task
4289
+ Update the entity and trigger an asynchronous task if necessary
4286
4290
 
4287
4291
  :param python_python_remote_href: (required)
4288
4292
  :type python_python_remote_href: str
@@ -4323,6 +4327,7 @@ class RemotesPythonApi:
4323
4327
  )
4324
4328
 
4325
4329
  _response_types_map: Dict[str, Optional[str]] = {
4330
+ '200': "PythonPythonRemoteResponse",
4326
4331
  '202': "AsyncOperationResponse",
4327
4332
  }
4328
4333
  response_data = self.api_client.call_api(
@@ -4357,7 +4362,7 @@ class RemotesPythonApi:
4357
4362
  ) -> RESTResponseType:
4358
4363
  """Update a python remote
4359
4364
 
4360
- Trigger an asynchronous update task
4365
+ Update the entity and trigger an asynchronous task if necessary
4361
4366
 
4362
4367
  :param python_python_remote_href: (required)
4363
4368
  :type python_python_remote_href: str
@@ -4398,6 +4403,7 @@ class RemotesPythonApi:
4398
4403
  )
4399
4404
 
4400
4405
  _response_types_map: Dict[str, Optional[str]] = {
4406
+ '200': "PythonPythonRemoteResponse",
4401
4407
  '202': "AsyncOperationResponse",
4402
4408
  }
4403
4409
  response_data = self.api_client.call_api(
@@ -2668,10 +2668,10 @@ class RepositoriesPythonApi:
2668
2668
  _content_type: Optional[StrictStr] = None,
2669
2669
  _headers: Optional[Dict[StrictStr, Any]] = None,
2670
2670
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2671
- ) -> AsyncOperationResponse:
2671
+ ) -> PythonPythonRepositoryResponse:
2672
2672
  """Update a python repository
2673
2673
 
2674
- Trigger an asynchronous partial update task
2674
+ Update the entity partially and trigger an asynchronous task if necessary
2675
2675
 
2676
2676
  :param python_python_repository_href: (required)
2677
2677
  :type python_python_repository_href: str
@@ -2712,6 +2712,7 @@ class RepositoriesPythonApi:
2712
2712
  )
2713
2713
 
2714
2714
  _response_types_map: Dict[str, Optional[str]] = {
2715
+ '200': "PythonPythonRepositoryResponse",
2715
2716
  '202': "AsyncOperationResponse",
2716
2717
  }
2717
2718
  response_data = self.api_client.call_api(
@@ -2743,10 +2744,10 @@ class RepositoriesPythonApi:
2743
2744
  _content_type: Optional[StrictStr] = None,
2744
2745
  _headers: Optional[Dict[StrictStr, Any]] = None,
2745
2746
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2746
- ) -> ApiResponse[AsyncOperationResponse]:
2747
+ ) -> ApiResponse[PythonPythonRepositoryResponse]:
2747
2748
  """Update a python repository
2748
2749
 
2749
- Trigger an asynchronous partial update task
2750
+ Update the entity partially and trigger an asynchronous task if necessary
2750
2751
 
2751
2752
  :param python_python_repository_href: (required)
2752
2753
  :type python_python_repository_href: str
@@ -2787,6 +2788,7 @@ class RepositoriesPythonApi:
2787
2788
  )
2788
2789
 
2789
2790
  _response_types_map: Dict[str, Optional[str]] = {
2791
+ '200': "PythonPythonRepositoryResponse",
2790
2792
  '202': "AsyncOperationResponse",
2791
2793
  }
2792
2794
  response_data = self.api_client.call_api(
@@ -2821,7 +2823,7 @@ class RepositoriesPythonApi:
2821
2823
  ) -> RESTResponseType:
2822
2824
  """Update a python repository
2823
2825
 
2824
- Trigger an asynchronous partial update task
2826
+ Update the entity partially and trigger an asynchronous task if necessary
2825
2827
 
2826
2828
  :param python_python_repository_href: (required)
2827
2829
  :type python_python_repository_href: str
@@ -2862,6 +2864,7 @@ class RepositoriesPythonApi:
2862
2864
  )
2863
2865
 
2864
2866
  _response_types_map: Dict[str, Optional[str]] = {
2867
+ '200': "PythonPythonRepositoryResponse",
2865
2868
  '202': "AsyncOperationResponse",
2866
2869
  }
2867
2870
  response_data = self.api_client.call_api(
@@ -4800,10 +4803,10 @@ class RepositoriesPythonApi:
4800
4803
  _content_type: Optional[StrictStr] = None,
4801
4804
  _headers: Optional[Dict[StrictStr, Any]] = None,
4802
4805
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4803
- ) -> AsyncOperationResponse:
4806
+ ) -> PythonPythonRepositoryResponse:
4804
4807
  """Update a python repository
4805
4808
 
4806
- Trigger an asynchronous update task
4809
+ Update the entity and trigger an asynchronous task if necessary
4807
4810
 
4808
4811
  :param python_python_repository_href: (required)
4809
4812
  :type python_python_repository_href: str
@@ -4844,6 +4847,7 @@ class RepositoriesPythonApi:
4844
4847
  )
4845
4848
 
4846
4849
  _response_types_map: Dict[str, Optional[str]] = {
4850
+ '200': "PythonPythonRepositoryResponse",
4847
4851
  '202': "AsyncOperationResponse",
4848
4852
  }
4849
4853
  response_data = self.api_client.call_api(
@@ -4875,10 +4879,10 @@ class RepositoriesPythonApi:
4875
4879
  _content_type: Optional[StrictStr] = None,
4876
4880
  _headers: Optional[Dict[StrictStr, Any]] = None,
4877
4881
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4878
- ) -> ApiResponse[AsyncOperationResponse]:
4882
+ ) -> ApiResponse[PythonPythonRepositoryResponse]:
4879
4883
  """Update a python repository
4880
4884
 
4881
- Trigger an asynchronous update task
4885
+ Update the entity and trigger an asynchronous task if necessary
4882
4886
 
4883
4887
  :param python_python_repository_href: (required)
4884
4888
  :type python_python_repository_href: str
@@ -4919,6 +4923,7 @@ class RepositoriesPythonApi:
4919
4923
  )
4920
4924
 
4921
4925
  _response_types_map: Dict[str, Optional[str]] = {
4926
+ '200': "PythonPythonRepositoryResponse",
4922
4927
  '202': "AsyncOperationResponse",
4923
4928
  }
4924
4929
  response_data = self.api_client.call_api(
@@ -4953,7 +4958,7 @@ class RepositoriesPythonApi:
4953
4958
  ) -> RESTResponseType:
4954
4959
  """Update a python repository
4955
4960
 
4956
- Trigger an asynchronous update task
4961
+ Update the entity and trigger an asynchronous task if necessary
4957
4962
 
4958
4963
  :param python_python_repository_href: (required)
4959
4964
  :type python_python_repository_href: str
@@ -4994,6 +4999,7 @@ class RepositoriesPythonApi:
4994
4999
  )
4995
5000
 
4996
5001
  _response_types_map: Dict[str, Optional[str]] = {
5002
+ '200': "PythonPythonRepositoryResponse",
4997
5003
  '202': "AsyncOperationResponse",
4998
5004
  }
4999
5005
  response_data = self.api_client.call_api(
@@ -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.19.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.19.2/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -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.19.0".\
559
+ "SDK Package Version: 3.19.2".\
560
560
  format(env=sys.platform, pyversion=sys.version)
561
561
 
562
562
  def get_host_settings(self) -> List[HostSetting]:
@@ -23,14 +23,6 @@ from typing import Any, ClassVar, Dict, List
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
26
-
27
- class OneOf:
28
- @staticmethod
29
- def from_dict(obj, *args, **kwargs):
30
- """Noop override to fix missing OneOf import/implementation."""
31
- return obj
32
-
33
-
34
26
  class AsyncOperationResponse(BaseModel):
35
27
  """
36
28
  Serializer for asynchronous operations.
@@ -88,9 +80,7 @@ class AsyncOperationResponse(BaseModel):
88
80
  if not isinstance(obj, dict):
89
81
  return cls.model_validate(obj)
90
82
 
91
- _obj = cls.model_validate({
92
- "task": obj.get("task")
93
- })
83
+ _obj = cls.model_validate(obj)
94
84
  return _obj
95
85
 
96
86
 
@@ -23,14 +23,6 @@ from typing import Any, ClassVar, Dict, List
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
26
-
27
- class OneOf:
28
- @staticmethod
29
- def from_dict(obj, *args, **kwargs):
30
- """Noop override to fix missing OneOf import/implementation."""
31
- return obj
32
-
33
-
34
26
  class ContentSummaryResponse(BaseModel):
35
27
  """
36
28
  Serializer for the RepositoryVersion content summary
@@ -90,11 +82,7 @@ class ContentSummaryResponse(BaseModel):
90
82
  if not isinstance(obj, dict):
91
83
  return cls.model_validate(obj)
92
84
 
93
- _obj = cls.model_validate({
94
- "added": obj.get("added"),
95
- "removed": obj.get("removed"),
96
- "present": obj.get("present")
97
- })
85
+ _obj = cls.model_validate(obj)
98
86
  return _obj
99
87
 
100
88
 
@@ -23,14 +23,6 @@ from typing import Any, ClassVar, Dict, List
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
26
-
27
- class OneOf:
28
- @staticmethod
29
- def from_dict(obj, *args, **kwargs):
30
- """Noop override to fix missing OneOf import/implementation."""
31
- return obj
32
-
33
-
34
26
  class MyPermissionsResponse(BaseModel):
35
27
  """
36
28
  MyPermissionsResponse
@@ -88,9 +80,7 @@ class MyPermissionsResponse(BaseModel):
88
80
  if not isinstance(obj, dict):
89
81
  return cls.model_validate(obj)
90
82
 
91
- _obj = cls.model_validate({
92
- "permissions": obj.get("permissions")
93
- })
83
+ _obj = cls.model_validate(obj)
94
84
  return _obj
95
85
 
96
86
 
@@ -24,14 +24,6 @@ from typing_extensions import Annotated
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
27
-
28
- class OneOf:
29
- @staticmethod
30
- def from_dict(obj, *args, **kwargs):
31
- """Noop override to fix missing OneOf import/implementation."""
32
- return obj
33
-
34
-
35
27
  class NestedRole(BaseModel):
36
28
  """
37
29
  Serializer to add/remove object roles to/from users/groups. This is used in conjunction with ``pulpcore.app.viewsets.base.RolesMixin`` and requires the underlying object to be passed as ``content_object`` in the context.
@@ -91,11 +83,7 @@ class NestedRole(BaseModel):
91
83
  if not isinstance(obj, dict):
92
84
  return cls.model_validate(obj)
93
85
 
94
- _obj = cls.model_validate({
95
- "users": obj.get("users"),
96
- "groups": obj.get("groups"),
97
- "role": obj.get("role")
98
- })
86
+ _obj = cls.model_validate(obj)
99
87
  return _obj
100
88
 
101
89
 
@@ -23,14 +23,6 @@ from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
26
-
27
- class OneOf:
28
- @staticmethod
29
- def from_dict(obj, *args, **kwargs):
30
- """Noop override to fix missing OneOf import/implementation."""
31
- return obj
32
-
33
-
34
26
  class NestedRoleResponse(BaseModel):
35
27
  """
36
28
  Serializer to add/remove object roles to/from users/groups. This is used in conjunction with ``pulpcore.app.viewsets.base.RolesMixin`` and requires the underlying object to be passed as ``content_object`` in the context.
@@ -90,11 +82,7 @@ class NestedRoleResponse(BaseModel):
90
82
  if not isinstance(obj, dict):
91
83
  return cls.model_validate(obj)
92
84
 
93
- _obj = cls.model_validate({
94
- "users": obj.get("users"),
95
- "groups": obj.get("groups"),
96
- "role": obj.get("role")
97
- })
85
+ _obj = cls.model_validate(obj)
98
86
  return _obj
99
87
 
100
88
 
@@ -24,14 +24,6 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
27
-
28
- class OneOf:
29
- @staticmethod
30
- def from_dict(obj, *args, **kwargs):
31
- """Noop override to fix missing OneOf import/implementation."""
32
- return obj
33
-
34
-
35
27
  class ObjectRolesResponse(BaseModel):
36
28
  """
37
29
  ObjectRolesResponse
@@ -96,9 +88,7 @@ class ObjectRolesResponse(BaseModel):
96
88
  if not isinstance(obj, dict):
97
89
  return cls.model_validate(obj)
98
90
 
99
- _obj = cls.model_validate({
100
- "roles": [NestedRoleResponse.from_dict(_item) for _item in obj["roles"]] if obj.get("roles") is not None else None
101
- })
91
+ _obj = cls.model_validate(obj)
102
92
  return _obj
103
93
 
104
94
 
@@ -23,14 +23,6 @@ from typing import Any, ClassVar, Dict, List, Optional
23
23
  from typing import Optional, Set
24
24
  from typing_extensions import Self
25
25
 
26
-
27
- class OneOf:
28
- @staticmethod
29
- def from_dict(obj, *args, **kwargs):
30
- """Noop override to fix missing OneOf import/implementation."""
31
- return obj
32
-
33
-
34
26
  class PackageMetadataResponse(BaseModel):
35
27
  """
36
28
  A Serializer for a package's metadata.
@@ -106,12 +98,7 @@ class PackageMetadataResponse(BaseModel):
106
98
  if not isinstance(obj, dict):
107
99
  return cls.model_validate(obj)
108
100
 
109
- _obj = cls.model_validate({
110
- "last_serial": obj.get("last_serial"),
111
- "info": obj.get("info"),
112
- "releases": obj.get("releases"),
113
- "urls": obj.get("urls")
114
- })
101
+ _obj = cls.model_validate(obj)
115
102
  return _obj
116
103
 
117
104
 
@@ -24,14 +24,6 @@ from typing import Any, ClassVar, Dict, List, Optional
24
24
  from typing import Optional, Set
25
25
  from typing_extensions import Self
26
26
 
27
-
28
- class OneOf:
29
- @staticmethod
30
- def from_dict(obj, *args, **kwargs):
31
- """Noop override to fix missing OneOf import/implementation."""
32
- return obj
33
-
34
-
35
27
  class PackageUploadTaskResponse(BaseModel):
36
28
  """
37
29
  A Serializer for responding to a package upload task.
@@ -101,11 +93,7 @@ class PackageUploadTaskResponse(BaseModel):
101
93
  if not isinstance(obj, dict):
102
94
  return cls.model_validate(obj)
103
95
 
104
- _obj = cls.model_validate({
105
- "session": obj.get("session"),
106
- "task": obj.get("task"),
107
- "task_start_time": obj.get("task_start_time")
108
- })
96
+ _obj = cls.model_validate(obj)
109
97
  return _obj
110
98
 
111
99