pulp-python-client 3.22.1__tar.gz → 3.22.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (133) hide show
  1. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/PKG-INFO +2 -2
  2. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/README.md +1 -1
  3. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulp_python_client.egg-info/PKG-INFO +2 -2
  4. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/content_provenance_api.py +76 -6
  6. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api_client.py +1 -1
  7. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/configuration.py +1 -1
  8. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pyproject.toml +1 -1
  9. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/setup.py +1 -1
  10. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  11. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  12. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulp_python_client.egg-info/requires.txt +0 -0
  13. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulp_python_client.egg-info/top_level.txt +0 -0
  14. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/__init__.py +0 -0
  15. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/__init__.py +0 -0
  16. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  17. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  18. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  19. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  20. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  21. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  22. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  23. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/pypi_provenance_api.py +0 -0
  24. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  25. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  26. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  27. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/api_response.py +0 -0
  29. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
  30. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  31. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  32. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  33. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  34. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  35. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  36. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  37. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  38. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  39. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  40. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  41. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  42. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  43. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  44. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  45. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  46. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  47. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  48. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  49. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  50. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  51. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  52. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  53. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  54. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  55. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  56. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  57. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  58. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  59. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  60. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  61. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  62. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  63. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  64. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  65. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  66. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/repair.py +0 -0
  67. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  68. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  69. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  70. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  71. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  72. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  73. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  74. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  75. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/py.typed +0 -0
  76. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/pulpcore/client/pulp_python/rest.py +0 -0
  77. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/setup.cfg +0 -0
  78. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_async_operation_response.py +0 -0
  79. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_content_packages_api.py +0 -0
  80. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_content_provenance_api.py +0 -0
  81. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_content_summary_response.py +0 -0
  82. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_distributions_pypi_api.py +0 -0
  83. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_exclude_platforms_enum.py +0 -0
  84. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_filetype_enum.py +0 -0
  85. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_metadata_version_enum.py +0 -0
  86. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_my_permissions_response.py +0 -0
  87. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_nested_role.py +0 -0
  88. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_nested_role_response.py +0 -0
  89. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_object_roles_response.py +0 -0
  90. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_package_metadata_response.py +0 -0
  91. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_package_types_enum.py +0 -0
  92. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_package_upload_task_response.py +0 -0
  93. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginated_repository_version_response_list.py +0 -0
  94. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  95. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  96. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  97. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  98. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  99. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  100. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_patchedpython_python_distribution.py +0 -0
  101. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_patchedpython_python_remote.py +0 -0
  102. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_patchedpython_python_repository.py +0 -0
  103. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_policy_enum.py +0 -0
  104. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_protocol_version_enum.py +0 -0
  105. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_publications_pypi_api.py +0 -0
  106. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_pypi_api.py +0 -0
  107. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_pypi_legacy_api.py +0 -0
  108. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_pypi_metadata_api.py +0 -0
  109. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_pypi_provenance_api.py +0 -0
  110. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_pypi_simple_api.py +0 -0
  111. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_package_provenance_response.py +0 -0
  112. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_distribution.py +0 -0
  113. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_distribution_response.py +0 -0
  114. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_package_content_response.py +0 -0
  115. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_publication.py +0 -0
  116. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_publication_response.py +0 -0
  117. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_remote.py +0 -0
  118. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_remote_response.py +0 -0
  119. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  120. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_repository.py +0 -0
  121. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_python_python_repository_response.py +0 -0
  122. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_remotes_python_api.py +0 -0
  123. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_repair.py +0 -0
  124. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_repositories_python_api.py +0 -0
  125. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_repositories_python_versions_api.py +0 -0
  126. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_repository_add_remove_content.py +0 -0
  127. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_repository_sync_url.py +0 -0
  128. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_repository_version_response.py +0 -0
  129. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_set_label.py +0 -0
  130. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_set_label_response.py +0 -0
  131. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_summary_response.py +0 -0
  132. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/test/test_unset_label.py +0 -0
  133. {pulp_python_client-3.22.1 → pulp_python_client-3.22.2}/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.22.1
3
+ Version: 3.22.2
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.22.1
27
+ - Package version: 3.22.2
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.22.1
7
+ - Package version: 3.22.2
8
8
  - Generator version: 7.14.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.22.1
