crc-pulp-python-client 20250923.5__tar.gz → 20250925.2__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of crc-pulp-python-client might be problematic. Click here for more details.

Files changed (119) hide show
  1. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/PKG-INFO +1 -1
  2. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/README.md +19 -48
  3. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/crc_pulp_python_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/crc_pulp_python_client.egg-info/SOURCES.txt +6 -6
  5. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/__init__.py +4 -4
  6. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/__init__.py +3 -3
  7. crc_pulp_python_client-20250923.5/pulpcore/client/pulp_python/api/pypi_legacy_api.py → crc_pulp_python_client-20250925.2/pulpcore/client/pulp_python/api/api_legacy_api.py +2 -2
  8. crc_pulp_python_client-20250923.5/pulpcore/client/pulp_python/api/pypi_api.py → crc_pulp_python_client-20250925.2/pulpcore/client/pulp_python/api/api_pypi_api.py +2 -2
  9. crc_pulp_python_client-20250923.5/pulpcore/client/pulp_python/api/pypi_simple_api.py → crc_pulp_python_client-20250925.2/pulpcore/client/pulp_python/api/api_simple_api.py +4 -4
  10. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +1 -1
  11. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/configuration.py +3 -3
  12. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pyproject.toml +1 -1
  13. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/setup.py +1 -1
  14. crc_pulp_python_client-20250923.5/test/test_pypi_legacy_api.py → crc_pulp_python_client-20250925.2/test/test_api_legacy_api.py +4 -4
  15. crc_pulp_python_client-20250923.5/test/test_pypi_api.py → crc_pulp_python_client-20250925.2/test/test_api_pypi_api.py +4 -4
  16. crc_pulp_python_client-20250923.5/test/test_pypi_simple_api.py → crc_pulp_python_client-20250925.2/test/test_api_simple_api.py +4 -4
  17. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  18. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  19. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  20. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/__init__.py +0 -0
  21. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/__init__.py +0 -0
  22. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  23. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  24. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  25. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  26. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  27. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  28. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api_client.py +0 -0
  29. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/api_response.py +0 -0
  30. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/exceptions.py +0 -0
  31. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  32. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  33. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  34. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  35. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  36. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  37. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  38. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  39. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  40. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  41. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  42. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  43. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  44. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  45. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  46. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  47. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  48. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  49. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  50. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  51. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  52. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  53. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  54. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  55. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  56. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  57. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  58. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  59. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  60. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  61. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  62. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/repair.py +0 -0
  63. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  64. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  65. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  66. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  67. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  68. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  69. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  70. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  71. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/py.typed +0 -0
  72. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/pulpcore/client/pulp_python/rest.py +0 -0
  73. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/setup.cfg +0 -0
  74. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_async_operation_response.py +0 -0
  75. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_content_packages_api.py +0 -0
  76. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_content_summary_response.py +0 -0
  77. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_distributions_pypi_api.py +0 -0
  78. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_exclude_platforms_enum.py +0 -0
  79. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_my_permissions_response.py +0 -0
  80. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_nested_role.py +0 -0
  81. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_nested_role_response.py +0 -0
  82. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_object_roles_response.py +0 -0
  83. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_package_metadata_response.py +0 -0
  84. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_package_types_enum.py +0 -0
  85. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_package_upload_task_response.py +0 -0
  86. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_paginated_repository_version_response_list.py +0 -0
  87. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  88. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  89. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  90. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  91. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  92. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_patchedpython_python_distribution.py +0 -0
  93. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_patchedpython_python_remote.py +0 -0
  94. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_patchedpython_python_repository.py +0 -0
  95. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_policy_enum.py +0 -0
  96. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_publications_pypi_api.py +0 -0
  97. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_pypi_metadata_api.py +0 -0
  98. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_distribution.py +0 -0
  99. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_distribution_response.py +0 -0
  100. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_package_content_response.py +0 -0
  101. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_publication.py +0 -0
  102. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_publication_response.py +0 -0
  103. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_remote.py +0 -0
  104. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_remote_response.py +0 -0
  105. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  106. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_repository.py +0 -0
  107. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_python_python_repository_response.py +0 -0
  108. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_remotes_python_api.py +0 -0
  109. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_repair.py +0 -0
  110. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_repositories_python_api.py +0 -0
  111. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_repositories_python_versions_api.py +0 -0
  112. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_repository_add_remove_content.py +0 -0
  113. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_repository_sync_url.py +0 -0
  114. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_repository_version_response.py +0 -0
  115. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_set_label.py +0 -0
  116. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_set_label_response.py +0 -0
  117. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_summary_response.py +0 -0
  118. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/test/test_unset_label.py +0 -0
  119. {crc_pulp_python_client-20250923.5 → crc_pulp_python_client-20250925.2}/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: 20250923.5
