pulp-python-client 3.24.2__tar.gz → 3.25.1__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 (137) hide show
  1. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/PKG-INFO +2 -2
  2. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/README.md +1 -1
  3. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulp_python_client.egg-info/PKG-INFO +2 -2
  4. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/content_packages_api.py +34 -0
  6. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api_client.py +1 -1
  7. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/configuration.py +1 -1
  8. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pyproject.toml +1 -1
  9. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/setup.py +1 -1
  10. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  11. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  12. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulp_python_client.egg-info/requires.txt +0 -0
  13. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulp_python_client.egg-info/top_level.txt +0 -0
  14. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/__init__.py +0 -0
  15. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/__init__.py +0 -0
  16. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  17. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  18. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  19. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  20. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  21. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  22. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  23. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  24. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  25. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  26. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  27. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  67. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  68. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  69. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  70. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  71. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  72. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  73. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  74. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  75. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  76. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  77. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/py.typed +0 -0
  78. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/pulpcore/client/pulp_python/rest.py +0 -0
  79. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/setup.cfg +0 -0
  80. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_async_operation_response.py +0 -0
  81. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_content_packages_api.py +0 -0
  82. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_content_provenance_api.py +0 -0
  83. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_content_summary_response.py +0 -0
  84. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_distributions_pypi_api.py +0 -0
  85. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_exclude_platforms_enum.py +0 -0
  86. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_filetype_enum.py +0 -0
  87. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_metadata_version_enum.py +0 -0
  88. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_my_permissions_response.py +0 -0
  89. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_nested_role.py +0 -0
  90. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_nested_role_response.py +0 -0
  91. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_object_roles_response.py +0 -0
  92. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_package_metadata_response.py +0 -0
  93. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_package_types_enum.py +0 -0
  94. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_package_upload_task_response.py +0 -0
  95. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginated_repository_version_response_list.py +0 -0
  96. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  97. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  98. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  99. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  100. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  101. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  102. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_patchedpython_python_distribution.py +0 -0
  103. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_patchedpython_python_remote.py +0 -0
  104. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_patchedpython_python_repository.py +0 -0
  105. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_policy_enum.py +0 -0
  106. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_protocol_version_enum.py +0 -0
  107. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_publications_pypi_api.py +0 -0
  108. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_pypi_api.py +0 -0
  109. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_pypi_legacy_api.py +0 -0
  110. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_pypi_metadata_api.py +0 -0
  111. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_pypi_provenance_api.py +0 -0
  112. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_pypi_simple_api.py +0 -0
  113. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_package_provenance_response.py +0 -0
  114. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_distribution.py +0 -0
  115. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_distribution_response.py +0 -0
  116. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_package_content_response.py +0 -0
  117. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_publication.py +0 -0
  118. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_publication_response.py +0 -0
  119. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_remote.py +0 -0
  120. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_remote_response.py +0 -0
  121. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  122. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_repository.py +0 -0
  123. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_python_python_repository_response.py +0 -0
  124. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_remote_network_config.py +0 -0
  125. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_remote_network_config_response.py +0 -0
  126. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_remotes_python_api.py +0 -0
  127. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_repair.py +0 -0
  128. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_repositories_python_api.py +0 -0
  129. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_repositories_python_versions_api.py +0 -0
  130. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_repository_add_remove_content.py +0 -0
  131. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_repository_sync_url.py +0 -0
  132. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_repository_version_response.py +0 -0
  133. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_set_label.py +0 -0
  134. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_set_label_response.py +0 -0
  135. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_summary_response.py +0 -0
  136. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/test/test_unset_label.py +0 -0
  137. {pulp_python_client-3.24.2 → pulp_python_client-3.25.1}/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.24.2
3
+ Version: 3.25.1
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.24.2
27
+ - Package version: 3.25.1
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.24.2
7
+ - Package version: 3.25.1
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.24.2
3
+ Version: 3.25.1
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.24.2
27
+ - Package version: 3.25.1
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.24.2"
18
+ __version__ = "3.25.1"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -868,6 +868,7 @@ class ContentPackagesApi:
868
868
  self,
