pulp-python-client 3.29.0__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.29.0 → pulp_python_client-3.30.0}/PKG-INFO +2 -2
  2. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/README.md +1 -1
  3. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/PKG-INFO +2 -2
  4. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +141 -1
  6. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api_client.py +1 -1
  7. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/configuration.py +1 -1
  8. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pyproject.toml +1 -1
  9. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/setup.py +1 -1
  10. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  11. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  12. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/requires.txt +0 -0
  13. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulp_python_client.egg-info/top_level.txt +0 -0
  14. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/__init__.py +0 -0
  15. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/__init__.py +0 -0
  16. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  17. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  18. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  19. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  20. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  21. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  22. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  23. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  25. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  26. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  27. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  28. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  29. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/api_response.py +0 -0
  30. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/exceptions.py +0 -0
  31. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  32. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  33. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  34. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  35. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  36. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  37. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  38. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  39. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  40. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  41. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  42. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  43. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  44. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  45. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  46. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  47. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  48. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  49. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  50. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  51. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  52. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  53. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  54. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  55. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  56. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  57. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  58. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  59. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  60. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  61. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  62. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  63. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  64. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  65. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  66. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  67. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  68. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  69. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  70. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  71. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  72. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repair.py +0 -0
  73. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  74. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  75. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  76. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  77. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  78. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  79. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  80. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  81. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/py.typed +0 -0
  82. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/pulpcore/client/pulp_python/rest.py +0 -0
  83. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/setup.cfg +0 -0
  84. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_async_operation_response.py +0 -0
  85. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_content_packages_api.py +0 -0
  86. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_content_provenance_api.py +0 -0
  87. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_content_summary_response.py +0 -0
  88. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_distributions_pypi_api.py +0 -0
  89. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_exclude_platforms_enum.py +0 -0
  90. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_filetype_enum.py +0 -0
  91. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_metadata_version_enum.py +0 -0
  92. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_my_permissions_response.py +0 -0
  93. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_nested_role.py +0 -0
  94. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_nested_role_response.py +0 -0
  95. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_object_roles_response.py +0 -0
  96. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_package_metadata_response.py +0 -0
  97. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_package_types_enum.py +0 -0
  98. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_package_upload_task_response.py +0 -0
  99. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginated_repository_version_response_list.py +0 -0
  100. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  101. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  102. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  103. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  104. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  105. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  106. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  107. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_patchedpython_python_distribution.py +0 -0
  108. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_patchedpython_python_remote.py +0 -0
  109. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_patchedpython_python_repository.py +0 -0
  110. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_policy_enum.py +0 -0
  111. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_protocol_version_enum.py +0 -0
  112. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_publications_pypi_api.py +0 -0
  113. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_pypi_api.py +0 -0
  114. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_pypi_legacy_api.py +0 -0
  115. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_pypi_metadata_api.py +0 -0
  116. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_pypi_provenance_api.py +0 -0
  117. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_pypi_simple_api.py +0 -0
  118. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_package_provenance_response.py +0 -0
  119. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_blocklist_entry.py +0 -0
  120. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_blocklist_entry_response.py +0 -0
  121. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_distribution.py +0 -0
  122. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_distribution_response.py +0 -0
  123. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_package_content_response.py +0 -0
  124. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_publication.py +0 -0
  125. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_publication_response.py +0 -0
  126. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_remote.py +0 -0
  127. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_remote_response.py +0 -0
  128. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  129. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_repository.py +0 -0
  130. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_python_python_repository_response.py +0 -0
  131. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_remote_network_config.py +0 -0
  132. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_remote_network_config_response.py +0 -0
  133. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_remotes_python_api.py +0 -0
  134. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repair.py +0 -0
  135. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repositories_python_api.py +0 -0
  136. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  137. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repositories_python_versions_api.py +0 -0
  138. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repository_add_remove_content.py +0 -0
  139. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repository_sync_url.py +0 -0
  140. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_repository_version_response.py +0 -0
  141. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_set_label.py +0 -0
  142. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_set_label_response.py +0 -0
  143. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_summary_response.py +0 -0
  144. {pulp_python_client-3.29.0 → pulp_python_client-3.30.0}/test/test_unset_label.py +0 -0
  145. {pulp_python_client-3.29.0 → 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.29.0
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.29.0
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)
@@ -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.29.0
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)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.29.0
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.29.0
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)
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.29.0"
18
+ __version__ = "3.30.0"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -17,7 +17,7 @@ from pydantic import validate_call, Field, StrictFloat, StrictStr, StrictInt
17
17
  from typing import Any, Dict, List, Optional, Tuple, Union