3
+ Version: 20250925.2
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: 20250923.5
7
+ - Package version: 20250925.2
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-e7vkal.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-bb11gj.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-e7vkal.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-bb11gj.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -85,59 +85,35 @@ configuration.api_key['cookieAuth'] = os.environ["API_KEY"]
85
85
  # Enter a context with an instance of the API client
86
86
  with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
87
87
  # Create an instance of the API class
88
- api_instance = pulpcore.client.pulp_python.ContentPackagesApi(api_client)
88
+ api_instance = pulpcore.client.pulp_python.ApiLegacyApi(api_client)
89
+ path = 'path_example' # str |
89
90
  pulp_domain = 'pulp_domain_example' # str |
90
- relative_path = 'relative_path_example' # str | Path where the artifact is located relative to distributions base_path
91
+ content = None # bytearray | A Python package release file to upload to the index.
92
+ sha256_digest = 'sha256_digest_example' # str | SHA256 of package to validate upload integrity.
91
93
  x_task_diagnostics = ['x_task_diagnostics_example'] # List[str] | List of profilers to use on tasks. (optional)
92
- repository = 'repository_example' # str | A URI of a repository the new content unit should be associated with. (optional)
93
- pulp_labels = None # Dict[str, Optional[str]] | A dictionary of arbitrary key/value pairs used to describe a specific Content instance. (optional)
94
- artifact = 'artifact_example' # str | Artifact file representing the physical content (optional)
95
- file = None # bytearray | An uploaded file that may be turned into the content unit. (optional)
96
- upload = 'upload_example' # str | An uncommitted upload that may be turned into the content unit. (optional)
97
- file_url = 'file_url_example' # str | A url that Pulp can download and turn into the content unit. (optional)
98
- author = 'author_example' # str | Text containing the author's name. Contact information can also be added, separated with newlines. (optional)
99
- author_email = 'author_email_example' # str | The author's e-mail address. (optional)
100
- description = 'description_example' # str | A longer description of the package that can run to several paragraphs. (optional)
101
- home_page = 'home_page_example' # str | The URL for the package's home page. (optional)
102
- keywords = 'keywords_example' # str | Additional keywords to be used to assist searching for the package in a larger catalog. (optional)
103
- license = 'license_example' # str | Text indicating the license covering the distribution (optional)
104
- platform = 'platform_example' # str | A comma-separated list of platform specifications, summarizing the operating systems supported by the package. (optional)
105
- summary = 'summary_example' # str | A one-line summary of what the package does. (optional)
106
- classifiers = None # object | A JSON list containing classification values for a Python package. (optional)
107
- download_url = 'download_url_example' # str | Legacy field denoting the URL from which this package can be downloaded. (optional)
108
- supported_platform = 'supported_platform_example' # str | Field to specify the OS and CPU for which the binary package was compiled. (optional)
109
- maintainer = 'maintainer_example' # str | The maintainer's name at a minimum; additional contact information may be provided. (optional)
110
- maintainer_email = 'maintainer_email_example' # str | The maintainer's e-mail address. (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
- 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 | 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
- requires_python = 'requires_python_example' # str | The Python version(s) that the distribution is guaranteed to be compatible with. (optional)
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 | 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
- license_expression = 'license_expression_example' # str | Text string that is a valid SPDX license expression. (optional)
122
- license_file = None # object | A JSON list containing names of the paths to license-related files. (optional)
123
- sha256 = '' # str | The SHA256 digest of this package. (optional) (default to '')
94
+ action = 'file_upload' # str | Defaults to `file_upload`, don't change it or request will fail! (optional) (default to 'file_upload')
124
95
 
