crc-pulp-python-client 20251001.3__tar.gz → 20251001.4__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-20251001.3 → crc_pulp_python_client-20251001.4}/PKG-INFO +1 -1
  2. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/README.md +4 -4
  3. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +10 -16
  6. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/remotes_python_api.py +10 -16
  7. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/repositories_python_api.py +10 -16
  8. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/configuration.py +3 -3
  9. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pyproject.toml +1 -1
  10. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/setup.py +1 -1
  11. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  12. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  13. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  14. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  15. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/__init__.py +0 -0
  16. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/__init__.py +0 -0
  17. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  18. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  19. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  20. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  21. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  22. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  23. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  24. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  25. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api_client.py +0 -0
  26. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/api_response.py +0 -0
  27. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/exceptions.py +0 -0
  28. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  29. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  30. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  31. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  32. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  33. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  34. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  35. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  36. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  37. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  38. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  39. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  40. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  41. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  42. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  43. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  44. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  45. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  46. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  47. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +0 -0
  48. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  49. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  50. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  51. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  52. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  53. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  54. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  55. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  56. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  57. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_repository.py +0 -0
  58. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/python_python_repository_response.py +0 -0
  59. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repair.py +0 -0
  60. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  61. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  62. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  63. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  64. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  65. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  66. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  67. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  68. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/py.typed +0 -0
  69. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/pulpcore/client/pulp_python/rest.py +0 -0
  70. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/setup.cfg +0 -0
  71. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_legacy_api.py +0 -0
  72. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_pypi_api.py +0 -0
  73. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_api_simple_api.py +0 -0
  74. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_async_operation_response.py +0 -0
  75. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_content_packages_api.py +0 -0
  76. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_content_summary_response.py +0 -0
  77. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_distributions_pypi_api.py +0 -0
  78. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_exclude_platforms_enum.py +0 -0
  79. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_my_permissions_response.py +0 -0
  80. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_nested_role.py +0 -0
  81. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_nested_role_response.py +0 -0
  82. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_object_roles_response.py +0 -0
  83. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_package_metadata_response.py +0 -0
  84. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_package_types_enum.py +0 -0
  85. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_package_upload_task_response.py +0 -0
  86. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginated_repository_version_response_list.py +0 -0
  87. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  88. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  89. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  90. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  91. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_paginatedpython_python_repository_response_list.py +0 -0
  92. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_patchedpython_python_distribution.py +0 -0
  93. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_patchedpython_python_remote.py +0 -0
  94. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_patchedpython_python_repository.py +0 -0
  95. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_policy_enum.py +0 -0
  96. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_publications_pypi_api.py +0 -0
  97. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_pypi_metadata_api.py +0 -0
  98. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_distribution.py +0 -0
  99. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_distribution_response.py +0 -0
  100. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_package_content_response.py +0 -0
  101. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_publication.py +0 -0
  102. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_publication_response.py +0 -0
  103. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_remote.py +0 -0
  104. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_remote_response.py +0 -0
  105. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  106. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_repository.py +0 -0
  107. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_python_python_repository_response.py +0 -0
  108. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_remotes_python_api.py +0 -0
  109. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repair.py +0 -0
  110. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repositories_python_api.py +0 -0
  111. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repositories_python_versions_api.py +0 -0
  112. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repository_add_remove_content.py +0 -0
  113. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repository_sync_url.py +0 -0
  114. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_repository_version_response.py +0 -0
  115. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_set_label.py +0 -0
  116. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_set_label_response.py +0 -0
  117. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_summary_response.py +0 -0
  118. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/test/test_unset_label.py +0 -0
  119. {crc_pulp_python_client-20251001.3 → crc_pulp_python_client-20251001.4}/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: 20251001.3
3
+ Version: 20251001.4
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: 20251001.3
7
+ - Package version: 20251001.4
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-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-ubj90w.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-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -105,7 +105,7 @@ with pulpcore.client.pulp_python.ApiClient(configuration) as api_client:
105
105
 
106
106
  ## Documentation for API Endpoints
107
107
 
108
- All URIs are relative to *https://env-ephemeral-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com*
108
+ All URIs are relative to *https://env-ephemeral-ubj90w.apps.crc-eph.r9lp.p1.openshiftapps.com*
109
109
 
110
110
  Class | Method | HTTP request | Description
111
111
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20251001.3
3
+ Version: 20251001.4
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__ = "20251001.3"
18
+ __version__ = "20251001.4"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulp_python.api.api_legacy_api import ApiLegacyApi
@@ -2344,10 +2344,10 @@ class DistributionsPypiApi:
2344
2344
  _content_type: Optional[StrictStr] = None,