869
869
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
870
870
  author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
871
+ author__contains: Annotated[Optional[StrictStr], Field(description="Filter results where author contains value")] = None,
871
872
  author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
872
873
  filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
873
874
  filename__contains: Annotated[Optional[StrictStr], Field(description="Filter results where filename contains value")] = None,
@@ -876,6 +877,7 @@ class ContentPackagesApi:
876
877
  keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
877
878
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
878
879
  name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
880
+ name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
879
881
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
880
882
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
881
883
  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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
@@ -923,6 +925,8 @@ class ContentPackagesApi:
923
925
  :type x_task_diagnostics: List[str]
924
926
  :param author: Filter results where author matches value
925
927
  :type author: str
928
+ :param author__contains: Filter results where author contains value
929
+ :type author__contains: str
926
930
  :param author__in: Filter results where author is in a comma-separated list of values
927
931
  :type author__in: List[str]
928
932
  :param filename: Filter results where filename matches value
@@ -939,6 +943,8 @@ class ContentPackagesApi:
939
943
  :type limit: int
940
944
  :param name: Filter results where name matches value
941
945
  :type name: str
946
+ :param name__contains: Filter results where name contains value
947
+ :type name__contains: str
942
948
  :param name__in: Filter results where name is in a comma-separated list of values
943
949
  :type name__in: List[str]
944
950
  :param offset: The initial index from which to return the results.