18
18
  from typing_extensions import Annotated
19
19
 
20
- from pydantic import Field, StrictInt, StrictStr
20
+ from pydantic import Field, StrictInt, StrictStr, field_validator
21
21
  from typing import List, Optional
22
22
  from typing_extensions import Annotated
23
23
  from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_response_list import PaginatedpythonPythonBlocklistEntryResponseList
@@ -626,8 +626,16 @@ class RepositoriesPythonBlocklistEntriesApi:
626
626
  self,
627
627
  python_python_repository_href: StrictStr,
628
628
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
629
+ filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
629
630
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
631
+ name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
630
632
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
633
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
634
+ prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
635
+ pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
636
+ pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
637
+ q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
638
+ version: Annotated[Optional[StrictStr], Field(description="Filter results where version matches value")] = None,
631
639
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
632
640
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
633
641
  _request_timeout: Union[
@@ -651,10 +659,26 @@ class RepositoriesPythonBlocklistEntriesApi:
651
659
  :type python_python_repository_href: str
652
660
  :param x_task_diagnostics: List of profilers to use on tasks.
653
661
  :type x_task_diagnostics: List[str]
662
+ :param filename: Filter results where filename matches value
663
+ :type filename: str
654
664
  :param limit: Number of results to return per page.
655
665
  :type limit: int
666
+ :param name: Filter results where name matches value
667
+ :type name: str
656
668
  :param offset: The initial index from which to return the results.
657
669
  :type offset: int
670
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)
671
+ :type ordering: List[str]
672
+ :param prn__in: Multiple values may be separated by commas.
673
+ :type prn__in: List[str]
674
+ :param pulp_href__in: Multiple values may be separated by commas.
675
+ :type pulp_href__in: List[str]
676
+ :param pulp_id__in: Multiple values may be separated by commas.
677
+ :type pulp_id__in: List[str]
678
+ :param q: Filter results by using NOT, AND and OR operations on other filters
679
+ :type q: str
680
+ :param version: Filter results where version matches value
681
+ :type version: str
658
682
  :param fields: A list of fields to include in the response.
659
683
  :type fields: List[str]
660
684
  :param exclude_fields: A list of fields to exclude from the response.