3
+ Version: 3.22.2
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.22.1
27
+ - Package version: 3.22.2
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.22.1"
18
+ __version__ = "3.22.2"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -434,8 +434,10 @@ class ContentProvenanceApi:
434
434
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
435
435
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
436
436
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
437
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pk` - Pk * `-pk` - Pk (descending)")] = None,
437
+ 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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
438
438
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
439
+ package: Annotated[Optional[StrictStr], Field(description="Filter results where package matches value")] = None,
440
+ package__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where package is in a comma-separated list of values")] = None,
439
441
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
440
442
  pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
441
443
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
@@ -444,6 +446,8 @@ class ContentProvenanceApi:
444
446
  repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
445
447
  repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
446
448
  repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
449
+ sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
450
+ sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
447
451
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
448
452
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
449
453
  _request_timeout: Union[
@@ -469,10 +473,14 @@ class ContentProvenanceApi:
469
473
  :type limit: int
470
474
  :param offset: The initial index from which to return the results.
471
475
  :type offset: int
472
- :param ordering: Ordering * `pk` - Pk * `-pk` - Pk (descending)
476
+ :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) * `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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
473
477
  :type ordering: List[str]
474
478
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
475
479
  :type orphaned_for: float
480
+ :param package: Filter results where package matches value
481
+ :type package: str
482
+ :param package__in: Filter results where package is in a comma-separated list of values
483
+ :type package__in: List[str]
476
484
  :param prn__in: Multiple values may be separated by commas.
477
485
  :type prn__in: List[str]
478
486
  :param pulp_href__in: Multiple values may be separated by commas.
@@ -489,6 +497,10 @@ class ContentProvenanceApi:
489
497
  :type repository_version_added: str
490
498
  :param repository_version_removed: Repository Version referenced by HREF/PRN
491
499
  :type repository_version_removed: str
500
+ :param sha256: Filter results where sha256 matches value
501
+ :type sha256: str
502
+ :param sha256__in: Filter results where sha256 is in a comma-separated list of values
503
+ :type sha256__in: List[str]
492
504
  :param fields: A list of fields to include in the response.
493
505
  :type fields: List[str]
494
506
  :param exclude_fields: A list of fields to exclude from the response.
@@ -521,6 +533,8 @@ class ContentProvenanceApi:
521
533
  offset=offset,
522
534
  ordering=ordering,
523
535
  orphaned_for=orphaned_for,
536
+ package=package,
537
+ package__in=package__in,
524
538
  prn__in=prn__in,
525
539
  pulp_href__in=pulp_href__in,
526
540
  pulp_id__in=pulp_id__in,
@@ -529,6 +543,8 @@ class ContentProvenanceApi:
529
543
  repository_version=repository_version,
530
544
  repository_version_added=repository_version_added,
531
545
  repository_version_removed=repository_version_removed,
546
+ sha256=sha256,
547
+ sha256__in=sha256__in,
532
548
  fields=fields,
533
549
  exclude_fields=exclude_fields,
534
550
  _request_auth=_request_auth,
@@ -557,8 +573,10 @@ class ContentProvenanceApi:
557
573
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
558
574
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
559
575
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
560
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pk` - Pk * `-pk` - Pk (descending)")] = None,
576
+ 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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
561
577
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
578
+ package: Annotated[Optional[StrictStr], Field(description="Filter results where package matches value")] = None,
579
+ package__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where package is in a comma-separated list of values")] = None,
562
580
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
563
581
  pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
564
582
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
@@ -567,6 +585,8 @@ class ContentProvenanceApi:
567
585
  repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
568
586
  repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
569
587
  repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
588
+ sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
589
+ sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
570
590
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
571
591
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
572
592
  _request_timeout: Union[
@@ -592,10 +612,14 @@ class ContentProvenanceApi:
592
612
  :type limit: int
593
613
  :param offset: The initial index from which to return the results.
594
614
  :type offset: int
595
- :param ordering: Ordering * `pk` - Pk * `-pk` - Pk (descending)
615
+ :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) * `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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
596
616
  :type ordering: List[str]