2345
2345
  _headers: Optional[Dict[StrictStr, Any]] = None,
2346
2346
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2347
- ) -> PythonPythonDistributionResponse:
2347
+ ) -> AsyncOperationResponse:
2348
2348
  """Update a python distribution
2349
2349
 
2350
- Update the entity partially and trigger an asynchronous task if necessary
2350
+ Trigger an asynchronous partial update task
2351
2351
 
2352
2352
  :param python_python_distribution_href: (required)
2353
2353
  :type python_python_distribution_href: str
@@ -2388,7 +2388,6 @@ class DistributionsPypiApi:
2388
2388
  )
2389
2389
 
2390
2390
  _response_types_map: Dict[str, Optional[str]] = {
2391
- '200': "PythonPythonDistributionResponse",
2392
2391
  '202': "AsyncOperationResponse",
2393
2392
  }
2394
2393
  response_data = self.api_client.call_api(
@@ -2420,10 +2419,10 @@ class DistributionsPypiApi:
2420
2419
  _content_type: Optional[StrictStr] = None,
2421
2420
  _headers: Optional[Dict[StrictStr, Any]] = None,
2422
2421
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2423
- ) -> ApiResponse[PythonPythonDistributionResponse]:
2422
+ ) -> ApiResponse[AsyncOperationResponse]:
2424
2423
  """Update a python distribution
2425
2424
 
2426
- Update the entity partially and trigger an asynchronous task if necessary
2425
+ Trigger an asynchronous partial update task
2427
2426
 
2428
2427
  :param python_python_distribution_href: (required)
2429
2428
  :type python_python_distribution_href: str
@@ -2464,7 +2463,6 @@ class DistributionsPypiApi:
2464
2463
  )
2465
2464
 
2466
2465
  _response_types_map: Dict[str, Optional[str]] = {
2467
- '200': "PythonPythonDistributionResponse",
2468
2466
  '202': "AsyncOperationResponse",
2469
2467
  }
2470
2468
  response_data = self.api_client.call_api(
@@ -2499,7 +2497,7 @@ class DistributionsPypiApi:
2499
2497
  ) -> RESTResponseType:
2500
2498
  """Update a python distribution
2501
2499
 
2502
- Update the entity partially and trigger an asynchronous task if necessary
2500
+ Trigger an asynchronous partial update task
2503
2501
 
2504
2502
  :param python_python_distribution_href: (required)
2505
2503
  :type python_python_distribution_href: str
@@ -2540,7 +2538,6 @@ class DistributionsPypiApi:
2540
2538
  )
2541
2539
 
2542
2540
  _response_types_map: Dict[str, Optional[str]] = {
2543
- '200': "PythonPythonDistributionResponse",
2544
2541
  '202': "AsyncOperationResponse",
2545
2542
  }
2546
2543
  response_data = self.api_client.call_api(
@@ -3898,10 +3895,10 @@ class DistributionsPypiApi:
3898
3895
  _content_type: Optional[StrictStr] = None,
3899
3896
  _headers: Optional[Dict[StrictStr, Any]] = None,
3900
3897
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3901
- ) -> PythonPythonDistributionResponse:
3898
+ ) -> AsyncOperationResponse:
3902
3899
  """Update a python distribution
3903
3900
 
3904
- Update the entity and trigger an asynchronous task if necessary
3901
+ Trigger an asynchronous update task
3905
3902
 
3906
3903
  :param python_python_distribution_href: (required)
3907
3904
  :type python_python_distribution_href: str
@@ -3942,7 +3939,6 @@ class DistributionsPypiApi:
3942
3939
  )
3943
3940
 
3944
3941
  _response_types_map: Dict[str, Optional[str]] = {
3945
- '200': "PythonPythonDistributionResponse",
3946
3942
  '202': "AsyncOperationResponse",
3947
3943
  }
