pulp-python-client 3.28.2__tar.gz → 3.30.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (145) hide show
  1. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/PKG-INFO +9 -2
  2. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/README.md +8 -1
  3. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/PKG-INFO +9 -2
  4. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/SOURCES.txt +8 -0
  5. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/__init__.py +9 -1
  6. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/__init__.py +1 -0
  7. pulp_python_client-3.30.0/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +1423 -0
  8. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api_client.py +1 -1
  9. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/configuration.py +1 -1
  10. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/__init__.py +3 -0
  11. pulp_python_client-3.30.0/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +97 -0
  12. pulp_python_client-3.30.0/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +104 -0
  13. pulp_python_client-3.30.0/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +122 -0
  14. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +4 -1
  15. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pyproject.toml +1 -1
  16. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/setup.py +1 -1
  17. pulp_python_client-3.30.0/test/test_paginatedpython_python_blocklist_entry_response_list.py +79 -0
  18. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_repository_response_list.py +4 -2
  19. pulp_python_client-3.30.0/test/test_python_python_blocklist_entry.py +54 -0
  20. pulp_python_client-3.30.0/test/test_python_python_blocklist_entry_response.py +60 -0
  21. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_repository_response.py +2 -1
  22. pulp_python_client-3.30.0/test/test_repositories_python_blocklist_entries_api.py +60 -0
  23. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  24. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/requires.txt +0 -0
  25. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/top_level.txt +0 -0
  26. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/__init__.py +0 -0
  27. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/__init__.py +0 -0
  28. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  29. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  30. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  31. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  32. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  33. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  34. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  35. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  36. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  37. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  38. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  39. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  40. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api_response.py +0 -0
  41. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
  42. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  43. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  44. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  45. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  46. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  47. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  48. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  49. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  50. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  51. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  52. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  53. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  54. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  55. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  56. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  57. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  58. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  59. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  60. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  61. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  62. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  63. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  64. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  65. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  66. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  67. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  68. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  69. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  70. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  71. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  72. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  73. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  74. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  75. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  76. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  77. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  78. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
  79. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  80. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  81. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  82. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  83. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  84. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  85. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  86. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  87. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/py.typed +0 -0
  88. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/rest.py +0 -0
  89. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/setup.cfg +0 -0
  90. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_async_operation_response.py +0 -0
  91. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_content_packages_api.py +0 -0
  92. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_content_provenance_api.py +0 -0
  93. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_content_summary_response.py +0 -0
  94. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_distributions_pypi_api.py +0 -0
  95. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_exclude_platforms_enum.py +0 -0
  96. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_filetype_enum.py +0 -0
  97. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_metadata_version_enum.py +0 -0
  98. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_my_permissions_response.py +0 -0
  99. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_nested_role.py +0 -0
  100. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_nested_role_response.py +0 -0
  101. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_object_roles_response.py +0 -0
  102. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_package_metadata_response.py +0 -0
  103. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_package_types_enum.py +0 -0
  104. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_package_upload_task_response.py +0 -0
  105. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginated_repository_version_response_list.py +0 -0
  106. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  107. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  108. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  109. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  110. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  111. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_patchedpython_python_distribution.py +0 -0
  112. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_patchedpython_python_remote.py +0 -0
  113. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_patchedpython_python_repository.py +0 -0
  114. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_policy_enum.py +0 -0
  115. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_protocol_version_enum.py +0 -0
  116. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_publications_pypi_api.py +0 -0
  117. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_pypi_api.py +0 -0
  118. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_pypi_legacy_api.py +0 -0
  119. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_pypi_metadata_api.py +0 -0
  120. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_pypi_provenance_api.py +0 -0
  121. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_pypi_simple_api.py +0 -0
  122. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_package_provenance_response.py +0 -0
  123. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_distribution.py +0 -0
  124. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_distribution_response.py +0 -0
  125. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_package_content_response.py +0 -0
  126. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_publication.py +0 -0
  127. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_publication_response.py +0 -0
  128. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_remote.py +0 -0
  129. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_remote_response.py +0 -0
  130. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  131. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_python_python_repository.py +0 -0
  132. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_remote_network_config.py +0 -0
  133. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_remote_network_config_response.py +0 -0
  134. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_remotes_python_api.py +0 -0
  135. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_repair.py +0 -0
  136. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_repositories_python_api.py +0 -0
  137. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_repositories_python_versions_api.py +0 -0
  138. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_repository_add_remove_content.py +0 -0
  139. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_repository_sync_url.py +0 -0
  140. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_repository_version_response.py +0 -0
  141. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_set_label.py +0 -0
  142. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_set_label_response.py +0 -0
  143. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_summary_response.py +0 -0
  144. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_unset_label.py +0 -0
  145. {pulp_python_client-3.28.2 → pulp_python_client-3.30.0}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.28.2