@@ -1016,6 +1022,7 @@ class ContentPackagesApi:
1016
1022
  _param = self._list_serialize(
1017
1023
  x_task_diagnostics=x_task_diagnostics,
1018
1024
  author=author,
1025
+ author__contains=author__contains,
1019
1026
  author__in=author__in,
1020
1027
  filename=filename,
1021
1028
  filename__contains=filename__contains,
@@ -1024,6 +1031,7 @@ class ContentPackagesApi:
1024
1031
  keywords__in=keywords__in,
1025
1032
  limit=limit,
1026
1033
  name=name,
1034
+ name__contains=name__contains,
1027
1035
  name__in=name__in,
1028
1036
  offset=offset,
1029
1037
  ordering=ordering,
@@ -1075,6 +1083,7 @@ class ContentPackagesApi:
1075
1083
  self,
1076
1084
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
1077
1085
  author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
1086
+ author__contains: Annotated[Optional[StrictStr], Field(description="Filter results where author contains value")] = None,
1078
1087
  author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
1079
1088
  filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
1080
1089
  filename__contains: Annotated[Optional[StrictStr], Field(description="Filter results where filename contains value")] = None,
@@ -1083,6 +1092,7 @@ class ContentPackagesApi:
1083
1092
  keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
1084
1093
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
1085
1094
  name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
1095
+ name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
1086
1096
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1087
1097
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1088
1098
  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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
@@ -1130,6 +1140,8 @@ class ContentPackagesApi:
1130
1140
  :type x_task_diagnostics: List[str]
1131
1141
  :param author: Filter results where author matches value
1132
1142
  :type author: str
1143
+ :param author__contains: Filter results where author contains value
1144
+ :type author__contains: str
1133
1145
  :param author__in: Filter results where author is in a comma-separated list of values
1134
1146
  :type author__in: List[str]
1135
1147
  :param filename: Filter results where filename matches value
@@ -1146,6 +1158,8 @@ class ContentPackagesApi:
1146
1158
  :type limit: int
1147
1159
  :param name: Filter results where name matches value
1148
1160
  :type name: str
1161
+ :param name__contains: Filter results where name contains value
1162
+ :type name__contains: str
1149
1163
  :param name__in: Filter results where name is in a comma-separated list of values
1150
1164
  :type name__in: List[str]
1151
1165
  :param offset: The initial index from which to return the results.
@@ -1223,6 +1237,7 @@ class ContentPackagesApi:
1223
1237
  _param = self._list_serialize(
1224
1238
  x_task_diagnostics=x_task_diagnostics,
1225
1239
  author=author,
1240
+ author__contains=author__contains,
1226
1241
  author__in=author__in,
1227
1242
  filename=filename,
1228
1243
  filename__contains=filename__contains,
@@ -1231,6 +1246,7 @@ class ContentPackagesApi:
1231
1246
  keywords__in=keywords__in,
1232
1247
  limit=limit,
1233
1248
  name=name,
1249
+ name__contains=name__contains,
1234
1250
  name__in=name__in,
1235
1251
  offset=offset,
1236
1252
  ordering=ordering,
@@ -1282,6 +1298,7 @@ class ContentPackagesApi:
1282
1298
  self,
1283
1299
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
1284
1300
  author: Annotated[Optional[StrictStr], Field(description="Filter results where author matches value")] = None,
1301
+ author__contains: Annotated[Optional[StrictStr], Field(description="Filter results where author contains value")] = None,
1285
1302
  author__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where author is in a comma-separated list of values")] = None,
1286
1303
  filename: Annotated[Optional[StrictStr], Field(description="Filter results where filename matches value")] = None,
1287
1304
  filename__contains: Annotated[Optional[StrictStr], Field(description="Filter results where filename contains value")] = None,
@@ -1290,6 +1307,7 @@ class ContentPackagesApi:
1290
1307
  keywords__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where keywords is in a comma-separated list of values")] = None,
1291
1308
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
1292
1309
  name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
1310
+ name__contains: Annotated[Optional[StrictStr], Field(description="Filter results where name contains value")] = None,
1293
1311
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1294
1312
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1295
1313
  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) * `pulp_type` - Pulp type * `-pulp_type` - Pulp type (descending) * `upstream_id` - Upstream id * `-upstream_id` - Upstream id (descending) * `pulp_labels` - Pulp labels * `-pulp_labels` - Pulp labels (descending) * `timestamp_of_interest` - Timestamp of interest * `-timestamp_of_interest` - Timestamp of interest (descending) * `author` - Author * `-author` - Author (descending) * `author_email` - Author email * `-author_email` - Author email (descending) * `description` - Description * `-description` - Description (descending) * `home_page` - Home page * `-home_page` - Home page (descending) * `keywords` - Keywords * `-keywords` - Keywords (descending) * `license` - License * `-license` - License (descending) * `metadata_version` - Metadata version * `-metadata_version` - Metadata version (descending) * `name` - Name * `-name` - Name (descending) * `platform` - Platform * `-platform` - Platform (descending) * `summary` - Summary * `-summary` - Summary (descending) * `version` - Version * `-version` - Version (descending) * `classifiers` - Classifiers * `-classifiers` - Classifiers (descending) * `download_url` - Download url * `-download_url` - Download url (descending) * `supported_platform` - Supported platform * `-supported_platform` - Supported platform (descending) * `maintainer` - Maintainer * `-maintainer` - Maintainer (descending) * `maintainer_email` - Maintainer email * `-maintainer_email` - Maintainer email (descending) * `obsoletes_dist` - Obsoletes dist * `-obsoletes_dist` - Obsoletes dist (descending) * `project_url` - Project url * `-project_url` - Project url (descending) * `project_urls` - Project urls * `-project_urls` - Project urls (descending) * `provides_dist` - Provides dist * `-provides_dist` - Provides dist (descending) * `requires_external` - Requires external * `-requires_external` - Requires external (descending) * `requires_dist` - Requires dist * `-requires_dist` - Requires dist (descending) * `requires_python` - Requires python * `-requires_python` - Requires python (descending) * `description_content_type` - Description content type * `-description_content_type` - Description content type (descending) * `provides_extras` - Provides extras * `-provides_extras` - Provides extras (descending) * `dynamic` - Dynamic * `-dynamic` - Dynamic (descending) * `license_expression` - License expression * `-license_expression` - License expression (descending) * `license_file` - License file * `-license_file` - License file (descending) * `filename` - Filename * `-filename` - Filename (descending) * `packagetype` - Packagetype * `-packagetype` - Packagetype (descending) * `python_version` - Python version * `-python_version` - Python version (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `metadata_sha256` - Metadata sha256 * `-metadata_sha256` - Metadata sha256 (descending) * `size` - Size * `-size` - Size (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
@@ -1337,6 +1355,8 @@ class ContentPackagesApi:
1337
1355
  :type x_task_diagnostics: List[str]
1338
1356
  :param author: Filter results where author matches value
1339
1357
  :type author: str
1358
+ :param author__contains: Filter results where author contains value
1359
+ :type author__contains: str
1340
1360
  :param author__in: Filter results where author is in a comma-separated list of values
1341
1361
  :type author__in: List[str]
1342
1362
  :param filename: Filter results where filename matches value
@@ -1353,6 +1373,8 @@ class ContentPackagesApi:
1353
1373
  :type limit: int
1354
1374
  :param name: Filter results where name matches value
1355
1375
  :type name: str
1376
+ :param name__contains: Filter results where name contains value
1377
+ :type name__contains: str
1356
1378
  :param name__in: Filter results where name is in a comma-separated list of values
1357
1379
  :type name__in: List[str]
1358
1380
  :param offset: The initial index from which to return the results.
@@ -1430,6 +1452,7 @@ class ContentPackagesApi:
1430
1452
  _param = self._list_serialize(
1431
1453
  x_task_diagnostics=x_task_diagnostics,
1432
1454
  author=author,
1455
+ author__contains=author__contains,
1433
1456
  author__in=author__in,
1434
1457
  filename=filename,
1435
1458
  filename__contains=filename__contains,
@@ -1438,6 +1461,7 @@ class ContentPackagesApi:
1438
1461
  keywords__in=keywords__in,
1439
1462
  limit=limit,
1440
1463
  name=name,
1464
+ name__contains=name__contains,
1441
1465
  name__in=name__in,
1442
1466
  offset=offset,
1443
1467
  ordering=ordering,
@@ -1484,6 +1508,7 @@ class ContentPackagesApi:
1484
1508
  self,
1485
1509
  x_task_diagnostics,
1486
1510
  author,
1511
+ author__contains,
1487
1512
  author__in,
1488
1513
  filename,
1489
1514
  filename__contains,
@@ -1492,6 +1517,7 @@ class ContentPackagesApi:
1492
1517
  keywords__in,
1493
1518
  limit,
1494
1519
  name,
1520
+ name__contains,
1495
1521
  name__in,
1496
1522
  offset,
1497
1523
  ordering,
@@ -1558,6 +1584,10 @@ class ContentPackagesApi:
1558
1584
 
1559
1585
  _query_params.append(('author', author))
1560
1586
 
1587
+ if author__contains is not None:
1588
+
1589
+ _query_params.append(('author__contains', author__contains))
1590
+
1561
1591
  if author__in is not None:
1562
1592
 
1563
1593
  _query_params.append(('author__in', author__in))
@@ -1590,6 +1620,10 @@ class ContentPackagesApi:
1590
1620
 
1591
1621
  _query_params.append(('name', name))
1592
1622
 
1623
+ if name__contains is not None:
1624
+
1625
+ _query_params.append(('name__contains', name__contains))
1626
+
1593
1627
  if name__in is not None:
1594
1628
 
1595
1629
  _query_params.append(('name__in', name__in))
@@ -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.24.2/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.25.1/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.24.2".\
559
+ "SDK Package Version: 3.25.1".\
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.24.2"
3
+ version = "3.25.1"
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.24.2"
25
+ VERSION = "3.25.1"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 2.7",