3948
3944
  response_data = self.api_client.call_api(
@@ -3974,10 +3970,10 @@ class DistributionsPypiApi:
3974
3970
  _content_type: Optional[StrictStr] = None,
3975
3971
  _headers: Optional[Dict[StrictStr, Any]] = None,
3976
3972
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
3977
- ) -> ApiResponse[PythonPythonDistributionResponse]:
3973
+ ) -> ApiResponse[AsyncOperationResponse]:
3978
3974
  """Update a python distribution
3979
3975
 
3980
- Update the entity and trigger an asynchronous task if necessary
3976
+ Trigger an asynchronous update task
3981
3977
 
3982
3978
  :param python_python_distribution_href: (required)
3983
3979
  :type python_python_distribution_href: str
@@ -4018,7 +4014,6 @@ class DistributionsPypiApi:
4018
4014
  )
4019
4015
 
4020
4016
  _response_types_map: Dict[str, Optional[str]] = {
4021
- '200': "PythonPythonDistributionResponse",
4022
4017
  '202': "AsyncOperationResponse",
4023
4018
  }
4024
4019
  response_data = self.api_client.call_api(
@@ -4053,7 +4048,7 @@ class DistributionsPypiApi:
4053
4048
  ) -> RESTResponseType:
4054
4049
  """Update a python distribution
4055
4050
 
4056
- Update the entity and trigger an asynchronous task if necessary
4051
+ Trigger an asynchronous update task
4057
4052
 
4058
4053
  :param python_python_distribution_href: (required)
4059
4054
  :type python_python_distribution_href: str
@@ -4094,7 +4089,6 @@ class DistributionsPypiApi:
4094
4089
  )
4095
4090
 
4096
4091
  _response_types_map: Dict[str, Optional[str]] = {
4097
- '200': "PythonPythonDistributionResponse",
4098
4092
  '202': "AsyncOperationResponse",
4099
4093
  }
4100
4094
  response_data = self.api_client.call_api(
@@ -2710,10 +2710,10 @@ class RemotesPythonApi:
2710
2710
  _content_type: Optional[StrictStr] = None,
2711
2711
  _headers: Optional[Dict[StrictStr, Any]] = None,
2712
2712
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2713
- ) -> PythonPythonRemoteResponse:
2713
+ ) -> AsyncOperationResponse:
2714
2714
  """Update a python remote
2715
2715
 
2716
- Update the entity partially and trigger an asynchronous task if necessary
2716
+ Trigger an asynchronous partial update task
2717
2717
 
2718
2718
  :param python_python_remote_href: (required)
2719
2719
  :type python_python_remote_href: str
@@ -2754,7 +2754,6 @@ class RemotesPythonApi:
2754
2754
  )
2755
2755
 
2756
2756
  _response_types_map: Dict[str, Optional[str]] = {
2757
- '200': "PythonPythonRemoteResponse",
2758
2757
  '202': "AsyncOperationResponse",
2759
2758
  }
2760
2759
  response_data = self.api_client.call_api(
@@ -2786,10 +2785,10 @@ class RemotesPythonApi:
2786
2785
  _content_type: Optional[StrictStr] = None,
2787
2786
  _headers: Optional[Dict[StrictStr, Any]] = None,
2788
2787
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2789
- ) -> ApiResponse[PythonPythonRemoteResponse]:
2788
+ ) -> ApiResponse[AsyncOperationResponse]:
2790
2789
  """Update a python remote
2791
2790
 
2792
- Update the entity partially and trigger an asynchronous task if necessary
2791
+ Trigger an asynchronous partial update task
2793
2792
 
2794
2793
  :param python_python_remote_href: (required)
2795
2794
  :type python_python_remote_href: str
@@ -2830,7 +2829,6 @@ class RemotesPythonApi:
2830
2829
  )
2831
2830
 
2832
2831
  _response_types_map: Dict[str, Optional[str]] = {
2833
- '200': "PythonPythonRemoteResponse",
2834
2832
  '202': "AsyncOperationResponse",
2835
2833
  }
2836
2834
  response_data = self.api_client.call_api(
@@ -2865,7 +2863,7 @@ class RemotesPythonApi:
2865
2863
  ) -> RESTResponseType:
2866
2864
  """Update a python remote
2867
2865
 
2868
- Update the entity partially and trigger an asynchronous task if necessary
2866
+ Trigger an asynchronous partial update task
2869
2867
 
2870
2868
  :param python_python_remote_href: (required)
2871
2869
  :type python_python_remote_href: str
@@ -2906,7 +2904,6 @@ class RemotesPythonApi:
2906
2904
  )
2907
2905
 
2908
2906
  _response_types_map: Dict[str, Optional[str]] = {
2909
- '200': "PythonPythonRemoteResponse",
2910
2907
  '202': "AsyncOperationResponse",
2911
2908
  }
2912
2909
  response_data = self.api_client.call_api(
@@ -4264,10 +4261,10 @@ class RemotesPythonApi:
4264
4261
  _content_type: Optional[StrictStr] = None,
4265
4262
  _headers: Optional[Dict[StrictStr, Any]] = None,
4266
4263
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4267
- ) -> PythonPythonRemoteResponse:
4264
+ ) -> AsyncOperationResponse:
4268
4265
  """Update a python remote