3
+ Version: 3.30.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.28.2
27
+ - Package version: 3.30.0
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -224,6 +224,10 @@ Class | Method | HTTP request | Description
224
224
  *RepositoriesPythonApi* | [**sync**](docs/RepositoriesPythonApi.md#sync) | **POST** {python_python_repository_href}sync/ | Sync from remote
225
225
  *RepositoriesPythonApi* | [**unset_label**](docs/RepositoriesPythonApi.md#unset_label) | **POST** {python_python_repository_href}unset_label/ | Unset a label
226
226
  *RepositoriesPythonApi* | [**update**](docs/RepositoriesPythonApi.md#update) | **PUT** {python_python_repository_href} | Update a python repository
227
+ *RepositoriesPythonBlocklistEntriesApi* | [**create**](docs/RepositoriesPythonBlocklistEntriesApi.md#create) | **POST** {python_python_repository_href}blocklist_entries/ | Create a python blocklist entry
228
+ *RepositoriesPythonBlocklistEntriesApi* | [**delete**](docs/RepositoriesPythonBlocklistEntriesApi.md#delete) | **DELETE** {python_python_python_blocklist_entry_href} | Delete a python blocklist entry
229
+ *RepositoriesPythonBlocklistEntriesApi* | [**list**](docs/RepositoriesPythonBlocklistEntriesApi.md#list) | **GET** {python_python_repository_href}blocklist_entries/ | List python blocklist entrys
230
+ *RepositoriesPythonBlocklistEntriesApi* | [**read**](docs/RepositoriesPythonBlocklistEntriesApi.md#read) | **GET** {python_python_python_blocklist_entry_href} | Inspect a python blocklist entry
227
231
  *RepositoriesPythonVersionsApi* | [**delete**](docs/RepositoriesPythonVersionsApi.md#delete) | **DELETE** {python_python_repository_version_href} | Delete a repository version
228
232
  *RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
229
233
  *RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
@@ -247,6 +251,7 @@ Class | Method | HTTP request | Description
247
251
  - [PackageUploadTaskResponse](docs/PackageUploadTaskResponse.md)
248
252
  - [PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
249
253
  - [PaginatedpythonPackageProvenanceResponseList](docs/PaginatedpythonPackageProvenanceResponseList.md)
254
+ - [PaginatedpythonPythonBlocklistEntryResponseList](docs/PaginatedpythonPythonBlocklistEntryResponseList.md)
250
255
  - [PaginatedpythonPythonDistributionResponseList](docs/PaginatedpythonPythonDistributionResponseList.md)
251
256
  - [PaginatedpythonPythonPackageContentResponseList](docs/PaginatedpythonPythonPackageContentResponseList.md)
252
257
  - [PaginatedpythonPythonPublicationResponseList](docs/PaginatedpythonPythonPublicationResponseList.md)
@@ -258,6 +263,8 @@ Class | Method | HTTP request | Description
258
263
  - [PolicyEnum](docs/PolicyEnum.md)
259
264
  - [ProtocolVersionEnum](docs/ProtocolVersionEnum.md)
260
265
  - [PythonPackageProvenanceResponse](docs/PythonPackageProvenanceResponse.md)
266
+ - [PythonPythonBlocklistEntry](docs/PythonPythonBlocklistEntry.md)
267
+ - [PythonPythonBlocklistEntryResponse](docs/PythonPythonBlocklistEntryResponse.md)
261
268
  - [PythonPythonDistribution](docs/PythonPythonDistribution.md)
262
269
  - [PythonPythonDistributionResponse](docs/PythonPythonDistributionResponse.md)
263
270
  - [PythonPythonPackageContentResponse](docs/PythonPythonPackageContentResponse.md)
@@ -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.28.2
7
+ - Package version: 3.30.0
8
8
  - Generator version: 7.14.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -204,6 +204,10 @@ Class | Method | HTTP request | Description
204
204
  *RepositoriesPythonApi* | [**sync**](docs/RepositoriesPythonApi.md#sync) | **POST** {python_python_repository_href}sync/ | Sync from remote
205
205
  *RepositoriesPythonApi* | [**unset_label**](docs/RepositoriesPythonApi.md#unset_label) | **POST** {python_python_repository_href}unset_label/ | Unset a label
206
206
  *RepositoriesPythonApi* | [**update**](docs/RepositoriesPythonApi.md#update) | **PUT** {python_python_repository_href} | Update a python repository
207
+ *RepositoriesPythonBlocklistEntriesApi* | [**create**](docs/RepositoriesPythonBlocklistEntriesApi.md#create) | **POST** {python_python_repository_href}blocklist_entries/ | Create a python blocklist entry
208
+ *RepositoriesPythonBlocklistEntriesApi* | [**delete**](docs/RepositoriesPythonBlocklistEntriesApi.md#delete) | **DELETE** {python_python_python_blocklist_entry_href} | Delete a python blocklist entry
209
+ *RepositoriesPythonBlocklistEntriesApi* | [**list**](docs/RepositoriesPythonBlocklistEntriesApi.md#list) | **GET** {python_python_repository_href}blocklist_entries/ | List python blocklist entrys
210
+ *RepositoriesPythonBlocklistEntriesApi* | [**read**](docs/RepositoriesPythonBlocklistEntriesApi.md#read) | **GET** {python_python_python_blocklist_entry_href} | Inspect a python blocklist entry
207
211
  *RepositoriesPythonVersionsApi* | [**delete**](docs/RepositoriesPythonVersionsApi.md#delete) | **DELETE** {python_python_repository_version_href} | Delete a repository version
208
212
  *RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
209
213
  *RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
@@ -227,6 +231,7 @@ Class | Method | HTTP request | Description
227
231
  - [PackageUploadTaskResponse](docs/PackageUploadTaskResponse.md)
228
232
  - [PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
229
233
  - [PaginatedpythonPackageProvenanceResponseList](docs/PaginatedpythonPackageProvenanceResponseList.md)
234
+ - [PaginatedpythonPythonBlocklistEntryResponseList](docs/PaginatedpythonPythonBlocklistEntryResponseList.md)
230
235
  - [PaginatedpythonPythonDistributionResponseList](docs/PaginatedpythonPythonDistributionResponseList.md)
231
236
  - [PaginatedpythonPythonPackageContentResponseList](docs/PaginatedpythonPythonPackageContentResponseList.md)
232
237
  - [PaginatedpythonPythonPublicationResponseList](docs/PaginatedpythonPythonPublicationResponseList.md)
@@ -238,6 +243,8 @@ Class | Method | HTTP request | Description
238
243
  - [PolicyEnum](docs/PolicyEnum.md)
239
244
  - [ProtocolVersionEnum](docs/ProtocolVersionEnum.md)
240
245
  - [PythonPackageProvenanceResponse](docs/PythonPackageProvenanceResponse.md)
246
+ - [PythonPythonBlocklistEntry](docs/PythonPythonBlocklistEntry.md)
247
+ - [PythonPythonBlocklistEntryResponse](docs/PythonPythonBlocklistEntryResponse.md)
241
248
  - [PythonPythonDistribution](docs/PythonPythonDistribution.md)
242
249
  - [PythonPythonDistributionResponse](docs/PythonPythonDistributionResponse.md)
243
250
  - [PythonPythonPackageContentResponse](docs/PythonPythonPackageContentResponse.md)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.28.2
3
+ Version: 3.30.0
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -24,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
24
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
25
25
 
26
26
  - API version: v3
27
- - Package version: 3.28.2
27
+ - Package version: 3.30.0
28
28
  - Generator version: 7.14.0
29
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
30
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -224,6 +224,10 @@ Class | Method | HTTP request | Description
224
224
  *RepositoriesPythonApi* | [**sync**](docs/RepositoriesPythonApi.md#sync) | **POST** {python_python_repository_href}sync/ | Sync from remote
225
225
  *RepositoriesPythonApi* | [**unset_label**](docs/RepositoriesPythonApi.md#unset_label) | **POST** {python_python_repository_href}unset_label/ | Unset a label
226
226
  *RepositoriesPythonApi* | [**update**](docs/RepositoriesPythonApi.md#update) | **PUT** {python_python_repository_href} | Update a python repository
227
+ *RepositoriesPythonBlocklistEntriesApi* | [**create**](docs/RepositoriesPythonBlocklistEntriesApi.md#create) | **POST** {python_python_repository_href}blocklist_entries/ | Create a python blocklist entry
228
+ *RepositoriesPythonBlocklistEntriesApi* | [**delete**](docs/RepositoriesPythonBlocklistEntriesApi.md#delete) | **DELETE** {python_python_python_blocklist_entry_href} | Delete a python blocklist entry
229
+ *RepositoriesPythonBlocklistEntriesApi* | [**list**](docs/RepositoriesPythonBlocklistEntriesApi.md#list) | **GET** {python_python_repository_href}blocklist_entries/ | List python blocklist entrys
230
+ *RepositoriesPythonBlocklistEntriesApi* | [**read**](docs/RepositoriesPythonBlocklistEntriesApi.md#read) | **GET** {python_python_python_blocklist_entry_href} | Inspect a python blocklist entry
227
231
  *RepositoriesPythonVersionsApi* | [**delete**](docs/RepositoriesPythonVersionsApi.md#delete) | **DELETE** {python_python_repository_version_href} | Delete a repository version
228
232
  *RepositoriesPythonVersionsApi* | [**list**](docs/RepositoriesPythonVersionsApi.md#list) | **GET** {python_python_repository_href}versions/ | List repository versions
229
233
  *RepositoriesPythonVersionsApi* | [**read**](docs/RepositoriesPythonVersionsApi.md#read) | **GET** {python_python_repository_version_href} | Inspect a repository version
@@ -247,6 +251,7 @@ Class | Method | HTTP request | Description
247
251
  - [PackageUploadTaskResponse](docs/PackageUploadTaskResponse.md)
248
252
  - [PaginatedRepositoryVersionResponseList](docs/PaginatedRepositoryVersionResponseList.md)
249
253
  - [PaginatedpythonPackageProvenanceResponseList](docs/PaginatedpythonPackageProvenanceResponseList.md)
254
+ - [PaginatedpythonPythonBlocklistEntryResponseList](docs/PaginatedpythonPythonBlocklistEntryResponseList.md)
250
255
  - [PaginatedpythonPythonDistributionResponseList](docs/PaginatedpythonPythonDistributionResponseList.md)
251
256
  - [PaginatedpythonPythonPackageContentResponseList](docs/PaginatedpythonPythonPackageContentResponseList.md)
252
257
  - [PaginatedpythonPythonPublicationResponseList](docs/PaginatedpythonPythonPublicationResponseList.md)
@@ -258,6 +263,8 @@ Class | Method | HTTP request | Description
258
263
  - [PolicyEnum](docs/PolicyEnum.md)
259
264
  - [ProtocolVersionEnum](docs/ProtocolVersionEnum.md)
260
265
  - [PythonPackageProvenanceResponse](docs/PythonPackageProvenanceResponse.md)
266
+ - [PythonPythonBlocklistEntry](docs/PythonPythonBlocklistEntry.md)
267
+ - [PythonPythonBlocklistEntryResponse](docs/PythonPythonBlocklistEntryResponse.md)
261
268
  - [PythonPythonDistribution](docs/PythonPythonDistribution.md)
262
269
  - [PythonPythonDistributionResponse](docs/PythonPythonDistributionResponse.md)
263
270
  - [PythonPythonPackageContentResponse](docs/PythonPythonPackageContentResponse.md)
@@ -28,6 +28,7 @@ pulpcore/client/pulp_python/api/pypi_provenance_api.py
28
28
  pulpcore/client/pulp_python/api/pypi_simple_api.py
29
29
  pulpcore/client/pulp_python/api/remotes_python_api.py
30
30
  pulpcore/client/pulp_python/api/repositories_python_api.py
31
+ pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py
31
32
  pulpcore/client/pulp_python/api/repositories_python_versions_api.py
32
33
  pulpcore/client/pulp_python/models/__init__.py
33
34
  pulpcore/client/pulp_python/models/async_operation_response.py
@@ -44,6 +45,7 @@ pulpcore/client/pulp_python/models/package_types_enum.py
44
45
  pulpcore/client/pulp_python/models/package_upload_task_response.py
45
46
  pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py
46
47
  pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py
48
+ pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py
47
49
  pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py
48
50
  pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py
49
51
  pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py
@@ -55,6 +57,8 @@ pulpcore/client/pulp_python/models/patchedpython_python_repository.py
55
57
  pulpcore/client/pulp_python/models/policy_enum.py
56
58
  pulpcore/client/pulp_python/models/protocol_version_enum.py
57
59
  pulpcore/client/pulp_python/models/python_package_provenance_response.py
60
+ pulpcore/client/pulp_python/models/python_python_blocklist_entry.py
61
+ pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py
58
62
  pulpcore/client/pulp_python/models/python_python_distribution.py
59
63
  pulpcore/client/pulp_python/models/python_python_distribution_response.py
60
64
  pulpcore/client/pulp_python/models/python_python_package_content_response.py
@@ -93,6 +97,7 @@ test/test_package_types_enum.py
93
97
  test/test_package_upload_task_response.py
94
98
  test/test_paginated_repository_version_response_list.py
95
99
  test/test_paginatedpython_package_provenance_response_list.py
100
+ test/test_paginatedpython_python_blocklist_entry_response_list.py
96
101
  test/test_paginatedpython_python_distribution_response_list.py
97
102
  test/test_paginatedpython_python_package_content_response_list.py
98
103
  test/test_paginatedpython_python_publication_response_list.py
@@ -110,6 +115,8 @@ test/test_pypi_metadata_api.py
110
115
  test/test_pypi_provenance_api.py
111
116
  test/test_pypi_simple_api.py
112
117
  test/test_python_package_provenance_response.py
118
+ test/test_python_python_blocklist_entry.py
119
+ test/test_python_python_blocklist_entry_response.py
113
120
  test/test_python_python_distribution.py
114
121
  test/test_python_python_distribution_response.py
115
122
  test/test_python_python_package_content_response.py
@@ -125,6 +132,7 @@ test/test_remote_network_config_response.py
125
132
  test/test_remotes_python_api.py
126
133
  test/test_repair.py
127
134
  test/test_repositories_python_api.py
135
+ test/test_repositories_python_blocklist_entries_api.py
128
136
  test/test_repositories_python_versions_api.py
129
137
  test/test_repository_add_remove_content.py
130
138
  test/test_repository_sync_url.py
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.28.2"
18
+ __version__ = "3.30.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -30,6 +30,7 @@ __all__ = [
30
30
  "PypiSimpleApi",
31
31
  "RemotesPythonApi",
32
32
  "RepositoriesPythonApi",
33
+ "RepositoriesPythonBlocklistEntriesApi",
33
34
  "RepositoriesPythonVersionsApi",
34
35
  "ApiResponse",
35
36
  "ApiClient",
@@ -54,6 +55,7 @@ __all__ = [
54
55
  "PackageUploadTaskResponse",
55
56
  "PaginatedRepositoryVersionResponseList",
56
57
  "PaginatedpythonPackageProvenanceResponseList",
58
+ "PaginatedpythonPythonBlocklistEntryResponseList",
57
59
  "PaginatedpythonPythonDistributionResponseList",
58
60
  "PaginatedpythonPythonPackageContentResponseList",
59
61
  "PaginatedpythonPythonPublicationResponseList",
@@ -65,6 +67,8 @@ __all__ = [
65
67
  "PolicyEnum",
66
68
  "ProtocolVersionEnum",
67
69
  "PythonPackageProvenanceResponse",
70
+ "PythonPythonBlocklistEntry",
71
+ "PythonPythonBlocklistEntryResponse",
68
72
  "PythonPythonDistribution",
69
73
  "PythonPythonDistributionResponse",
70
74
  "PythonPythonPackageContentResponse",
@@ -100,6 +104,7 @@ from pulpcore.client.pulp_python.api.pypi_provenance_api import PypiProvenanceAp
100
104
  from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi as PypiSimpleApi
101
105
  from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi as RemotesPythonApi
102
106
  from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi as RepositoriesPythonApi
107
+ from pulpcore.client.pulp_python.api.repositories_python_blocklist_entries_api import RepositoriesPythonBlocklistEntriesApi as RepositoriesPythonBlocklistEntriesApi
103
108
  from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi as RepositoriesPythonVersionsApi
104
109
 
105
110
  # import ApiClient
@@ -128,6 +133,7 @@ from pulpcore.client.pulp_python.models.package_types_enum import PackageTypesEn
128
133
  from pulpcore.client.pulp_python.models.package_upload_task_response import PackageUploadTaskResponse as PackageUploadTaskResponse
129
134
  from pulpcore.client.pulp_python.models.paginated_repository_version_response_list import PaginatedRepositoryVersionResponseList as PaginatedRepositoryVersionResponseList
130
135
  from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_response_list import PaginatedpythonPackageProvenanceResponseList as PaginatedpythonPackageProvenanceResponseList
136
+ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_response_list import PaginatedpythonPythonBlocklistEntryResponseList as PaginatedpythonPythonBlocklistEntryResponseList
131
137
  from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_response_list import PaginatedpythonPythonDistributionResponseList as PaginatedpythonPythonDistributionResponseList
132
138
  from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_response_list import PaginatedpythonPythonPackageContentResponseList as PaginatedpythonPythonPackageContentResponseList
133
139
  from pulpcore.client.pulp_python.models.paginatedpython_python_publication_response_list import PaginatedpythonPythonPublicationResponseList as PaginatedpythonPythonPublicationResponseList
@@ -139,6 +145,8 @@ from pulpcore.client.pulp_python.models.patchedpython_python_repository import P
139
145
  from pulpcore.client.pulp_python.models.policy_enum import PolicyEnum as PolicyEnum
140
146
  from pulpcore.client.pulp_python.models.protocol_version_enum import ProtocolVersionEnum as ProtocolVersionEnum
141
147
  from pulpcore.client.pulp_python.models.python_package_provenance_response import PythonPackageProvenanceResponse as PythonPackageProvenanceResponse
148
+ from pulpcore.client.pulp_python.models.python_python_blocklist_entry import PythonPythonBlocklistEntry as PythonPythonBlocklistEntry
149
+ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response import PythonPythonBlocklistEntryResponse as PythonPythonBlocklistEntryResponse
142
150
  from pulpcore.client.pulp_python.models.python_python_distribution import PythonPythonDistribution as PythonPythonDistribution
143
151
  from pulpcore.client.pulp_python.models.python_python_distribution_response import PythonPythonDistributionResponse as PythonPythonDistributionResponse
144
152
  from pulpcore.client.pulp_python.models.python_python_package_content_response import PythonPythonPackageContentResponse as PythonPythonPackageContentResponse
@@ -12,5 +12,6 @@ from pulpcore.client.pulp_python.api.pypi_provenance_api import PypiProvenanceAp
12
12
  from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
13
13
  from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
14
14
  from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
15
+ from pulpcore.client.pulp_python.api.repositories_python_blocklist_entries_api import RepositoriesPythonBlocklistEntriesApi
15
16
  from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
16
17