pulp-python-client 3.19.1__tar.gz → 3.20.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 (119) hide show
  1. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/PKG-INFO +12 -4
  2. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/README.md +3 -2
  3. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulp_python_client.egg-info/PKG-INFO +13 -5
  4. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/content_packages_api.py +36 -6
  6. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +16 -10
  7. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/pypi_simple_api.py +38 -4
  8. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +16 -10
  9. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +16 -10
  10. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api_client.py +1 -1
  11. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/configuration.py +1 -1
  12. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +7 -1
  13. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pyproject.toml +1 -1
  14. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/setup.py +1 -1
  15. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_paginatedpython_python_package_content_response_list.py +4 -2
  16. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_package_content_response.py +2 -1
  17. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulp_python_client.egg-info/SOURCES.txt +0 -0
  18. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulp_python_client.egg-info/dependency_links.txt +0 -0
  19. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulp_python_client.egg-info/requires.txt +0 -0
  20. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulp_python_client.egg-info/top_level.txt +0 -0
  21. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/__init__.py +0 -0
  22. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/__init__.py +0 -0
  23. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  24. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  25. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  26. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  27. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  28. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  29. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  30. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  31. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  32. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  33. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  34. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  35. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  36. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  37. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  38. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  39. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  40. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  41. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  42. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  43. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  44. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  45. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  46. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  47. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  48. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  49. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  50. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  51. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  52. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  53. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  54. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  55. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  56. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  57. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  58. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  59. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  60. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  61. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  62. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  63. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  64. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  65. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  66. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  67. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  68. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  69. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  70. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/py.typed +0 -0
  71. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/pulpcore/client/pulp_python/rest.py +0 -0
  72. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/setup.cfg +0 -0
  73. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_async_operation_response.py +0 -0
  74. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_content_packages_api.py +0 -0
  75. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_content_summary_response.py +0 -0
  76. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_distributions_pypi_api.py +0 -0
  77. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_exclude_platforms_enum.py +0 -0
  78. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_my_permissions_response.py +0 -0
  79. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_nested_role.py +0 -0
  80. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_nested_role_response.py +0 -0
  81. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_object_roles_response.py +0 -0
  82. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_package_metadata_response.py +0 -0
  83. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_package_types_enum.py +0 -0
  84. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_package_upload_task_response.py +0 -0
  85. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_paginated_repository_version_response_list.py +0 -0
  86. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  87. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  88. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  89. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  90. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_patchedpython_python_distribution.py +0 -0
  91. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_patchedpython_python_remote.py +0 -0
  92. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_patchedpython_python_repository.py +0 -0
  93. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_policy_enum.py +0 -0
  94. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_publications_pypi_api.py +0 -0
  95. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_pypi_api.py +0 -0
  96. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_pypi_legacy_api.py +0 -0
  97. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_pypi_metadata_api.py +0 -0
  98. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_pypi_simple_api.py +0 -0
  99. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_distribution.py +0 -0
  100. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_distribution_response.py +0 -0
  101. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_publication.py +0 -0
  102. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_publication_response.py +0 -0
  103. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_remote.py +0 -0
  104. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_remote_response.py +0 -0
  105. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  106. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_repository.py +0 -0
  107. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_python_python_repository_response.py +0 -0
  108. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_remotes_python_api.py +0 -0
  109. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_repair.py +0 -0
  110. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_repositories_python_api.py +0 -0
  111. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_repositories_python_versions_api.py +0 -0
  112. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_repository_add_remove_content.py +0 -0
  113. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_repository_sync_url.py +0 -0
  114. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_repository_version_response.py +0 -0
  115. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_set_label.py +0 -0
  116. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_set_label_response.py +0 -0
  117. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_summary_response.py +0 -0
  118. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_unset_label.py +0 -0
  119. {pulp_python-client-3.19.1 → pulp_python_client-3.20.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: pulp_python-client
3
- Version: 3.19.1
3
+ Version: 3.20.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -10,6 +10,13 @@ Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
10
10
  Keywords: OpenAPI,OpenAPI-Generator,Pulp 3 API
11
11
  Requires-Python: >= 3.9
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: urllib3<3.0.0,>=2.1.0
14
+ Requires-Dist: python-dateutil>=2.8.2
15
+ Requires-Dist: pydantic>=2
16
+ Requires-Dist: typing-extensions>=4.7.1
17
+ Requires-Dist: lazy-imports<2,>=1
18
+ Dynamic: author
19
+ Dynamic: requires-python
13
20
 
14
21
  # pulp_python-client
15
22
  Fetch, Upload, Organize, and Distribute Software Packages
@@ -17,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
17
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
25
 
19
26
  - API version: v3
20
- - Package version: 3.19.1
27
+ - Package version: 3.20.1
21
28
  - Generator version: 7.14.0
22
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
23
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -131,10 +138,11 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
131
138
  license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
132
139
  license_file = None # object | (optional)
133
140
  sha256 = '' # str | The SHA256 digest of this package. (optional) (default to '')
141
+ metadata_sha256 = 'metadata_sha256_example' # str | The SHA256 digest of the package's METADATA file. (optional)
134
142
 
135
143
  try:
136
144
  # Create a python package content
137
- api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256)
145
+ api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256)
138
146
  print("The response of ContentPackagesApi->create:\n")
