crc-pulp-python-client 20250918.1__tar.gz → 20250922.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. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/PKG-INFO +1 -1
  2. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/README.md +13 -13
  3. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/crc_pulp_python_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/content_packages_api.py +108 -108
  6. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api_client.py +1 -1
  7. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/configuration.py +3 -3
  8. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/package_metadata_response.py +2 -2
  9. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +10 -0
  10. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +10 -0
  11. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +10 -0
  12. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +10 -0
  13. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +10 -0
  14. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +10 -0
  15. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +1 -1
  16. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +2 -2
  17. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +9 -9
  18. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_publication_response.py +2 -0
  19. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_remote.py +1 -1
  20. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_remote_response.py +3 -1
  21. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_repository.py +2 -2
  22. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_repository_response.py +3 -2
  23. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pyproject.toml +1 -1
  24. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/setup.py +1 -1
  25. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_paginatedpython_python_remote_response_list.py +2 -2
  26. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_paginatedpython_python_repository_response_list.py +2 -2
  27. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_patchedpython_python_remote.py +1 -1
  28. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_patchedpython_python_repository.py +1 -1
  29. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_remote.py +1 -1
  30. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_remote_response.py +1 -1
  31. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_repository.py +1 -1
  32. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_repository_response.py +1 -1
  33. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  34. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  35. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  36. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  37. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/__init__.py +0 -0
  38. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/__init__.py +0 -0
  39. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  40. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  41. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  42. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/pypi_api.py +0 -0
  43. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/pypi_legacy_api.py +0 -0
  44. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  45. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/pypi_simple_api.py +0 -0
  46. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  47. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  48. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  49. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/api_response.py +0 -0
  50. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/exceptions.py +0 -0
  51. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  52. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  53. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  54. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  55. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  56. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  57. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  58. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  59. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  60. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  61. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  62. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  63. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  64. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  65. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  66. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  67. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/repair.py +0 -0
  68. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  69. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  70. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  71. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  72. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  73. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  74. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  75. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  76. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/py.typed +0 -0
  77. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/pulpcore/client/pulp_python/rest.py +0 -0
  78. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/setup.cfg +0 -0
  79. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_async_operation_response.py +0 -0
  80. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_content_packages_api.py +0 -0
  81. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_content_summary_response.py +0 -0
  82. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_distributions_pypi_api.py +0 -0
  83. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_exclude_platforms_enum.py +0 -0
  84. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_my_permissions_response.py +0 -0
  85. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_nested_role.py +0 -0
  86. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_nested_role_response.py +0 -0
  87. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_object_roles_response.py +0 -0
  88. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_package_metadata_response.py +0 -0
  89. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_package_types_enum.py +0 -0
  90. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_package_upload_task_response.py +0 -0
  91. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_paginated_repository_version_response_list.py +0 -0
  92. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  93. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  94. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  95. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_patchedpython_python_distribution.py +0 -0
  96. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_policy_enum.py +0 -0
  97. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_publications_pypi_api.py +0 -0
  98. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_pypi_api.py +0 -0
  99. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_pypi_legacy_api.py +0 -0
  100. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_pypi_metadata_api.py +0 -0
  101. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_pypi_simple_api.py +0 -0
  102. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_distribution.py +0 -0
  103. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_distribution_response.py +0 -0
  104. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_package_content_response.py +0 -0
  105. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_publication.py +0 -0
  106. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_publication_response.py +0 -0
  107. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  108. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_remotes_python_api.py +0 -0
  109. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_repair.py +0 -0
  110. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_repositories_python_api.py +0 -0
  111. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_repositories_python_versions_api.py +0 -0
  112. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_repository_add_remove_content.py +0 -0
  113. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_repository_sync_url.py +0 -0
  114. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_repository_version_response.py +0 -0
  115. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_set_label.py +0 -0
  116. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_set_label_response.py +0 -0
  117. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_summary_response.py +0 -0
  118. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_unset_label.py +0 -0
  119. {crc_pulp_python_client-20250918.1 → crc_pulp_python_client-20250922.1}/test/test_unset_label_response.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20250918.1
3
+ Version: 20250922.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -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: 20250918.1
7
+ - Package version: 20250922.1
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -56,10 +56,10 @@ import pulpcore.client.pulp_python
56
56
  from pulpcore.client.pulp_python.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-rqmobx.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-js3lkr.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