@@ -684,8 +708,16 @@ class RepositoriesPythonBlocklistEntriesApi:
684
708
  _param = self._list_serialize(
685
709
  python_python_repository_href=python_python_repository_href,
686
710
  x_task_diagnostics=x_task_diagnostics,
711
+ filename=filename,
687
712
  limit=limit,
713
+ name=name,
688
714
  offset=offset,
715
+ ordering=ordering,
716
+ prn__in=prn__in,
717
+ pulp_href__in=pulp_href__in,
718
+ pulp_id__in=pulp_id__in,
719
+ q=q,
720
+ version=version,
689
721
  fields=fields,
690
722
  exclude_fields=exclude_fields,
691
723
  _request_auth=_request_auth,
@@ -713,8 +745,16 @@ class RepositoriesPythonBlocklistEntriesApi:
713
745
  self,
714
746
  python_python_repository_href: StrictStr,
715
747
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
748
+ filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
716
749
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
750
+ name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
717
751
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
752
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
753
+ prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
754
+ pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
755
+ pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
756
+ q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
757
+ version: Annotated[Optional[StrictStr], Field(description="Filter results where version matches value")] = None,
718
758
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
719
759
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
720
760
  _request_timeout: Union[
@@ -738,10 +778,26 @@ class RepositoriesPythonBlocklistEntriesApi:
738
778
  :type python_python_repository_href: str
739
779
  :param x_task_diagnostics: List of profilers to use on tasks.
740
780
  :type x_task_diagnostics: List[str]
781
+ :param filename: Filter results where filename matches value
782
+ :type filename: str
741
783
  :param limit: Number of results to return per page.
742
784
  :type limit: int
785
+ :param name: Filter results where name matches value
786
+ :type name: str
743
787
  :param offset: The initial index from which to return the results.
744
788
  :type offset: int
789
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)
790
+ :type ordering: List[str]
791
+ :param prn__in: Multiple values may be separated by commas.
792
+ :type prn__in: List[str]
793
+ :param pulp_href__in: Multiple values may be separated by commas.
794
+ :type pulp_href__in: List[str]
795
+ :param pulp_id__in: Multiple values may be separated by commas.
796
+ :type pulp_id__in: List[str]
797
+ :param q: Filter results by using NOT, AND and OR operations on other filters
798
+ :type q: str
799
+ :param version: Filter results where version matches value
800
+ :type version: str
745
801
  :param fields: A list of fields to include in the response.
746
802
  :type fields: List[str]
747
803
  :param exclude_fields: A list of fields to exclude from the response.
@@ -771,8 +827,16 @@ class RepositoriesPythonBlocklistEntriesApi:
771
827
  _param = self._list_serialize(
772
828
  python_python_repository_href=python_python_repository_href,
773
829
  x_task_diagnostics=x_task_diagnostics,
830
+ filename=filename,
774
831
  limit=limit,
832
+ name=name,
775
833
  offset=offset,
834
+ ordering=ordering,
835
+ prn__in=prn__in,
836
+ pulp_href__in=pulp_href__in,
837
+ pulp_id__in=pulp_id__in,
838
+ q=q,
839
+ version=version,
776
840
  fields=fields,
777
841
  exclude_fields=exclude_fields,
778
842
  _request_auth=_request_auth,
@@ -800,8 +864,16 @@ class RepositoriesPythonBlocklistEntriesApi:
800
864
  self,
801
865
  python_python_repository_href: StrictStr,
802
866
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
867
+ filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
803
868
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
869
+ name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
804
870
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
871
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
872
+ prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
873
+ pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
874
+ pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
875
+ q: Annotated[Optional[StrictStr], Field(description="Filter results by using NOT, AND and OR operations on other filters")] = None,
876
+ version: Annotated[Optional[StrictStr], Field(description="Filter results where version matches value")] = None,
805
877
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
806
878
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
807
879
  _request_timeout: Union[
@@ -825,10 +897,26 @@ class RepositoriesPythonBlocklistEntriesApi:
825
897
  :type python_python_repository_href: str
826
898
  :param x_task_diagnostics: List of profilers to use on tasks.
827
899
  :type x_task_diagnostics: List[str]
900
+ :param filename: Filter results where filename matches value
901
+ :type filename: str
828
902
  :param limit: Number of results to return per page.
829
903
  :type limit: int
904
+ :param name: Filter results where name matches value
905
+ :type name: str
830
906
  :param offset: The initial index from which to return the results.
831
907
  :type offset: int
908
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `name` - Name * `-name` - Name (descending) * `version` - Version * `-version` - Version (descending) * `filename` - Filename * `-filename` - Filename (descending) * `added_by` - Added by * `-added_by` - Added by (descending) * `pk` - Pk * `-pk` - Pk (descending)
909
+ :type ordering: List[str]
910
+ :param prn__in: Multiple values may be separated by commas.
911
+ :type prn__in: List[str]
912
+ :param pulp_href__in: Multiple values may be separated by commas.
913
+ :type pulp_href__in: List[str]
914
+ :param pulp_id__in: Multiple values may be separated by commas.
915
+ :type pulp_id__in: List[str]
916
+ :param q: Filter results by using NOT, AND and OR operations on other filters
917
+ :type q: str
918
+ :param version: Filter results where version matches value
919
+ :type version: str
832
920
  :param fields: A list of fields to include in the response.
833
921
  :type fields: List[str]
834
922
  :param exclude_fields: A list of fields to exclude from the response.
@@ -858,8 +946,16 @@ class RepositoriesPythonBlocklistEntriesApi:
858
946
  _param = self._list_serialize(
859
947
  python_python_repository_href=python_python_repository_href,
860
948
  x_task_diagnostics=x_task_diagnostics,
949
+ filename=filename,
861
950
  limit=limit,
951
+ name=name,
862
952
  offset=offset,
953
+ ordering=ordering,
954
+ prn__in=prn__in,
955
+ pulp_href__in=pulp_href__in,
956
+ pulp_id__in=pulp_id__in,
957
+ q=q,
958
+ version=version,
863
959
  fields=fields,
864
960
  exclude_fields=exclude_fields,
865
961
  _request_auth=_request_auth,
@@ -882,8 +978,16 @@ class RepositoriesPythonBlocklistEntriesApi:
882
978
  self,
883
979
  python_python_repository_href,
884
980
  x_task_diagnostics,
981
+ filename,
885
982
  limit,
983
+ name,
886
984
  offset,
985
+ ordering,
986
+ prn__in,
987
+ pulp_href__in,
988
+ pulp_id__in,
989
+ q,
990
+ version,
887
991
  fields,
888
992
  exclude_fields,
889
993
  _request_auth,
@@ -896,6 +1000,10 @@ class RepositoriesPythonBlocklistEntriesApi:
896
1000
 
897
1001
  _collection_formats: Dict[str, str] = {
898
1002
  'X-Task-Diagnostics': 'csv',
1003
+ 'ordering': 'csv',
1004
+ 'prn__in': 'csv',
1005
+ 'pulp_href__in': 'csv',
1006
+ 'pulp_id__in': 'csv',
899
1007
  'fields': 'multi',
900
1008
  'exclude_fields': 'multi',
901
1009
  }
@@ -913,14 +1021,46 @@ class RepositoriesPythonBlocklistEntriesApi:
913
1021
  if python_python_repository_href is not None:
914
1022
  _path_params['python_python_repository_href'] = python_python_repository_href
915
1023
  # process the query parameters
1024
+ if filename is not None:
1025
+
1026
+ _query_params.append(('filename', filename))
1027
+
916
1028
  if limit is not None:
917
1029
 
918
1030
  _query_params.append(('limit', limit))
919
1031
 
1032
+ if name is not None:
1033
+
1034
+ _query_params.append(('name', name))
1035
+
920
1036
  if offset is not None:
921
1037
 
922
1038
  _query_params.append(('offset', offset))
923
1039
 
1040
+ if ordering is not None:
1041
+
1042
+ _query_params.append(('ordering', ordering))
1043
+
1044
+ if prn__in is not None:
1045
+
1046
+ _query_params.append(('prn__in', prn__in))
1047
+
1048
+ if pulp_href__in is not None:
1049
+
1050
+ _query_params.append(('pulp_href__in', pulp_href__in))
1051
+
1052
+ if pulp_id__in is not None:
1053
+
1054
+ _query_params.append(('pulp_id__in', pulp_id__in))
1055
+
1056
+ if q is not None:
1057
+
1058
+ _query_params.append(('q', q))
1059
+
1060
+ if version is not None:
1061
+
1062
+ _query_params.append(('version', version))
1063
+
924
1064
  if fields is not None:
925
1065
 
926
1066
  _query_params.append(('fields', fields))
@@ -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.29.0/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.30.0/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.29.0".\
559
+ "SDK Package Version: 3.30.0".\
560
560
  format(env=sys.platform, pyversion=sys.version)
561
561
 
562
562
  def get_host_settings(self) -> List[HostSetting]:
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "pulp_python-client"
3
- version = "3.29.0"
3
+ version = "3.30.0"
4
4
  description = "Pulp 3 API"
5
5
  authors = [
6
6
  {name = "Pulp Team",email = "pulp-list@redhat.com"},
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "pulp_python-client"
25
- VERSION = "3.29.0"
25
+ VERSION = "3.30.0"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 2.7",