4269
4266
 
4270
- Update the entity and trigger an asynchronous task if necessary
4267
+ Trigger an asynchronous update task
4271
4268
 
4272
4269
  :param python_python_remote_href: (required)
4273
4270
  :type python_python_remote_href: str
@@ -4308,7 +4305,6 @@ class RemotesPythonApi:
4308
4305
  )
4309
4306
 
4310
4307
  _response_types_map: Dict[str, Optional[str]] = {
4311
- '200': "PythonPythonRemoteResponse",
4312
4308
  '202': "AsyncOperationResponse",
4313
4309
  }
4314
4310
  response_data = self.api_client.call_api(
@@ -4340,10 +4336,10 @@ class RemotesPythonApi:
4340
4336
  _content_type: Optional[StrictStr] = None,
4341
4337
  _headers: Optional[Dict[StrictStr, Any]] = None,
4342
4338
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4343
- ) -> ApiResponse[PythonPythonRemoteResponse]:
4339
+ ) -> ApiResponse[AsyncOperationResponse]:
4344
4340
  """Update a python remote
4345
4341
 
4346
- Update the entity and trigger an asynchronous task if necessary
4342
+ Trigger an asynchronous update task
4347
4343
 
4348
4344
  :param python_python_remote_href: (required)
4349
4345
  :type python_python_remote_href: str
@@ -4384,7 +4380,6 @@ class RemotesPythonApi:
4384
4380
  )
4385
4381
 
4386
4382
  _response_types_map: Dict[str, Optional[str]] = {
4387
- '200': "PythonPythonRemoteResponse",
4388
4383
  '202': "AsyncOperationResponse",
4389
4384
  }
4390
4385
  response_data = self.api_client.call_api(
@@ -4419,7 +4414,7 @@ class RemotesPythonApi:
4419
4414
  ) -> RESTResponseType:
4420
4415
  """Update a python remote
4421
4416
 
4422
- Update the entity and trigger an asynchronous task if necessary
4417
+ Trigger an asynchronous update task
4423
4418
 
4424
4419
  :param python_python_remote_href: (required)
4425
4420
  :type python_python_remote_href: str
@@ -4460,7 +4455,6 @@ class RemotesPythonApi:
4460
4455
  )
4461
4456
 
4462
4457
  _response_types_map: Dict[str, Optional[str]] = {
4463
- '200': "PythonPythonRemoteResponse",
4464
4458
  '202': "AsyncOperationResponse",
4465
4459
  }
4466
4460
  response_data = self.api_client.call_api(
@@ -2705,10 +2705,10 @@ class RepositoriesPythonApi:
2705
2705
  _content_type: Optional[StrictStr] = None,
2706
2706
  _headers: Optional[Dict[StrictStr, Any]] = None,
2707
2707
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2708
- ) -> PythonPythonRepositoryResponse:
2708
+ ) -> AsyncOperationResponse:
2709
2709
  """Update a python repository
2710
2710
 
2711
- Update the entity partially and trigger an asynchronous task if necessary
2711
+ Trigger an asynchronous partial update task
2712
2712
 
2713
2713
  :param python_python_repository_href: (required)
2714
2714
  :type python_python_repository_href: str
@@ -2749,7 +2749,6 @@ class RepositoriesPythonApi:
2749
2749
  )
2750
2750
 
2751
2751
  _response_types_map: Dict[str, Optional[str]] = {
2752
- '200': "PythonPythonRepositoryResponse",
2753
2752
  '202': "AsyncOperationResponse",
2754
2753
  }
2755
2754
  response_data = self.api_client.call_api(
@@ -2781,10 +2780,10 @@ class RepositoriesPythonApi:
2781
2780
  _content_type: Optional[StrictStr] = None,
2782
2781
  _headers: Optional[Dict[StrictStr, Any]] = None,
2783
2782
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
2784
- ) -> ApiResponse[PythonPythonRepositoryResponse]:
2783
+ ) -> ApiResponse[AsyncOperationResponse]:
2785
2784
  """Update a python repository
2786
2785
 
2787
- Update the entity partially and trigger an asynchronous task if necessary
2786
+ Trigger an asynchronous partial update task
2788
2787
 
2789
2788
  :param python_python_repository_href: (required)
2790
2789
  :type python_python_repository_href: str