125
96
  try:
126
- # Create a python package content
127
- api_response = api_instance.create(pulp_domain, 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)
128
- print("The response of ContentPackagesApi->create:\n")
97
+ # Upload a package
98
+ api_response = api_instance.create(path, pulp_domain, content, sha256_digest, x_task_diagnostics=x_task_diagnostics, action=action)
99
+ print("The response of ApiLegacyApi->create:\n")
129
100
  pprint(api_response)
130
101
  except ApiException as e:
131
- print("Exception when calling ContentPackagesApi->create: %s\n" % e)
102
+ print("Exception when calling ApiLegacyApi->create: %s\n" % e)
132
103
 
133
104
  ```
134
105
 
135
106
  ## Documentation for API Endpoints
136
107
 
137
- All URIs are relative to *https://env-ephemeral-e7vkal.apps.crc-eph.r9lp.p1.openshiftapps.com*
108
+ All URIs are relative to *https://env-ephemeral-bb11gj.apps.crc-eph.r9lp.p1.openshiftapps.com*
138
109
 
139
110
  Class | Method | HTTP request | Description
140
111
  ------------ | ------------- | ------------- | -------------
112
+ *ApiLegacyApi* | [**create**](docs/ApiLegacyApi.md#create) | **POST** /api/pypi/{pulp_domain}/{path}/legacy/ | Upload a package
113
+ *ApiPypiApi* | [**read**](docs/ApiPypiApi.md#read) | **GET** /api/pypi/{pulp_domain}/{path}/ | Get index summary
114
+ *ApiSimpleApi* | [**create**](docs/ApiSimpleApi.md#create) | **POST** /api/pypi/{pulp_domain}/{path}/simple/ | Upload a package
115
+ *ApiSimpleApi* | [**pypi_simple_package_read**](docs/ApiSimpleApi.md#pypi_simple_package_read) | **GET** /api/pypi/{pulp_domain}/{path}/simple/{package}/ | Get package simple page
116
+ *ApiSimpleApi* | [**read**](docs/ApiSimpleApi.md#read) | **GET** /api/pypi/{pulp_domain}/{path}/simple/ | Get index simple page
141
117
  *ContentPackagesApi* | [**create**](docs/ContentPackagesApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/content/python/packages/ | Create a python package content
142
118
  *ContentPackagesApi* | [**list**](docs/ContentPackagesApi.md#list) | **GET** /api/pulp/{pulp_domain}/api/v3/content/python/packages/ | List python package contents
143
119
  *ContentPackagesApi* | [**read**](docs/ContentPackagesApi.md#read) | **GET** {python_python_package_content_href} | Inspect a python package content
@@ -164,12 +140,7 @@ Class | Method | HTTP request | Description
164
140
  *PublicationsPypiApi* | [**my_permissions**](docs/PublicationsPypiApi.md#my_permissions) | **GET** {python_python_publication_href}my_permissions/ | List user permissions
165
141
  *PublicationsPypiApi* | [**read**](docs/PublicationsPypiApi.md#read) | **GET** {python_python_publication_href} | Inspect a python publication
166
142
  *PublicationsPypiApi* | [**remove_role**](docs/PublicationsPypiApi.md#remove_role) | **POST** {python_python_publication_href}remove_role/ | Remove a role
167
- *PypiApi* | [**read**](docs/PypiApi.md#read) | **GET** /pypi/{pulp_domain}/{path}/ | Get index summary
168
- *PypiLegacyApi* | [**create**](docs/PypiLegacyApi.md#create) | **POST** /pypi/{pulp_domain}/{path}/legacy/ | Upload a package
169
- *PypiMetadataApi* | [**read**](docs/PypiMetadataApi.md#read) | **GET** /pypi/{pulp_domain}/{path}/pypi/{meta}/ | Get package metadata
170
- *PypiSimpleApi* | [**create**](docs/PypiSimpleApi.md#create) | **POST** /pypi/{pulp_domain}/{path}/simple/ | Upload a package
171
- *PypiSimpleApi* | [**pypi_simple_package_read**](docs/PypiSimpleApi.md#pypi_simple_package_read) | **GET** /pypi/{pulp_domain}/{path}/simple/{package}/ | Get package simple page
172
- *PypiSimpleApi* | [**read**](docs/PypiSimpleApi.md#read) | **GET** /pypi/{pulp_domain}/{path}/simple/ | Get index simple page
143
+ *PypiMetadataApi* | [**read**](docs/PypiMetadataApi.md#read) | **GET** /api/pypi/{pulp_domain}/{path}/pypi/{meta}/ | Get package metadata
173
144
  *RemotesPythonApi* | [**add_role**](docs/RemotesPythonApi.md#add_role) | **POST** {python_python_remote_href}add_role/ | Add a role
174
145
  *RemotesPythonApi* | [**create**](docs/RemotesPythonApi.md#create) | **POST** /api/pulp/{pulp_domain}/api/v3/remotes/python/python/ | Create a python remote
175
146
  *RemotesPythonApi* | [**delete**](docs/RemotesPythonApi.md#delete) | **DELETE** {python_python_remote_href} | Delete a python remote
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20250923.5
3
+ Version: 20250925.2
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -17,13 +17,13 @@ pulpcore/client/pulp_python/exceptions.py
17
17
  pulpcore/client/pulp_python/py.typed
18
18
  pulpcore/client/pulp_python/rest.py
19
19
  pulpcore/client/pulp_python/api/__init__.py
20
+ pulpcore/client/pulp_python/api/api_legacy_api.py
21
+ pulpcore/client/pulp_python/api/api_pypi_api.py
22
+ pulpcore/client/pulp_python/api/api_simple_api.py
20
23
  pulpcore/client/pulp_python/api/content_packages_api.py
21
24
  pulpcore/client/pulp_python/api/distributions_pypi_api.py
22
25
  pulpcore/client/pulp_python/api/publications_pypi_api.py
23
- pulpcore/client/pulp_python/api/pypi_api.py
24
- pulpcore/client/pulp_python/api/pypi_legacy_api.py
25
26
  pulpcore/client/pulp_python/api/pypi_metadata_api.py
26
- pulpcore/client/pulp_python/api/pypi_simple_api.py
27
27
  pulpcore/client/pulp_python/api/remotes_python_api.py
28
28
  pulpcore/client/pulp_python/api/repositories_python_api.py
29
29
  pulpcore/client/pulp_python/api/repositories_python_versions_api.py
@@ -67,6 +67,9 @@ pulpcore/client/pulp_python/models/set_label_response.py
67
67
  pulpcore/client/pulp_python/models/summary_response.py
68
68
  pulpcore/client/pulp_python/models/unset_label.py
69
69
  pulpcore/client/pulp_python/models/unset_label_response.py
70
+ test/test_api_legacy_api.py
71
+ test/test_api_pypi_api.py
72
+ test/test_api_simple_api.py
70
73
  test/test_async_operation_response.py
71
74
  test/test_content_packages_api.py
72
75
  test/test_content_summary_response.py
@@ -90,10 +93,7 @@ test/test_patchedpython_python_remote.py
90
93
  test/test_patchedpython_python_repository.py
91
94
  test/test_policy_enum.py
92
95
  test/test_publications_pypi_api.py
93
- test/test_pypi_api.py
94
- test/test_pypi_legacy_api.py
95
96
  test/test_pypi_metadata_api.py
96
- test/test_pypi_simple_api.py
97
97
  test/test_python_python_distribution.py
98
98
  test/test_python_python_distribution_response.py
99
99
  test/test_python_python_package_content_response.py
@@ -15,16 +15,16 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250923.5"
18
+ __version__ = "20250925.2"
19
19
 
20
20
  # import apis into sdk package
21
+ from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
22
+ from pulpcore.client.pulp_python.api.api_pypi_api import ApiPypiApi
23
+ from pulpcore.client.pulp_python.api.api_simple_api import ApiSimpleApi
21
24
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
22
25
  from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
23
26
  from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi
24
- from pulpcore.client.pulp_python.api.pypi_api import PypiApi
25
- from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
26
27
  from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
27
- from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
28
28
  from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
29
29
  from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
30
30
  from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
@@ -1,13 +1,13 @@
1
1
  # flake8: noqa
2
2
 
3
3
  # import apis into api package
4
+ from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
5
+ from pulpcore.client.pulp_python.api.api_pypi_api import ApiPypiApi
6
+ from pulpcore.client.pulp_python.api.api_simple_api import ApiSimpleApi
4
7
  from pulpcore.client.pulp_python.api.content_packages_api import ContentPackagesApi
5
8
  from pulpcore.client.pulp_python.api.distributions_pypi_api import DistributionsPypiApi
6
9
  from pulpcore.client.pulp_python.api.publications_pypi_api import PublicationsPypiApi
7
- from pulpcore.client.pulp_python.api.pypi_api import PypiApi
8
- from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
9
10
  from pulpcore.client.pulp_python.api.pypi_metadata_api import PypiMetadataApi
10
- from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
11
11
  from pulpcore.client.pulp_python.api.remotes_python_api import RemotesPythonApi
12
12
  from pulpcore.client.pulp_python.api.repositories_python_api import RepositoriesPythonApi
13
13
  from pulpcore.client.pulp_python.api.repositories_python_versions_api import RepositoriesPythonVersionsApi
@@ -27,7 +27,7 @@ from pulpcore.client.pulp_python.api_response import ApiResponse
27
27
  from pulpcore.client.pulp_python.rest import RESTResponseType
28
28
 
29
29
 
30
- class PypiLegacyApi:
30
+ class ApiLegacyApi:
31
31
  """NOTE: This class is auto generated by OpenAPI Generator
32
32
  Ref: https://openapi-generator.tech
33
33
 
@@ -377,7 +377,7 @@ class PypiLegacyApi:
377
377
 
378
378
  return self.api_client.param_serialize(
379
379
  method='POST',
380
- resource_path='/pypi/{pulp_domain}/{path}/legacy/',
380
+ resource_path='/api/pypi/{pulp_domain}/{path}/legacy/',
381
381
  path_params=_path_params,
382
382
  query_params=_query_params,
383
383
  header_params=_header_params,
@@ -27,7 +27,7 @@ from pulpcore.client.pulp_python.api_response import ApiResponse
27
27
  from pulpcore.client.pulp_python.rest import RESTResponseType
28
28
 
29
29
 
30
- class PypiApi:
30
+ class ApiPypiApi:
31
31
  """NOTE: This class is auto generated by OpenAPI Generator
32
32
  Ref: https://openapi-generator.tech
33
33
 
@@ -354,7 +354,7 @@ class PypiApi:
354
354
 
355
355
  return self.api_client.param_serialize(
356
356
  method='GET',
357
- resource_path='/pypi/{pulp_domain}/{path}/',
357
+ resource_path='/api/pypi/{pulp_domain}/{path}/',
358
358
  path_params=_path_params,
359
359
  query_params=_query_params,
360
360
  header_params=_header_params,
@@ -27,7 +27,7 @@ from pulpcore.client.pulp_python.api_response import ApiResponse
27
27
  from pulpcore.client.pulp_python.rest import RESTResponseType
28
28
 
29
29
 
30
- class PypiSimpleApi:
30
+ class ApiSimpleApi:
31
31
  """NOTE: This class is auto generated by OpenAPI Generator
32
32
  Ref: https://openapi-generator.tech
33
33
 
@@ -374,7 +374,7 @@ class PypiSimpleApi:
374
374
 
375
375
  return self.api_client.param_serialize(
376
376
  method='POST',
377
- resource_path='/pypi/{pulp_domain}/{path}/simple/',
377
+ resource_path='/api/pypi/{pulp_domain}/{path}/simple/',
378
378
  path_params=_path_params,
379
379
  query_params=_query_params,
380
380
  header_params=_header_params,
@@ -709,7 +709,7 @@ class PypiSimpleApi:
709
709
 
710
710
  return self.api_client.param_serialize(
711
711
  method='GET',
712
- resource_path='/pypi/{pulp_domain}/{path}/simple/{package}/',
712
+ resource_path='/api/pypi/{pulp_domain}/{path}/simple/{package}/',
713
713
  path_params=_path_params,
714
714
  query_params=_query_params,
715
715
  header_params=_header_params,
@@ -1029,7 +1029,7 @@ class PypiSimpleApi:
1029
1029
 
1030
1030
  return self.api_client.param_serialize(
1031
1031
  method='GET',
1032
- resource_path='/pypi/{pulp_domain}/{path}/simple/',
1032
+ resource_path='/api/pypi/{pulp_domain}/{path}/simple/',
1033
1033
  path_params=_path_params,
1034
1034
  query_params=_query_params,
1035
1035
  header_params=_header_params,
@@ -369,7 +369,7 @@ class PypiMetadataApi:
369
369
 
370
370
  return self.api_client.param_serialize(
371
371
  method='GET',
372
- resource_path='/pypi/{pulp_domain}/{path}/pypi/{meta}/',
372
+ resource_path='/api/pypi/{pulp_domain}/{path}/pypi/{meta}/',
373
373
  path_params=_path_params,
374
374
  query_params=_query_params,
375
375
  header_params=_header_params,
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulp_python.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-e7vkal.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-bb11gj.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulp_python.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250923.5".\
560
+ "SDK Package Version: 20250925.2".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulp_python.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-e7vkal.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-bb11gj.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulp_python"
3
- version = "20250923.5"
3
+ version = "20250925.2"
4
4
  description = "Pulp 3 API"
5
5
  authors = ["Pulp Team <pulp-list@redhat.com>"]
6
6
  license = "GPLv2+"
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "crc-pulp_python-client"
25
- VERSION = "20250923.5"
25
+ VERSION = "20250925.2"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -15,14 +15,14 @@
15
15
 
16
16
  import unittest
17
17
 
18
- from pulpcore.client.pulp_python.api.pypi_legacy_api import PypiLegacyApi
18
+ from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
19
19
 
20
20
 
21
- class TestPypiLegacyApi(unittest.TestCase):
22
- """PypiLegacyApi unit test stubs"""
21
+ class TestApiLegacyApi(unittest.TestCase):
22
+ """ApiLegacyApi unit test stubs"""
23
23
 
24
24
  def setUp(self) -> None:
25
- self.api = PypiLegacyApi()
25
+ self.api = ApiLegacyApi()
26
26
 
27
27
  def tearDown(self) -> None:
28
28
  pass
@@ -15,14 +15,14 @@
15
15
 
16
16
  import unittest
17
17
 
18
- from pulpcore.client.pulp_python.api.pypi_api import PypiApi
18
+ from pulpcore.client.pulp_python.api.api_pypi_api import ApiPypiApi
19
19
 
20
20
 
21
- class TestPypiApi(unittest.TestCase):
22
- """PypiApi unit test stubs"""
21
+ class TestApiPypiApi(unittest.TestCase):
22
+ """ApiPypiApi unit test stubs"""
23
23
 
24
24
  def setUp(self) -> None:
25
- self.api = PypiApi()
25
+ self.api = ApiPypiApi()
26
26
 
27
27
  def tearDown(self) -> None:
28
28
  pass
@@ -15,14 +15,14 @@
15
15
 
16
16
  import unittest
17
17
 
18
- from pulpcore.client.pulp_python.api.pypi_simple_api import PypiSimpleApi
18
+ from pulpcore.client.pulp_python.api.api_simple_api import ApiSimpleApi
19
19
 
20
20
 
21
- class TestPypiSimpleApi(unittest.TestCase):
22
- """PypiSimpleApi unit test stubs"""
21
+ class TestApiSimpleApi(unittest.TestCase):
22
+ """ApiSimpleApi unit test stubs"""
23
23
 
24
24
  def setUp(self) -> None:
25
- self.api = PypiSimpleApi()
25
+ self.api = ApiSimpleApi()
26
26
 
27
27
  def tearDown(self) -> None:
28
28
  pass