597
617
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
598
618
  :type orphaned_for: float
619
+ :param package: Filter results where package matches value
620
+ :type package: str
621
+ :param package__in: Filter results where package is in a comma-separated list of values
622
+ :type package__in: List[str]
599
623
  :param prn__in: Multiple values may be separated by commas.
600
624
  :type prn__in: List[str]
601
625
  :param pulp_href__in: Multiple values may be separated by commas.
@@ -612,6 +636,10 @@ class ContentProvenanceApi:
612
636
  :type repository_version_added: str
613
637
  :param repository_version_removed: Repository Version referenced by HREF/PRN
614
638
  :type repository_version_removed: str
639
+ :param sha256: Filter results where sha256 matches value
640
+ :type sha256: str
641
+ :param sha256__in: Filter results where sha256 is in a comma-separated list of values
642
+ :type sha256__in: List[str]
615
643
  :param fields: A list of fields to include in the response.
616
644
  :type fields: List[str]
617
645
  :param exclude_fields: A list of fields to exclude from the response.
@@ -644,6 +672,8 @@ class ContentProvenanceApi:
644
672
  offset=offset,
645
673
  ordering=ordering,
646
674
  orphaned_for=orphaned_for,
675
+ package=package,
676
+ package__in=package__in,
647
677
  prn__in=prn__in,
648
678
  pulp_href__in=pulp_href__in,
649
679
  pulp_id__in=pulp_id__in,
@@ -652,6 +682,8 @@ class ContentProvenanceApi:
652
682
  repository_version=repository_version,
653
683
  repository_version_added=repository_version_added,
654
684
  repository_version_removed=repository_version_removed,
685
+ sha256=sha256,
686
+ sha256__in=sha256__in,
655
687
  fields=fields,
656
688
  exclude_fields=exclude_fields,
657
689
  _request_auth=_request_auth,
@@ -680,8 +712,10 @@ class ContentProvenanceApi:
680
712
  x_task_diagnostics: Annotated[Optional[List[StrictStr]], Field(description="List of profilers to use on tasks.")] = None,
681
713
  limit: Annotated[Optional[StrictInt], Field(description="Number of results to return per page.")] = None,
682
714
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
683
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pk` - Pk * `-pk` - Pk (descending)")] = None,
715
+ 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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
684
716
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
717
+ package: Annotated[Optional[StrictStr], Field(description="Filter results where package matches value")] = None,
718
+ package__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where package is in a comma-separated list of values")] = None,
685
719
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
686
720
  pulp_href__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
687
721
  pulp_id__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
@@ -690,6 +724,8 @@ class ContentProvenanceApi:
690
724
  repository_version: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
691
725
  repository_version_added: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
692
726
  repository_version_removed: Annotated[Optional[StrictStr], Field(description="Repository Version referenced by HREF/PRN")] = None,
727
+ sha256: Annotated[Optional[StrictStr], Field(description="Filter results where sha256 matches value")] = None,
728
+ sha256__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where sha256 is in a comma-separated list of values")] = None,
693
729
  fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to include in the response.")] = None,
694
730
  exclude_fields: Annotated[Optional[List[StrictStr]], Field(description="A list of fields to exclude from the response.")] = None,
695
731
  _request_timeout: Union[
@@ -715,10 +751,14 @@ class ContentProvenanceApi:
715
751
  :type limit: int
716
752
  :param offset: The initial index from which to return the results.
717
753
  :type offset: int
718
- :param ordering: Ordering * `pk` - Pk * `-pk` - Pk (descending)
754
+ :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) * `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) * `provenance` - Provenance * `-provenance` - Provenance (descending) * `sha256` - Sha256 * `-sha256` - Sha256 (descending) * `pk` - Pk * `-pk` - Pk (descending)
719
755
  :type ordering: List[str]
720
756
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
721
757
  :type orphaned_for: float
758
+ :param package: Filter results where package matches value
759
+ :type package: str
760
+ :param package__in: Filter results where package is in a comma-separated list of values
761
+ :type package__in: List[str]
722
762
  :param prn__in: Multiple values may be separated by commas.
723
763
  :type prn__in: List[str]