@@ -2825,7 +2824,6 @@ class RepositoriesPythonApi:
2825
2824
  )
2826
2825
 
2827
2826
  _response_types_map: Dict[str, Optional[str]] = {
2828
- '200': "PythonPythonRepositoryResponse",
2829
2827
  '202': "AsyncOperationResponse",
2830
2828
  }
2831
2829
  response_data = self.api_client.call_api(
@@ -2860,7 +2858,7 @@ class RepositoriesPythonApi:
2860
2858
  ) -> RESTResponseType:
2861
2859
  """Update a python repository
2862
2860
 
2863
- Update the entity partially and trigger an asynchronous task if necessary
2861
+ Trigger an asynchronous partial update task
2864
2862
 
2865
2863
  :param python_python_repository_href: (required)
2866
2864
  :type python_python_repository_href: str
@@ -2901,7 +2899,6 @@ class RepositoriesPythonApi:
2901
2899
  )
2902
2900
 
2903
2901
  _response_types_map: Dict[str, Optional[str]] = {
2904
- '200': "PythonPythonRepositoryResponse",
2905
2902
  '202': "AsyncOperationResponse",
2906
2903
  }
2907
2904
  response_data = self.api_client.call_api(
@@ -4847,10 +4844,10 @@ class RepositoriesPythonApi:
4847
4844
  _content_type: Optional[StrictStr] = None,
4848
4845
  _headers: Optional[Dict[StrictStr, Any]] = None,
4849
4846
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4850
- ) -> PythonPythonRepositoryResponse:
4847
+ ) -> AsyncOperationResponse:
4851
4848
  """Update a python repository
4852
4849
 
4853
- Update the entity and trigger an asynchronous task if necessary
4850
+ Trigger an asynchronous update task
4854
4851
 
4855
4852
  :param python_python_repository_href: (required)
4856
4853
  :type python_python_repository_href: str
@@ -4891,7 +4888,6 @@ class RepositoriesPythonApi:
4891
4888
  )
4892
4889
 
4893
4890
  _response_types_map: Dict[str, Optional[str]] = {
4894
- '200': "PythonPythonRepositoryResponse",
4895
4891
  '202': "AsyncOperationResponse",
4896
4892
  }
4897
4893
  response_data = self.api_client.call_api(
@@ -4923,10 +4919,10 @@ class RepositoriesPythonApi:
4923
4919
  _content_type: Optional[StrictStr] = None,
4924
4920
  _headers: Optional[Dict[StrictStr, Any]] = None,
4925
4921
  _host_index: Annotated[StrictInt, Field(ge=0, le=0)] = 0,
4926
- ) -> ApiResponse[PythonPythonRepositoryResponse]:
4922
+ ) -> ApiResponse[AsyncOperationResponse]:
4927
4923
  """Update a python repository
4928
4924
 
4929
- Update the entity and trigger an asynchronous task if necessary
4925
+ Trigger an asynchronous update task
4930
4926
 
4931
4927
  :param python_python_repository_href: (required)
4932
4928
  :type python_python_repository_href: str
@@ -4967,7 +4963,6 @@ class RepositoriesPythonApi:
4967
4963
  )
4968
4964
 
4969
4965
  _response_types_map: Dict[str, Optional[str]] = {
4970
- '200': "PythonPythonRepositoryResponse",
4971
4966
  '202': "AsyncOperationResponse",
4972
4967
  }
4973
4968
  response_data = self.api_client.call_api(
@@ -5002,7 +4997,7 @@ class RepositoriesPythonApi:
5002
4997
  ) -> RESTResponseType:
5003
4998
  """Update a python repository
5004
4999
 
5005
- Update the entity and trigger an asynchronous task if necessary
5000
+ Trigger an asynchronous update task
5006
5001
 
5007
5002
  :param python_python_repository_href: (required)
5008
5003
  :type python_python_repository_href: str
@@ -5043,7 +5038,6 @@ class RepositoriesPythonApi:
5043
5038
  )
5044
5039
 
5045
5040
  _response_types_map: Dict[str, Optional[str]] = {
5046
- '200': "PythonPythonRepositoryResponse",
5047
5041
  '202': "AsyncOperationResponse",
5048
5042
  }
5049
5043
  response_data = self.api_client.call_api(
@@ -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-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-ubj90w.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: 20251001.3".\
560
+ "SDK Package Version: 20251001.4".\
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-fthl9j.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-ubj90w.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 = "20251001.3"
3
+ version = "20251001.4"
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 = "20251001.3"
25
+ VERSION = "20251001.4"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",