139
147
  pprint(api_response)
140
148
  except ApiException as e:
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 3.19.1
7
+ - Package version: 3.20.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)
@@ -118,10 +118,11 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
118
118
  license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
119
119
  license_file = None # object | (optional)
120
120
  sha256 = '' # str | The SHA256 digest of this package. (optional) (default to '')
121
+ metadata_sha256 = 'metadata_sha256_example' # str | The SHA256 digest of the package's METADATA file. (optional)
121
122
 
122
123
  try:
123
124
  # Create a python package content
124
- api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256)
125
+ api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256)
125
126
  print("The response of ContentPackagesApi->create:\n")
126
127
  pprint(api_response)
127
128
  except ApiException as e:
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
2
- Name: pulp-python-client
3
- Version: 3.19.1
1
+ Metadata-Version: 2.4
2
+ Name: pulp_python-client
3
+ Version: 3.20.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -10,6 +10,13 @@ Project-URL: Repository, https://github.com/GIT_USER_ID/GIT_REPO_ID
10
10
  Keywords: OpenAPI,OpenAPI-Generator,Pulp 3 API
11
11
  Requires-Python: >= 3.9
12
12
  Description-Content-Type: text/markdown
13
+ Requires-Dist: urllib3<3.0.0,>=2.1.0
14
+ Requires-Dist: python-dateutil>=2.8.2
15
+ Requires-Dist: pydantic>=2
16
+ Requires-Dist: typing-extensions>=4.7.1
17
+ Requires-Dist: lazy-imports<2,>=1
18
+ Dynamic: author
19
+ Dynamic: requires-python
13
20
 
14
21
  # pulp_python-client
15
22
  Fetch, Upload, Organize, and Distribute Software Packages
@@ -17,7 +24,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
17
24
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
18
25
 
19
26
  - API version: v3
20
- - Package version: 3.19.1
27
+ - Package version: 3.20.1
21
28
  - Generator version: 7.14.0
22
29
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
23
30
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -131,10 +138,11 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
131
138
  license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
132
139
  license_file = None # object | (optional)
133
140
  sha256 = '' # str | The SHA256 digest of this package. (optional) (default to '')
141
+ metadata_sha256 = 'metadata_sha256_example' # str | The SHA256 digest of the package's METADATA file. (optional)
134
142
 
135
143
  try:
136
144
  # Create a python package content
137
- api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256)
145
+ api_response = api_instance.create(relative_path, x_task_diagnostics=x_task_diagnostics, repository=repository, pulp_labels=pulp_labels, artifact=artifact, file=file, upload=upload, file_url=file_url, author=author, author_email=author_email, description=description, home_page=home_page, keywords=keywords, license=license, platform=platform, summary=summary, classifiers=classifiers, download_url=download_url, supported_platform=supported_platform, maintainer=maintainer, maintainer_email=maintainer_email, obsoletes_dist=obsoletes_dist, project_url=project_url, project_urls=project_urls, provides_dist=provides_dist, requires_external=requires_external, requires_dist=requires_dist, requires_python=requires_python, description_content_type=description_content_type, provides_extras=provides_extras, dynamic=dynamic, license_expression=license_expression, license_file=license_file, sha256=sha256, metadata_sha256=metadata_sha256)
138
146
  print("The response of ContentPackagesApi->create:\n")
139
147
  pprint(api_response)
140
148
  except ApiException as e:
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "3.19.1"
18
+ __version__ = "3.20.1"
19
19
 