61
  configuration = pulpcore.client.pulp_python.Configuration(
62
- host = "https://env-ephemeral-rqmobx.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-js3lkr.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -103,23 +103,23 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
103
103
  license = 'license_example' # str | Text indicating the license covering the distribution (optional)
104
104
  platform = 'platform_example' # str | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. (optional)
105
105
  summary = 'summary_example' # str | A one-line summary of what the package does. (optional)
106
- classifiers = None # object | (optional)
106
+ classifiers = None # object | A JSON list containing classification values for a Python package. (optional)
107
107
  download_url = 'download_url_example' # str | Legacy field denoting the URL from which this package can be downloaded. (optional)
108
108
  supported_platform = 'supported_platform_example' # str | Field to specify the OS and CPU for which the binary package was compiled. (optional)
109
109
  maintainer = 'maintainer_example' # str | The maintainer's name at a minimum; additional contact information may be provided. (optional)
110
110
  maintainer_email = 'maintainer_email_example' # str | The maintainer's e-mail address. (optional)
111
- obsoletes_dist = None # object | (optional)
111
+ obsoletes_dist = None # object | A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time. (optional)
112
112
  project_url = 'project_url_example' # str | A browsable URL for the project and a label for it, separated by a comma. (optional)
113
- project_urls = None # object | (optional)
114
- provides_dist = None # object | (optional)
115
- requires_external = None # object | (optional)
116
- requires_dist = None # object | (optional)
113
+ project_urls = None # object | A dictionary of labels and URLs for the project. (optional)
114
+ provides_dist = None # object | A JSON list containing names of a Distutils project which is contained within this distribution. (optional)
115
+ requires_external = None # object | A JSON list containing some dependency in the system that the distribution is to be used. (optional)
116
+ requires_dist = None # object | A JSON list containing names of some other distutils project required by this distribution. (optional)
117
117
  requires_python = 'requires_python_example' # str | The Python version(s) that the distribution is guaranteed to be compatible with. (optional)
118
118
  description_content_type = 'description_content_type_example' # str | A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description. (optional)
119
- provides_extras = None # object | (optional)
120
- dynamic = None # object | (optional)
119
+ provides_extras = None # object | A JSON list containing names of optional features provided by the package. (optional)
120
+ dynamic = None # object | A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist. (optional)
121
121
  license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
122
- license_file = None # object | (optional)
122
+ license_file = None # object | A JSON list containing names of the paths to license-related files. (optional)
123
123
  sha256 = '' # str | The SHA256 digest of this package. (optional) (default to '')
124
124
 
125
125
  try:
@@ -134,7 +134,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
134
134
 
135
135
  ## Documentation for API Endpoints
136
136
 
137
- All URIs are relative to *https://env-ephemeral-rqmobx.apps.crc-eph.r9lp.p1.openshiftapps.com*
137
+ All URIs are relative to *https://env-ephemeral-js3lkr.apps.crc-eph.r9lp.p1.openshiftapps.com*
138
138
 
139
139
  Class | Method | HTTP request | Description
140
140
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20250918.1
3
+ Version: 20250922.1
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250918.1"
18
+ __version__ = "20250922.1"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
@@ -65,23 +65,23 @@ class ContentPackagesApi:
65
65
  license: Annotated[Optional[StrictStr], Field(description="Text indicating the license covering the distribution")] = None,
66
66
  platform: Annotated[Optional[StrictStr], Field(description="A comma-separated list of platform specifications, summarizing the operating systems supported by the package.")] = None,
67
67
  summary: Annotated[Optional[StrictStr], Field(description="A one-line summary of what the package does.")] = None,
68
- classifiers: Optional[Any] = None,
68
+ classifiers: Annotated[Optional[Any], Field(description="A JSON list containing classification values for a Python package.")] = None,
69
69
  download_url: Annotated[Optional[StrictStr], Field(description="Legacy field denoting the URL from which this package can be downloaded.")] = None,
70
70
  supported_platform: Annotated[Optional[StrictStr], Field(description="Field to specify the OS and CPU for which the binary package was compiled. ")] = None,
71
71
  maintainer: Annotated[Optional[StrictStr], Field(description="The maintainer's name at a minimum; additional contact information may be provided.")] = None,
72
72
  maintainer_email: Annotated[Optional[StrictStr], Field(description="The maintainer's e-mail address.")] = None,
73
- obsoletes_dist: Optional[Any] = None,
73
+ obsoletes_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.")] = None,
74
74
  project_url: Annotated[Optional[StrictStr], Field(description="A browsable URL for the project and a label for it, separated by a comma.")] = None,
75
- project_urls: Optional[Any] = None,
76
- provides_dist: Optional[Any] = None,
77
- requires_external: Optional[Any] = None,
78
- requires_dist: Optional[Any] = None,
75
+ project_urls: Annotated[Optional[Any], Field(description="A dictionary of labels and URLs for the project.")] = None,
76
+ provides_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a Distutils project which is contained within this distribution.")] = None,
77
+ requires_external: Annotated[Optional[Any], Field(description="A JSON list containing some dependency in the system that the distribution is to be used.")] = None,
78
+ requires_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of some other distutils project required by this distribution.")] = None,
79
79
  requires_python: Annotated[Optional[StrictStr], Field(description="The Python version(s) that the distribution is guaranteed to be compatible with.")] = None,
80
80
  description_content_type: Annotated[Optional[StrictStr], Field(description="A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.")] = None,
81
- provides_extras: Optional[Any] = None,
82
- dynamic: Optional[Any] = None,
81
+ provides_extras: Annotated[Optional[Any], Field(description="A JSON list containing names of optional features provided by the package.")] = None,
82
+ dynamic: Annotated[Optional[Any], Field(description="A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.")] = None,
83
83
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
84
- license_file: Optional[Any] = None,
84
+ license_file: Annotated[Optional[Any], Field(description="A JSON list containing names of the paths to license-related files.")] = None,
85
85
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
86
86
  pulp_domain: StrictStr = "default",
87
87
  _request_timeout: Union[
@@ -135,7 +135,7 @@ class ContentPackagesApi:
135
135
  :type platform: str
136
136
  :param summary: A one-line summary of what the package does.
137
137
  :type summary: str
138
- :param classifiers:
138
+ :param classifiers: A JSON list containing classification values for a Python package.
139
139
  :type classifiers: object
140
140
  :param download_url: Legacy field denoting the URL from which this package can be downloaded.
141
141
  :type download_url: str
@@ -145,29 +145,29 @@ class ContentPackagesApi:
145
145
  :type maintainer: str
146
146
  :param maintainer_email: The maintainer's e-mail address.
147
147
  :type maintainer_email: str
148
- :param obsoletes_dist:
148
+ :param obsoletes_dist: A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
149
149
  :type obsoletes_dist: object
150
150
  :param project_url: A browsable URL for the project and a label for it, separated by a comma.
151
151
  :type project_url: str
152
- :param project_urls:
152
+ :param project_urls: A dictionary of labels and URLs for the project.
153
153
  :type project_urls: object
154
- :param provides_dist:
154
+ :param provides_dist: A JSON list containing names of a Distutils project which is contained within this distribution.
155
155
  :type provides_dist: object
156
- :param requires_external:
156
+ :param requires_external: A JSON list containing some dependency in the system that the distribution is to be used.
157
157
  :type requires_external: object
158
- :param requires_dist:
158
+ :param requires_dist: A JSON list containing names of some other distutils project required by this distribution.
159
159
  :type requires_dist: object
160
160
  :param requires_python: The Python version(s) that the distribution is guaranteed to be compatible with.
161
161
  :type requires_python: str
162
162
  :param description_content_type: A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.
163
163
  :type description_content_type: str
164
- :param provides_extras:
164
+ :param provides_extras: A JSON list containing names of optional features provided by the package.
165
165
  :type provides_extras: object
166
- :param dynamic:
166
+ :param dynamic: A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
167
167
  :type dynamic: object
168
168
  :param license_expression: Text string that is a valid SPDX license expression.
169
169
  :type license_expression: str
170
- :param license_file:
170
+ :param license_file: A JSON list containing names of the paths to license-related files.
171
171
  :type license_file: object
172
172
  :param sha256: The SHA256 digest of this package.
173
173
  :type sha256: str
@@ -268,23 +268,23 @@ class ContentPackagesApi:
268
268
  license: Annotated[Optional[StrictStr], Field(description="Text indicating the license covering the distribution")] = None,
269
269
  platform: Annotated[Optional[StrictStr], Field(description="A comma-separated list of platform specifications, summarizing the operating systems supported by the package.")] = None,
270
270
  summary: Annotated[Optional[StrictStr], Field(description="A one-line summary of what the package does.")] = None,
271
- classifiers: Optional[Any] = None,
271
+ classifiers: Annotated[Optional[Any], Field(description="A JSON list containing classification values for a Python package.")] = None,
272
272
  download_url: Annotated[Optional[StrictStr], Field(description="Legacy field denoting the URL from which this package can be downloaded.")] = None,
273
273
  supported_platform: Annotated[Optional[StrictStr], Field(description="Field to specify the OS and CPU for which the binary package was compiled. ")] = None,
274
274
  maintainer: Annotated[Optional[StrictStr], Field(description="The maintainer's name at a minimum; additional contact information may be provided.")] = None,
275
275
  maintainer_email: Annotated[Optional[StrictStr], Field(description="The maintainer's e-mail address.")] = None,
276
- obsoletes_dist: Optional[Any] = None,
276
+ obsoletes_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.")] = None,
277
277
  project_url: Annotated[Optional[StrictStr], Field(description="A browsable URL for the project and a label for it, separated by a comma.")] = None,
278
- project_urls: Optional[Any] = None,
279
- provides_dist: Optional[Any] = None,
280
- requires_external: Optional[Any] = None,
281
- requires_dist: Optional[Any] = None,
278
+ project_urls: Annotated[Optional[Any], Field(description="A dictionary of labels and URLs for the project.")] = None,
279
+ provides_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a Distutils project which is contained within this distribution.")] = None,
280
+ requires_external: Annotated[Optional[Any], Field(description="A JSON list containing some dependency in the system that the distribution is to be used.")] = None,
281
+ requires_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of some other distutils project required by this distribution.")] = None,
282
282
  requires_python: Annotated[Optional[StrictStr], Field(description="The Python version(s) that the distribution is guaranteed to be compatible with.")] = None,
283
283
  description_content_type: Annotated[Optional[StrictStr], Field(description="A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.")] = None,
284
- provides_extras: Optional[Any] = None,
285
- dynamic: Optional[Any] = None,
284
+ provides_extras: Annotated[Optional[Any], Field(description="A JSON list containing names of optional features provided by the package.")] = None,
285
+ dynamic: Annotated[Optional[Any], Field(description="A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.")] = None,
286
286
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
287
- license_file: Optional[Any] = None,
287
+ license_file: Annotated[Optional[Any], Field(description="A JSON list containing names of the paths to license-related files.")] = None,
288
288
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
289
289
  pulp_domain: StrictStr = "default",
290
290
  _request_timeout: Union[
@@ -338,7 +338,7 @@ class ContentPackagesApi:
338
338
  :type platform: str
339
339
  :param summary: A one-line summary of what the package does.
340
340
  :type summary: str
341
- :param classifiers:
341
+ :param classifiers: A JSON list containing classification values for a Python package.
342
342
  :type classifiers: object
343
343
  :param download_url: Legacy field denoting the URL from which this package can be downloaded.
344
344
  :type download_url: str
@@ -348,29 +348,29 @@ class ContentPackagesApi:
348
348
  :type maintainer: str
349
349
  :param maintainer_email: The maintainer's e-mail address.
350
350
  :type maintainer_email: str
351
- :param obsoletes_dist:
351
+ :param obsoletes_dist: A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
352
352
  :type obsoletes_dist: object
353
353
  :param project_url: A browsable URL for the project and a label for it, separated by a comma.
354
354
  :type project_url: str
355
- :param project_urls:
355
+ :param project_urls: A dictionary of labels and URLs for the project.
356
356
  :type project_urls: object
357
- :param provides_dist:
357
+ :param provides_dist: A JSON list containing names of a Distutils project which is contained within this distribution.
358
358
  :type provides_dist: object
359
- :param requires_external:
359
+ :param requires_external: A JSON list containing some dependency in the system that the distribution is to be used.
360
360
  :type requires_external: object
361
- :param requires_dist:
361
+ :param requires_dist: A JSON list containing names of some other distutils project required by this distribution.
362
362
  :type requires_dist: object
363
363
  :param requires_python: The Python version(s) that the distribution is guaranteed to be compatible with.
364
364
  :type requires_python: str
365
365
  :param description_content_type: A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.
366
366
  :type description_content_type: str
367
- :param provides_extras:
367
+ :param provides_extras: A JSON list containing names of optional features provided by the package.
368
368
  :type provides_extras: object
369
- :param dynamic:
369
+ :param dynamic: A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
370
370
  :type dynamic: object
371
371
  :param license_expression: Text string that is a valid SPDX license expression.
372
372
  :type license_expression: str
373
- :param license_file:
373
+ :param license_file: A JSON list containing names of the paths to license-related files.
374
374
  :type license_file: object
375
375
  :param sha256: The SHA256 digest of this package.
376
376
  :type sha256: str
@@ -471,23 +471,23 @@ class ContentPackagesApi:
471
471
  license: Annotated[Optional[StrictStr], Field(description="Text indicating the license covering the distribution")] = None,
472
472
  platform: Annotated[Optional[StrictStr], Field(description="A comma-separated list of platform specifications, summarizing the operating systems supported by the package.")] = None,
473
473
  summary: Annotated[Optional[StrictStr], Field(description="A one-line summary of what the package does.")] = None,
474
- classifiers: Optional[Any] = None,
474
+ classifiers: Annotated[Optional[Any], Field(description="A JSON list containing classification values for a Python package.")] = None,
475
475
  download_url: Annotated[Optional[StrictStr], Field(description="Legacy field denoting the URL from which this package can be downloaded.")] = None,
476
476
  supported_platform: Annotated[Optional[StrictStr], Field(description="Field to specify the OS and CPU for which the binary package was compiled. ")] = None,
477
477
  maintainer: Annotated[Optional[StrictStr], Field(description="The maintainer's name at a minimum; additional contact information may be provided.")] = None,
478
478
  maintainer_email: Annotated[Optional[StrictStr], Field(description="The maintainer's e-mail address.")] = None,
479
- obsoletes_dist: Optional[Any] = None,
479
+ obsoletes_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.")] = None,
480
480
  project_url: Annotated[Optional[StrictStr], Field(description="A browsable URL for the project and a label for it, separated by a comma.")] = None,
481
- project_urls: Optional[Any] = None,
482
- provides_dist: Optional[Any] = None,
483
- requires_external: Optional[Any] = None,
484
- requires_dist: Optional[Any] = None,
481
+ project_urls: Annotated[Optional[Any], Field(description="A dictionary of labels and URLs for the project.")] = None,
482
+ provides_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a Distutils project which is contained within this distribution.")] = None,
483
+ requires_external: Annotated[Optional[Any], Field(description="A JSON list containing some dependency in the system that the distribution is to be used.")] = None,
484
+ requires_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of some other distutils project required by this distribution.")] = None,
485
485
  requires_python: Annotated[Optional[StrictStr], Field(description="The Python version(s) that the distribution is guaranteed to be compatible with.")] = None,
486
486
  description_content_type: Annotated[Optional[StrictStr], Field(description="A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.")] = None,
487
- provides_extras: Optional[Any] = None,
488
- dynamic: Optional[Any] = None,
487
+ provides_extras: Annotated[Optional[Any], Field(description="A JSON list containing names of optional features provided by the package.")] = None,
488
+ dynamic: Annotated[Optional[Any], Field(description="A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.")] = None,
489
489
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
490
- license_file: Optional[Any] = None,
490
+ license_file: Annotated[Optional[Any], Field(description="A JSON list containing names of the paths to license-related files.")] = None,
491
491
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
492
492
  pulp_domain: StrictStr = "default",
493
493
  _request_timeout: Union[
@@ -541,7 +541,7 @@ class ContentPackagesApi:
541
541
  :type platform: str
542
542
  :param summary: A one-line summary of what the package does.
543
543
  :type summary: str
544
- :param classifiers:
544
+ :param classifiers: A JSON list containing classification values for a Python package.
545
545
  :type classifiers: object
546
546
  :param download_url: Legacy field denoting the URL from which this package can be downloaded.
547
547
  :type download_url: str
@@ -551,29 +551,29 @@ class ContentPackagesApi:
551
551
  :type maintainer: str
552
552
  :param maintainer_email: The maintainer's e-mail address.
553
553
  :type maintainer_email: str
554
- :param obsoletes_dist:
554
+ :param obsoletes_dist: A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
555
555
  :type obsoletes_dist: object
556
556
  :param project_url: A browsable URL for the project and a label for it, separated by a comma.
557
557
  :type project_url: str
558
- :param project_urls:
558
+ :param project_urls: A dictionary of labels and URLs for the project.
559
559
  :type project_urls: object
560
- :param provides_dist:
560
+ :param provides_dist: A JSON list containing names of a Distutils project which is contained within this distribution.
561
561
  :type provides_dist: object
562
- :param requires_external:
562
+ :param requires_external: A JSON list containing some dependency in the system that the distribution is to be used.
563
563
  :type requires_external: object
564
- :param requires_dist:
564
+ :param requires_dist: A JSON list containing names of some other distutils project required by this distribution.
565
565
  :type requires_dist: object
566
566
  :param requires_python: The Python version(s) that the distribution is guaranteed to be compatible with.
567
567
  :type requires_python: str
568
568
  :param description_content_type: A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.
569
569
  :type description_content_type: str
570
- :param provides_extras:
570
+ :param provides_extras: A JSON list containing names of optional features provided by the package.
571
571
  :type provides_extras: object
572
- :param dynamic:
572
+ :param dynamic: A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
573
573
  :type dynamic: object
574
574
  :param license_expression: Text string that is a valid SPDX license expression.
575
575
  :type license_expression: str
576
- :param license_file:
576
+ :param license_file: A JSON list containing names of the paths to license-related files.
577
577
  :type license_file: object
578
578
  :param sha256: The SHA256 digest of this package.
579
579
  :type sha256: str
@@ -2671,23 +2671,23 @@ class ContentPackagesApi:
2671
2671
  license: Annotated[Optional[StrictStr], Field(description="Text indicating the license covering the distribution")] = None,
2672
2672
  platform: Annotated[Optional[StrictStr], Field(description="A comma-separated list of platform specifications, summarizing the operating systems supported by the package.")] = None,
2673
2673
  summary: Annotated[Optional[StrictStr], Field(description="A one-line summary of what the package does.")] = None,
2674
- classifiers: Optional[Any] = None,
2674
+ classifiers: Annotated[Optional[Any], Field(description="A JSON list containing classification values for a Python package.")] = None,
2675
2675
  download_url: Annotated[Optional[StrictStr], Field(description="Legacy field denoting the URL from which this package can be downloaded.")] = None,
2676
2676
  supported_platform: Annotated[Optional[StrictStr], Field(description="Field to specify the OS and CPU for which the binary package was compiled. ")] = None,
2677
2677
  maintainer: Annotated[Optional[StrictStr], Field(description="The maintainer's name at a minimum; additional contact information may be provided.")] = None,
2678
2678
  maintainer_email: Annotated[Optional[StrictStr], Field(description="The maintainer's e-mail address.")] = None,
2679
- obsoletes_dist: Optional[Any] = None,
2679
+ obsoletes_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.")] = None,
2680
2680
  project_url: Annotated[Optional[StrictStr], Field(description="A browsable URL for the project and a label for it, separated by a comma.")] = None,
2681
- project_urls: Optional[Any] = None,
2682
- provides_dist: Optional[Any] = None,
2683
- requires_external: Optional[Any] = None,
2684
- requires_dist: Optional[Any] = None,
2681
+ project_urls: Annotated[Optional[Any], Field(description="A dictionary of labels and URLs for the project.")] = None,
2682
+ provides_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a Distutils project which is contained within this distribution.")] = None,
2683
+ requires_external: Annotated[Optional[Any], Field(description="A JSON list containing some dependency in the system that the distribution is to be used.")] = None,
2684
+ requires_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of some other distutils project required by this distribution.")] = None,
2685
2685
  requires_python: Annotated[Optional[StrictStr], Field(description="The Python version(s) that the distribution is guaranteed to be compatible with.")] = None,
2686
2686
  description_content_type: Annotated[Optional[StrictStr], Field(description="A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.")] = None,
2687
- provides_extras: Optional[Any] = None,
2688
- dynamic: Optional[Any] = None,
2687
+ provides_extras: Annotated[Optional[Any], Field(description="A JSON list containing names of optional features provided by the package.")] = None,
2688
+ dynamic: Annotated[Optional[Any], Field(description="A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.")] = None,
2689
2689
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
2690
- license_file: Optional[Any] = None,
2690
+ license_file: Annotated[Optional[Any], Field(description="A JSON list containing names of the paths to license-related files.")] = None,
2691
2691
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
2692
2692
  pulp_domain: StrictStr = "default",
2693
2693
  _request_timeout: Union[
@@ -2737,7 +2737,7 @@ class ContentPackagesApi:
2737
2737
  :type platform: str
2738
2738
  :param summary: A one-line summary of what the package does.
2739
2739
  :type summary: str
2740
- :param classifiers:
2740
+ :param classifiers: A JSON list containing classification values for a Python package.
2741
2741
  :type classifiers: object
2742
2742
  :param download_url: Legacy field denoting the URL from which this package can be downloaded.
2743
2743
  :type download_url: str
@@ -2747,29 +2747,29 @@ class ContentPackagesApi:
2747
2747
  :type maintainer: str
2748
2748
  :param maintainer_email: The maintainer's e-mail address.
2749
2749
  :type maintainer_email: str
2750
- :param obsoletes_dist:
2750
+ :param obsoletes_dist: A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
2751
2751
  :type obsoletes_dist: object
2752
2752
  :param project_url: A browsable URL for the project and a label for it, separated by a comma.
2753
2753
  :type project_url: str
2754
- :param project_urls:
2754
+ :param project_urls: A dictionary of labels and URLs for the project.
2755
2755
  :type project_urls: object
2756
- :param provides_dist:
2756
+ :param provides_dist: A JSON list containing names of a Distutils project which is contained within this distribution.
2757
2757
  :type provides_dist: object
2758
- :param requires_external:
2758
+ :param requires_external: A JSON list containing some dependency in the system that the distribution is to be used.
2759
2759
  :type requires_external: object
2760
- :param requires_dist:
2760
+ :param requires_dist: A JSON list containing names of some other distutils project required by this distribution.
2761
2761
  :type requires_dist: object
2762
2762
  :param requires_python: The Python version(s) that the distribution is guaranteed to be compatible with.
2763
2763
  :type requires_python: str
2764
2764
  :param description_content_type: A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.
2765
2765
  :type description_content_type: str
2766
- :param provides_extras:
2766
+ :param provides_extras: A JSON list containing names of optional features provided by the package.
2767
2767
  :type provides_extras: object
2768
- :param dynamic:
2768
+ :param dynamic: A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
2769
2769
  :type dynamic: object
2770
2770
  :param license_expression: Text string that is a valid SPDX license expression.
2771
2771
  :type license_expression: str
2772
- :param license_file:
2772
+ :param license_file: A JSON list containing names of the paths to license-related files.
2773
2773
  :type license_file: object
2774
2774
  :param sha256: The SHA256 digest of this package.
2775
2775
  :type sha256: str
@@ -2866,23 +2866,23 @@ class ContentPackagesApi:
2866
2866
  license: Annotated[Optional[StrictStr], Field(description="Text indicating the license covering the distribution")] = None,
2867
2867
  platform: Annotated[Optional[StrictStr], Field(description="A comma-separated list of platform specifications, summarizing the operating systems supported by the package.")] = None,
2868
2868
  summary: Annotated[Optional[StrictStr], Field(description="A one-line summary of what the package does.")] = None,
2869
- classifiers: Optional[Any] = None,
2869
+ classifiers: Annotated[Optional[Any], Field(description="A JSON list containing classification values for a Python package.")] = None,
2870
2870
  download_url: Annotated[Optional[StrictStr], Field(description="Legacy field denoting the URL from which this package can be downloaded.")] = None,
2871
2871
  supported_platform: Annotated[Optional[StrictStr], Field(description="Field to specify the OS and CPU for which the binary package was compiled. ")] = None,
2872
2872
  maintainer: Annotated[Optional[StrictStr], Field(description="The maintainer's name at a minimum; additional contact information may be provided.")] = None,
2873
2873
  maintainer_email: Annotated[Optional[StrictStr], Field(description="The maintainer's e-mail address.")] = None,
2874
- obsoletes_dist: Optional[Any] = None,
2874
+ obsoletes_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.")] = None,
2875
2875
  project_url: Annotated[Optional[StrictStr], Field(description="A browsable URL for the project and a label for it, separated by a comma.")] = None,
2876
- project_urls: Optional[Any] = None,
2877
- provides_dist: Optional[Any] = None,
2878
- requires_external: Optional[Any] = None,
2879
- requires_dist: Optional[Any] = None,
2876
+ project_urls: Annotated[Optional[Any], Field(description="A dictionary of labels and URLs for the project.")] = None,
2877
+ provides_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a Distutils project which is contained within this distribution.")] = None,
2878
+ requires_external: Annotated[Optional[Any], Field(description="A JSON list containing some dependency in the system that the distribution is to be used.")] = None,
2879
+ requires_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of some other distutils project required by this distribution.")] = None,
2880
2880
  requires_python: Annotated[Optional[StrictStr], Field(description="The Python version(s) that the distribution is guaranteed to be compatible with.")] = None,
2881
2881
  description_content_type: Annotated[Optional[StrictStr], Field(description="A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.")] = None,
2882
- provides_extras: Optional[Any] = None,
2883
- dynamic: Optional[Any] = None,
2882
+ provides_extras: Annotated[Optional[Any], Field(description="A JSON list containing names of optional features provided by the package.")] = None,
2883
+ dynamic: Annotated[Optional[Any], Field(description="A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.")] = None,
2884
2884
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
2885
- license_file: Optional[Any] = None,
2885
+ license_file: Annotated[Optional[Any], Field(description="A JSON list containing names of the paths to license-related files.")] = None,
2886
2886
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
2887
2887
  pulp_domain: StrictStr = "default",
2888
2888
  _request_timeout: Union[
@@ -2932,7 +2932,7 @@ class ContentPackagesApi:
2932
2932
  :type platform: str
2933
2933
  :param summary: A one-line summary of what the package does.
2934
2934
  :type summary: str
2935
- :param classifiers:
2935
+ :param classifiers: A JSON list containing classification values for a Python package.
2936
2936
  :type classifiers: object
2937
2937
  :param download_url: Legacy field denoting the URL from which this package can be downloaded.
2938
2938
  :type download_url: str
@@ -2942,29 +2942,29 @@ class ContentPackagesApi:
2942
2942
  :type maintainer: str
2943
2943
  :param maintainer_email: The maintainer's e-mail address.
2944
2944
  :type maintainer_email: str
2945
- :param obsoletes_dist:
2945
+ :param obsoletes_dist: A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
2946
2946
  :type obsoletes_dist: object
2947
2947
  :param project_url: A browsable URL for the project and a label for it, separated by a comma.
2948
2948
  :type project_url: str
2949
- :param project_urls:
2949
+ :param project_urls: A dictionary of labels and URLs for the project.
2950
2950
  :type project_urls: object
2951
- :param provides_dist:
2951
+ :param provides_dist: A JSON list containing names of a Distutils project which is contained within this distribution.
2952
2952
  :type provides_dist: object
2953
- :param requires_external:
2953
+ :param requires_external: A JSON list containing some dependency in the system that the distribution is to be used.
2954
2954
  :type requires_external: object
2955
- :param requires_dist:
2955
+ :param requires_dist: A JSON list containing names of some other distutils project required by this distribution.
2956
2956
  :type requires_dist: object
2957
2957
  :param requires_python: The Python version(s) that the distribution is guaranteed to be compatible with.
2958
2958
  :type requires_python: str
2959
2959
  :param description_content_type: A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.
2960
2960
  :type description_content_type: str
2961
- :param provides_extras:
2961
+ :param provides_extras: A JSON list containing names of optional features provided by the package.
2962
2962
  :type provides_extras: object
2963
- :param dynamic:
2963
+ :param dynamic: A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
2964
2964
  :type dynamic: object
2965
2965
  :param license_expression: Text string that is a valid SPDX license expression.
2966
2966
  :type license_expression: str
2967
- :param license_file:
2967
+ :param license_file: A JSON list containing names of the paths to license-related files.
2968
2968
  :type license_file: object
2969
2969
  :param sha256: The SHA256 digest of this package.
2970
2970
  :type sha256: str
@@ -3061,23 +3061,23 @@ class ContentPackagesApi:
3061
3061
  license: Annotated[Optional[StrictStr], Field(description="Text indicating the license covering the distribution")] = None,
3062
3062
  platform: Annotated[Optional[StrictStr], Field(description="A comma-separated list of platform specifications, summarizing the operating systems supported by the package.")] = None,
3063
3063
  summary: Annotated[Optional[StrictStr], Field(description="A one-line summary of what the package does.")] = None,
3064
- classifiers: Optional[Any] = None,
3064
+ classifiers: Annotated[Optional[Any], Field(description="A JSON list containing classification values for a Python package.")] = None,
3065
3065
  download_url: Annotated[Optional[StrictStr], Field(description="Legacy field denoting the URL from which this package can be downloaded.")] = None,
3066
3066
  supported_platform: Annotated[Optional[StrictStr], Field(description="Field to specify the OS and CPU for which the binary package was compiled. ")] = None,
3067
3067
  maintainer: Annotated[Optional[StrictStr], Field(description="The maintainer's name at a minimum; additional contact information may be provided.")] = None,
3068
3068
  maintainer_email: Annotated[Optional[StrictStr], Field(description="The maintainer's e-mail address.")] = None,
3069
- obsoletes_dist: Optional[Any] = None,
3069
+ obsoletes_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.")] = None,
3070
3070
  project_url: Annotated[Optional[StrictStr], Field(description="A browsable URL for the project and a label for it, separated by a comma.")] = None,
3071
- project_urls: Optional[Any] = None,
3072
- provides_dist: Optional[Any] = None,
3073
- requires_external: Optional[Any] = None,
3074
- requires_dist: Optional[Any] = None,
3071
+ project_urls: Annotated[Optional[Any], Field(description="A dictionary of labels and URLs for the project.")] = None,
3072
+ provides_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of a Distutils project which is contained within this distribution.")] = None,
3073
+ requires_external: Annotated[Optional[Any], Field(description="A JSON list containing some dependency in the system that the distribution is to be used.")] = None,
3074
+ requires_dist: Annotated[Optional[Any], Field(description="A JSON list containing names of some other distutils project required by this distribution.")] = None,
3075
3075
  requires_python: Annotated[Optional[StrictStr], Field(description="The Python version(s) that the distribution is guaranteed to be compatible with.")] = None,
3076
3076
  description_content_type: Annotated[Optional[StrictStr], Field(description="A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.")] = None,
3077
- provides_extras: Optional[Any] = None,
3078
- dynamic: Optional[Any] = None,
3077
+ provides_extras: Annotated[Optional[Any], Field(description="A JSON list containing names of optional features provided by the package.")] = None,
3078
+ dynamic: Annotated[Optional[Any], Field(description="A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.")] = None,
3079
3079
  license_expression: Annotated[Optional[StrictStr], Field(description="Text string that is a valid SPDX license expression.")] = None,
3080
- license_file: Optional[Any] = None,
3080
+ license_file: Annotated[Optional[Any], Field(description="A JSON list containing names of the paths to license-related files.")] = None,
3081
3081
  sha256: Annotated[Optional[Annotated[str, Field(min_length=1, strict=True)]], Field(description="The SHA256 digest of this package.")] = None,
3082
3082
  pulp_domain: StrictStr = "default",
3083
3083
  _request_timeout: Union[
@@ -3127,7 +3127,7 @@ class ContentPackagesApi:
3127
3127
  :type platform: str
3128
3128
  :param summary: A one-line summary of what the package does.
3129
3129
  :type summary: str
3130
- :param classifiers:
3130
+ :param classifiers: A JSON list containing classification values for a Python package.
3131
3131
  :type classifiers: object
3132
3132
  :param download_url: Legacy field denoting the URL from which this package can be downloaded.
3133
3133
  :type download_url: str
@@ -3137,29 +3137,29 @@ class ContentPackagesApi:
3137
3137
  :type maintainer: str
3138
3138
  :param maintainer_email: The maintainer's e-mail address.
3139
3139
  :type maintainer_email: str
3140
- :param obsoletes_dist:
3140
+ :param obsoletes_dist: A JSON list containing names of a distutils project's distribution which this distribution renders obsolete, meaning that the two projects should not be installed at the same time.
3141
3141
  :type obsoletes_dist: object
3142
3142
  :param project_url: A browsable URL for the project and a label for it, separated by a comma.
3143
3143
  :type project_url: str
3144
- :param project_urls:
3144
+ :param project_urls: A dictionary of labels and URLs for the project.
3145
3145
  :type project_urls: object
3146
- :param provides_dist:
3146
+ :param provides_dist: A JSON list containing names of a Distutils project which is contained within this distribution.
3147
3147
  :type provides_dist: object
3148
- :param requires_external:
3148
+ :param requires_external: A JSON list containing some dependency in the system that the distribution is to be used.
3149
3149
  :type requires_external: object
3150
- :param requires_dist:
3150
+ :param requires_dist: A JSON list containing names of some other distutils project required by this distribution.
3151
3151
  :type requires_dist: object
3152
3152
  :param requires_python: The Python version(s) that the distribution is guaranteed to be compatible with.
3153
3153
  :type requires_python: str
3154
3154
  :param description_content_type: A string stating the markup syntax (if any) used in the distribution's description, so that tools can intelligently render the description.
3155
3155
  :type description_content_type: str
3156
- :param provides_extras:
3156
+ :param provides_extras: A JSON list containing names of optional features provided by the package.
3157
3157
  :type provides_extras: object
3158
- :param dynamic:
3158
+ :param dynamic: A JSON list containing names of other core metadata fields which are permitted to vary between sdist and bdist packages. Fields NOT marked dynamic MUST be the same between bdist and sdist.
3159
3159
  :type dynamic: object
3160
3160
  :param license_expression: Text string that is a valid SPDX license expression.
3161
3161
  :type license_expression: str
3162
- :param license_file:
3162
+ :param license_file: A JSON list containing names of the paths to license-related files.
3163
3163
  :type license_file: object
3164
3164
  :param sha256: The SHA256 digest of this package.
3165
3165
  :type sha256: str
@@ -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/20250918.1/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250922.1/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):