724
764
  :param pulp_href__in: Multiple values may be separated by commas.
@@ -735,6 +775,10 @@ class ContentProvenanceApi:
735
775
  :type repository_version_added: str
736
776
  :param repository_version_removed: Repository Version referenced by HREF/PRN
737
777
  :type repository_version_removed: str
778
+ :param sha256: Filter results where sha256 matches value
779
+ :type sha256: str
780
+ :param sha256__in: Filter results where sha256 is in a comma-separated list of values
781
+ :type sha256__in: List[str]
738
782
  :param fields: A list of fields to include in the response.
739
783
  :type fields: List[str]
740
784
  :param exclude_fields: A list of fields to exclude from the response.
@@ -767,6 +811,8 @@ class ContentProvenanceApi:
767
811
  offset=offset,
768
812
  ordering=ordering,
769
813
  orphaned_for=orphaned_for,
814
+ package=package,
815
+ package__in=package__in,
770
816
  prn__in=prn__in,
771
817
  pulp_href__in=pulp_href__in,
772
818
  pulp_id__in=pulp_id__in,
@@ -775,6 +821,8 @@ class ContentProvenanceApi:
775
821
  repository_version=repository_version,
776
822
  repository_version_added=repository_version_added,
777
823
  repository_version_removed=repository_version_removed,
824
+ sha256=sha256,
825
+ sha256__in=sha256__in,
778
826
  fields=fields,
779
827
  exclude_fields=exclude_fields,
780
828
  _request_auth=_request_auth,
@@ -800,6 +848,8 @@ class ContentProvenanceApi:
800
848
  offset,
801
849
  ordering,
802
850
  orphaned_for,
851
+ package,
852
+ package__in,
803
853
  prn__in,
804
854
  pulp_href__in,
805
855
  pulp_id__in,
@@ -808,6 +858,8 @@ class ContentProvenanceApi:
808
858
  repository_version,
809
859
  repository_version_added,
810
860
  repository_version_removed,
861
+ sha256,
862
+ sha256__in,
811
863
  fields,
812
864
  exclude_fields,
813
865
  _request_auth,
@@ -821,9 +873,11 @@ class ContentProvenanceApi:
821
873
  _collection_formats: Dict[str, str] = {
822
874
  'X-Task-Diagnostics': 'csv',
823
875
  'ordering': 'csv',
876
+ 'package__in': 'csv',
824
877
  'prn__in': 'csv',
825
878
  'pulp_href__in': 'csv',
826
879
  'pulp_id__in': 'csv',
880
+ 'sha256__in': 'csv',
827
881
  'fields': 'multi',
828
882
  'exclude_fields': 'multi',
829
883
  }
@@ -855,6 +909,14 @@ class ContentProvenanceApi:
855
909
 
856
910
  _query_params.append(('orphaned_for', orphaned_for))
857
911
 
912
+ if package is not None:
913
+
914
+ _query_params.append(('package', package))
915
+
916
+ if package__in is not None:
917
+
918
+ _query_params.append(('package__in', package__in))
919
+
858
920
  if prn__in is not None:
859
921
 
860
922
  _query_params.append(('prn__in', prn__in))
@@ -887,6 +949,14 @@ class ContentProvenanceApi:
887
949
 
888
950
  _query_params.append(('repository_version_removed', repository_version_removed))
889
951
 
952
+ if sha256 is not None:
953
+
954
+ _query_params.append(('sha256', sha256))
955
+
956
+ if sha256__in is not None:
957
+
958
+ _query_params.append(('sha256__in', sha256__in))
959
+
890
960
  if fields is not None:
891
961
 
892
962
  _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.22.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/3.22.2/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -556,7 +556,7 @@ conf = pulpcore.client.pulp_python.Configuration(
556
556
  "OS: {env}\n"\
557
557
  "Python Version: {pyversion}\n"\
558
558
  "Version of the API: v3\n"\
559
- "SDK Package Version: 3.22.1".\
559
+ "SDK Package Version: 3.22.2".\
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.22.1"
3
+ version = "3.22.2"
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.22.1"
25
+ VERSION = "3.22.2"
26
26
  PYTHON_REQUIRES = ">= 3.9"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 2.1.0, < 2.7",