20
20
  # Define package exports
21
21
  __all__ = [
@@ -83,6 +83,7 @@ class ContentPackagesApi:
83
83
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
84
84
  license_file: Optional[Any] = None,
85
85
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
86
+ metadata_sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of the package's METADATA file.")] = None,
86
87
  _request_timeout: Union[
87
88
  None,
88
89
  Annotated[StrictFloat, Field(gt=0)],
@@ -168,6 +169,8 @@ class ContentPackagesApi:
168
169
  :type license_file: object
169
170
  :param sha256: The SHA256 digest of this package.
170
171
  :type sha256: str
172
+ :param metadata_sha256: The SHA256 digest of the package's METADATA file.
173
+ :type metadata_sha256: str
171
174
  :param _request_timeout: timeout setting for this request. If one
172
175
  number provided, it will be total request
173
176
  timeout. It can also be a pair (tuple) of
@@ -225,6 +228,7 @@ class ContentPackagesApi:
225
228
  license_expression=license_expression,
226
229
  license_file=license_file,
227
230
  sha256=sha256,
231
+ metadata_sha256=metadata_sha256,
228
232
  _request_auth=_request_auth,
229
233
  _content_type=_content_type,
230
234
  _headers=_headers,
@@ -282,6 +286,7 @@ class ContentPackagesApi:
282
286
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
283
287
  license_file: Optional[Any] = None,
284
288
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
289
+ metadata_sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of the package's METADATA file.")] = None,
285
290
  _request_timeout: Union[
286
291
  None,
287
292
  Annotated[StrictFloat, Field(gt=0)],
@@ -367,6 +372,8 @@ class ContentPackagesApi:
367
372
  :type license_file: object
368
373
  :param sha256: The SHA256 digest of this package.
369
374
  :type sha256: str
375
+ :param metadata_sha256: The SHA256 digest of the package's METADATA file.
376
+ :type metadata_sha256: str
370
377
  :param _request_timeout: timeout setting for this request. If one
371
378
  number provided, it will be total request
372
379
  timeout. It can also be a pair (tuple) of
@@ -424,6 +431,7 @@ class ContentPackagesApi:
424
431
  license_expression=license_expression,
425
432
  license_file=license_file,
426
433
  sha256=sha256,
434
+ metadata_sha256=metadata_sha256,
427
435
  _request_auth=_request_auth,
428
436
  _content_type=_content_type,
429
437
  _headers=_headers,
@@ -481,6 +489,7 @@ class ContentPackagesApi:
481
489
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
482
490
  license_file: Optional[Any] = None,
483
491
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
492
+ metadata_sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of the package's METADATA file.")] = None,
484
493
  _request_timeout: Union[
485
494
  None,
486
495
  Annotated[StrictFloat, Field(gt=0)],
@@ -566,6 +575,8 @@ class ContentPackagesApi:
566
575
  :type license_file: object
567
576
  :param sha256: The SHA256 digest of this package.
568
577
  :type sha256: str
578
+ :param metadata_sha256: The SHA256 digest of the package's METADATA file.
579
+ :type metadata_sha256: str
569
580
  :param _request_timeout: timeout setting for this request. If one
570
581
  number provided, it will be total request
571
582
  timeout. It can also be a pair (tuple) of
@@ -623,6 +634,7 @@ class ContentPackagesApi:
623
634
  license_expression=license_expression,
624
635
  license_file=license_file,
625
636
  sha256=sha256,
637
+ metadata_sha256=metadata_sha256,
626
638
  _request_auth=_request_auth,
627
639
  _content_type=_content_type,
628
640
  _headers=_headers,
@@ -675,6 +687,7 @@ class ContentPackagesApi:
675
687
  license_expression,
676
688
  license_file,
677
689
  sha256,
690
+ metadata_sha256,
678
691
  _request_auth,
679
692
  _content_type,
680
693
  _headers,
@@ -768,6 +781,8 @@ class ContentPackagesApi:
768
781
  _form_params.append(('license_file', license_file))
769
782
  if sha256 is not None:
770
783
  _form_params.append(('sha256', sha256))
784
+ if metadata_sha256 is not None:
785
+ _form_params.append(('metadata_sha256', metadata_sha256))
771
786
  # process the body parameter
772
787
 
773
788
 
@@ -833,7 +848,7 @@ class ContentPackagesApi:
833
848
  name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
834
849
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
835
850
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
836
- 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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
851
+ 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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
837
852
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
838
853
  packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
839
854
  packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
@@ -898,7 +913,7 @@ class ContentPackagesApi:
898
913
  :type name__in: List[str]
899
914
  :param offset: The initial index from which to return the results.
900
915
  :type offset: int
901
- :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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
916
+ :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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
902
917
  :type ordering: List[str]
903
918
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
904
919
  :type orphaned_for: float
@@ -1040,7 +1055,7 @@ class ContentPackagesApi:
1040
1055
  name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
1041
1056
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1042
1057
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1043
- 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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1058
+ 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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1044
1059
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
1045
1060
  packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
1046
1061
  packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
@@ -1105,7 +1120,7 @@ class ContentPackagesApi:
1105
1120
  :type name__in: List[str]
1106
1121
  :param offset: The initial index from which to return the results.
1107
1122
  :type offset: int
1108
- :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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
1123
+ :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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
1109
1124
  :type ordering: List[str]
1110
1125
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
1111
1126
  :type orphaned_for: float
@@ -1247,7 +1262,7 @@ class ContentPackagesApi:
1247
1262
  name: Annotated[Optional[StrictStr], Field(description="Filter results where name matches value")] = None,
1248
1263
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1249
1264
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1250
- 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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1265
+ 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) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1251
1266
  orphaned_for: Annotated[Optional[Union[StrictFloat, StrictInt]], Field(description="Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.")] = None,
1252
1267
  packagetype: Annotated[Optional[StrictStr], Field(description="Filter results where packagetype matches value * `bdist_dmg` - bdist_dmg * `bdist_dumb` - bdist_dumb * `bdist_egg` - bdist_egg * `bdist_msi` - bdist_msi * `bdist_rpm` - bdist_rpm * `bdist_wheel` - bdist_wheel * `bdist_wininst` - bdist_wininst * `sdist` - sdist")] = None,
1253
1268
  packagetype__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where packagetype is in a comma-separated list of values")] = None,
@@ -1312,7 +1327,7 @@ class ContentPackagesApi:
1312
1327
  :type name__in: List[str]
1313
1328
  :param offset: The initial index from which to return the results.
1314
1329
  :type offset: int
1315
- :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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
1330
+ :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) * `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) * `pk` - Pk * `-pk` - Pk (descending)
1316
1331
  :type ordering: List[str]
1317
1332
  :param orphaned_for: Minutes Content has been orphaned for. -1 uses ORPHAN_PROTECTION_TIME.
1318
1333
  :type orphaned_for: float
@@ -2654,6 +2669,7 @@ class ContentPackagesApi:
2654
2669
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
2655
2670
  license_file: Optional[Any] = None,
2656
2671
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
2672
+ metadata_sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of the package's METADATA file.")] = None,
2657
2673
  _request_timeout: Union[
2658
2674
  None,
2659
2675
  Annotated[StrictFloat, Field(gt=0)],
@@ -2735,6 +2751,8 @@ class ContentPackagesApi:
2735
2751
  :type license_file: object
2736
2752
  :param sha256: The SHA256 digest of this package.
2737
2753
  :type sha256: str
2754
+ :param metadata_sha256: The SHA256 digest of the package's METADATA file.
2755
+ :type metadata_sha256: str
2738
2756
  :param _request_timeout: timeout setting for this request. If one
2739
2757
  number provided, it will be total request
2740
2758
  timeout. It can also be a pair (tuple) of
@@ -2790,6 +2808,7 @@ class ContentPackagesApi:
2790
2808
  license_expression=license_expression,
2791
2809
  license_file=license_file,
2792
2810
  sha256=sha256,
2811
+ metadata_sha256=metadata_sha256,
2793
2812
  _request_auth=_request_auth,
2794
2813
  _content_type=_content_type,
2795
2814
  _headers=_headers,
@@ -2845,6 +2864,7 @@ class ContentPackagesApi:
2845
2864
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
2846
2865
  license_file: Optional[Any] = None,
2847
2866
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
2867
+ metadata_sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of the package's METADATA file.")] = None,
2848
2868
  _request_timeout: Union[
2849
2869
  None,
2850
2870
  Annotated[StrictFloat, Field(gt=0)],
@@ -2926,6 +2946,8 @@ class ContentPackagesApi:
2926
2946
  :type license_file: object
2927
2947
  :param sha256: The SHA256 digest of this package.
2928
2948
  :type sha256: str
2949
+ :param metadata_sha256: The SHA256 digest of the package's METADATA file.
2950
+ :type metadata_sha256: str
2929
2951
  :param _request_timeout: timeout setting for this request. If one
2930
2952
  number provided, it will be total request
2931
2953
  timeout. It can also be a pair (tuple) of
@@ -2981,6 +3003,7 @@ class ContentPackagesApi:
2981
3003
  license_expression=license_expression,
2982
3004
  license_file=license_file,
2983
3005
  sha256=sha256,
3006
+ metadata_sha256=metadata_sha256,
2984
3007
  _request_auth=_request_auth,
2985
3008
  _content_type=_content_type,
2986
3009
  _headers=_headers,
@@ -3036,6 +3059,7 @@ class ContentPackagesApi:
3036
3059
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
3037
3060
  license_file: Optional[Any] = None,
3038
3061
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
3062
+ metadata_sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of the package's METADATA file.")] = None,
3039
3063
  _request_timeout: Union[
3040
3064
  None,
3041
3065
  Annotated[StrictFloat, Field(gt=0)],
@@ -3117,6 +3141,8 @@ class ContentPackagesApi:
3117
3141
  :type license_file: object
3118
3142
  :param sha256: The SHA256 digest of this package.
3119
3143
  :type sha256: str
3144
+ :param metadata_sha256: The SHA256 digest of the package's METADATA file.
3145
+ :type metadata_sha256: str
3120
3146
  :param _request_timeout: timeout setting for this request. If one
3121
3147
  number provided, it will be total request
3122
3148
  timeout. It can also be a pair (tuple) of
@@ -3172,6 +3198,7 @@ class ContentPackagesApi:
3172
3198
  license_expression=license_expression,
3173
3199
  license_file=license_file,
3174
3200
  sha256=sha256,
3201
+ metadata_sha256=metadata_sha256,
3175
3202
  _request_auth=_request_auth,
3176
3203
  _content_type=_content_type,
3177
3204
  _headers=_headers,
@@ -3222,6 +3249,7 @@ class ContentPackagesApi:
3222
3249
  license_expression,
3223
3250
  license_file,
3224
3251
  sha256,
3252
+ metadata_sha256,
3225
3253
  _request_auth,
3226
3254
  _content_type,
3227
3255
  _headers,
@@ -3311,6 +3339,8 @@ class ContentPackagesApi:
3311
3339
  _form_params.append(('license_file', license_file))
3312
3340
  if sha256 is not None:
3313
3341
  _form_params.append(('sha256', sha256))
3342
+ if metadata_sha256 is not None:
3343
+ _form_params.append(('metadata_sha256', metadata_sha256))
3314
3344
  # process the body parameter
3315
3345
 
3316
3346
 
@@ -2308,10 +2308,10 @@ class DistributionsPypiApi:
2308
2308
  _content_type: Optional[StrictStr] = None,
2309
2309
  _headers: Optional[Dict[StrictStr, Any]] = None,
2310
2310
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2311
- ) -> AsyncOperationResponse:
2311
+ ) -> PythonPythonDistributionResponse:
2312
2312
  """Update a python distribution
2313
2313
 
2314
- Trigger an asynchronous partial update task
2314
+ Update the entity partially and trigger an asynchronous task if necessary
2315
2315
 
2316
2316
  :param python_python_distribution_href: (required)
2317
2317
  :type python_python_distribution_href: str
@@ -2352,6 +2352,7 @@ class DistributionsPypiApi:
2352
2352
  )
2353
2353
 
2354
2354
  _response_types_map: Dict[str, Optional[str]] = {
2355
+ '200': "PythonPythonDistributionResponse",
2355
2356
  '202': "AsyncOperationResponse",
2356
2357
  }
2357
2358
  response_data = self.api_client.call_api(
@@ -2383,10 +2384,10 @@ class DistributionsPypiApi:
2383
2384
  _content_type: Optional[StrictStr] = None,
2384
2385
  _headers: Optional[Dict[StrictStr, Any]] = None,
2385
2386
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2386
- ) -> ApiResponse[AsyncOperationResponse]:
2387
+ ) -> ApiResponse[PythonPythonDistributionResponse]:
2387
2388
  """Update a python distribution
2388
2389
 
2389
- Trigger an asynchronous partial update task
2390
+ Update the entity partially and trigger an asynchronous task if necessary
2390
2391
 
2391
2392
  :param python_python_distribution_href: (required)
2392
2393
  :type python_python_distribution_href: str
@@ -2427,6 +2428,7 @@ class DistributionsPypiApi:
2427
2428
  )
2428
2429
 
2429
2430
  _response_types_map: Dict[str, Optional[str]] = {
2431
+ '200': "PythonPythonDistributionResponse",
2430
2432
  '202': "AsyncOperationResponse",
2431
2433
  }
2432
2434
  response_data = self.api_client.call_api(
@@ -2461,7 +2463,7 @@ class DistributionsPypiApi:
2461
2463
  ) -> RESTResponseType:
2462
2464
  """Update a python distribution
2463
2465
 
2464
- Trigger an asynchronous partial update task
2466
+ Update the entity partially and trigger an asynchronous task if necessary
2465
2467
 
2466
2468
  :param python_python_distribution_href: (required)
2467
2469
  :type python_python_distribution_href: str
@@ -2502,6 +2504,7 @@ class DistributionsPypiApi:
2502
2504
  )
2503
2505
 
2504
2506
  _response_types_map: Dict[str, Optional[str]] = {
2507
+ '200': "PythonPythonDistributionResponse",
2505
2508
  '202': "AsyncOperationResponse",
2506
2509
  }
2507
2510
  response_data = self.api_client.call_api(
@@ -3854,10 +3857,10 @@ class DistributionsPypiApi:
3854
3857
  _content_type: Optional[StrictStr] = None,
3855
3858
  _headers: Optional[Dict[StrictStr, Any]] = None,
3856
3859
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3857
- ) -> AsyncOperationResponse:
3860
+ ) -> PythonPythonDistributionResponse:
3858
3861
  """Update a python distribution
3859
3862
 
3860
- Trigger an asynchronous update task
3863
+ Update the entity and trigger an asynchronous task if necessary
3861
3864
 
3862
3865
  :param python_python_distribution_href: (required)
3863
3866
  :type python_python_distribution_href: str
@@ -3898,6 +3901,7 @@ class DistributionsPypiApi:
3898
3901
  )
3899
3902
 
3900
3903
  _response_types_map: Dict[str, Optional[str]] = {
3904
+ '200': "PythonPythonDistributionResponse",
3901
3905
  '202': "AsyncOperationResponse",
3902
3906
  }
3903
3907
  response_data = self.api_client.call_api(
@@ -3929,10 +3933,10 @@ class DistributionsPypiApi:
3929
3933
  _content_type: Optional[StrictStr] = None,
3930
3934
  _headers: Optional[Dict[StrictStr, Any]] = None,
3931
3935
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3932
- ) -> ApiResponse[AsyncOperationResponse]:
3936
+ ) -> ApiResponse[PythonPythonDistributionResponse]:
3933
3937
  """Update a python distribution
3934
3938
 
3935
- Trigger an asynchronous update task
3939
+ Update the entity and trigger an asynchronous task if necessary
3936
3940
 
3937
3941
  :param python_python_distribution_href: (required)
3938
3942
  :type python_python_distribution_href: str
@@ -3973,6 +3977,7 @@ class DistributionsPypiApi:
3973
3977
  )
3974
3978
 
3975
3979
  _response_types_map: Dict[str, Optional[str]] = {
3980
+ '200': "PythonPythonDistributionResponse",
3976
3981
  '202': "AsyncOperationResponse",
3977
3982
  }
3978
3983
  response_data = self.api_client.call_api(
@@ -4007,7 +4012,7 @@ class DistributionsPypiApi:
4007
4012
  ) -> RESTResponseType:
4008
4013
  """Update a python distribution
4009
4014
 
4010
- Trigger an asynchronous update task
4015
+ Update the entity and trigger an asynchronous task if necessary
4011
4016
 
4012
4017
  :param python_python_distribution_href: (required)
4013
4018
  :type python_python_distribution_href: str
@@ -4048,6 +4053,7 @@ class DistributionsPypiApi:
4048
4053
  )
4049
4054
 
4050
4055
  _response_types_map: Dict[str, Optional[str]] = {
4056
+ '200': "PythonPythonDistributionResponse",
4051
4057
  '202': "AsyncOperationResponse",
4052
4058
  }
4053
4059
  response_data = self.api_client.call_api(