crc-pulp-python-client 20260827.2__tar.gz → 20260827.3__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 (157) hide show
  1. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/PKG-INFO +182 -179
  2. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/README.md +4 -4
  3. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/crc_pulp_python_client.egg-info/PKG-INFO +182 -179
  4. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +4 -2
  7. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_repository.py +4 -2
  8. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_repository_response.py +3 -1
  9. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pyproject.toml +1 -1
  10. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/setup.py +1 -1
  11. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_python_repository_response_list.py +2 -0
  12. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_patchedpython_python_repository.py +2 -1
  13. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_repository.py +2 -1
  14. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_repository_response.py +1 -0
  15. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  16. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  17. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  18. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  19. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/__init__.py +0 -0
  20. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/__init__.py +0 -0
  21. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  22. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  23. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  24. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  25. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  26. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/api_unyank_api.py +0 -0
  27. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/api_yank_api.py +0 -0
  28. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  29. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  30. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/content_yanks_api.py +0 -0
  31. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  32. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  33. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  34. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  35. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  36. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  37. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  38. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api_client.py +0 -0
  39. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/api_response.py +0 -0
  40. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/exceptions.py +0 -0
  41. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  42. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  43. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  44. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  45. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  46. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  47. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  48. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  49. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  50. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  51. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  52. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  53. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  54. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  55. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  56. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_package_yank_response_list.py +0 -0
  57. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  58. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  59. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  60. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  61. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  62. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  63. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  64. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  65. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  66. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  67. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  68. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_package_yank_response.py +0 -0
  69. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  70. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  71. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  72. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  73. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  74. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  75. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  76. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  77. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  78. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  79. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  80. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  81. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/repair.py +0 -0
  82. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  83. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  84. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  85. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  86. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  87. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  88. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  89. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  90. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/models/yank.py +0 -0
  91. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/py.typed +0 -0
  92. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/pulpcore/client/pulp_python/rest.py +0 -0
  93. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/setup.cfg +0 -0
  94. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_api_integrity_provenance_api.py +0 -0
  95. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_api_legacy_api.py +0 -0
  96. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_api_pypi_api.py +0 -0
  97. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_api_simple_api.py +0 -0
  98. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_api_unyank_api.py +0 -0
  99. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_api_yank_api.py +0 -0
  100. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_async_operation_response.py +0 -0
  101. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_content_packages_api.py +0 -0
  102. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_content_provenance_api.py +0 -0
  103. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_content_summary_response.py +0 -0
  104. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_content_yanks_api.py +0 -0
  105. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_distributions_pypi_api.py +0 -0
  106. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_exclude_platforms_enum.py +0 -0
  107. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_filetype_enum.py +0 -0
  108. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_metadata_version_enum.py +0 -0
  109. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_my_permissions_response.py +0 -0
  110. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_nested_role.py +0 -0
  111. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_nested_role_response.py +0 -0
  112. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_object_roles_response.py +0 -0
  113. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_package_metadata_response.py +0 -0
  114. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_package_types_enum.py +0 -0
  115. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_package_upload_task_response.py +0 -0
  116. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginated_repository_version_response_list.py +0 -0
  117. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  118. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_package_yank_response_list.py +0 -0
  119. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  120. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  121. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  122. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  123. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  124. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_patchedpython_python_distribution.py +0 -0
  125. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_patchedpython_python_remote.py +0 -0
  126. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_policy_enum.py +0 -0
  127. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_protocol_version_enum.py +0 -0
  128. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_publications_pypi_api.py +0 -0
  129. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_pypi_metadata_api.py +0 -0
  130. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_package_provenance_response.py +0 -0
  131. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_package_yank_response.py +0 -0
  132. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_blocklist_entry.py +0 -0
  133. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_blocklist_entry_response.py +0 -0
  134. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_distribution.py +0 -0
  135. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_distribution_response.py +0 -0
  136. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_package_content_response.py +0 -0
  137. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_publication.py +0 -0
  138. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_publication_response.py +0 -0
  139. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_remote.py +0 -0
  140. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_remote_response.py +0 -0
  141. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  142. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_remote_network_config.py +0 -0
  143. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_remote_network_config_response.py +0 -0
  144. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_remotes_python_api.py +0 -0
  145. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repair.py +0 -0
  146. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repositories_python_api.py +0 -0
  147. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  148. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repositories_python_versions_api.py +0 -0
  149. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repository_add_remove_content.py +0 -0
  150. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repository_sync_url.py +0 -0
  151. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_repository_version_response.py +0 -0
  152. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_set_label.py +0 -0
  153. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_set_label_response.py +0 -0
  154. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_summary_response.py +0 -0
  155. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_unset_label.py +0 -0
  156. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_unset_label_response.py +0 -0
  157. {crc_pulp_python_client-20260827.2 → crc_pulp_python_client-20260827.3}/test/test_yank.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulp_python-client
3
- Version: 20260827.2
3
+ Version: 20260827.3
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -23,7 +23,7 @@ Dynamic: summary
23
23
 
24
24
  # pulpcore.client.pulp_python.ApiIntegrityProvenanceApi
25
25
 
26
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
27
27
 
28
28
  Method | HTTP request | Description
29
29
  ------------- | ------------- | -------------
@@ -47,10 +47,10 @@ import pulpcore.client.pulp_python
47
47
  from pulpcore.client.pulp_python.rest import ApiException
48
48
  from pprint import pprint
49
49
 
50
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
51
51
  # See configuration.py for a list of all supported configuration parameters.
52
52
  configuration = pulpcore.client.pulp_python.Configuration(
53
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
54
54
  )
55
55
 
56
56
  # The client must configure the authentication and authorization parameters
@@ -129,7 +129,7 @@ void (empty response body)
129
129
 
130
130
  # pulpcore.client.pulp_python.ApiLegacyApi
131
131
 
132
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
133
133
 
134
134
  Method | HTTP request | Description
135
135
  ------------- | ------------- | -------------
@@ -154,10 +154,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
154
154
  from pulpcore.client.pulp_python.rest import ApiException
155
155
  from pprint import pprint
156
156
 
157
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
158
158
  # See configuration.py for a list of all supported configuration parameters.
159
159
  configuration = pulpcore.client.pulp_python.Configuration(
160
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
161
161
  )
162
162
 
163
163
  # The client must configure the authentication and authorization parameters
@@ -242,7 +242,7 @@ Name | Type | Description | Notes
242
242
 
243
243
  # pulpcore.client.pulp_python.ApiPypiApi
244
244
 
245
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
246
246
 
247
247
  Method | HTTP request | Description
248
248
  ------------- | ------------- | -------------
@@ -267,10 +267,10 @@ from pulpcore.client.pulp_python.models.summary_response import SummaryResponse
267
267
  from pulpcore.client.pulp_python.rest import ApiException
268
268
  from pprint import pprint
269
269
 
270
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
271
271
  # See configuration.py for a list of all supported configuration parameters.
272
272
  configuration = pulpcore.client.pulp_python.Configuration(
273
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
274
274
  )
275
275
 
276
276
  # The client must configure the authentication and authorization parameters
@@ -345,7 +345,7 @@ Name | Type | Description | Notes
345
345
 
346
346
  # pulpcore.client.pulp_python.ApiSimpleApi
347
347
 
348
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
349
349
 
350
350
  Method | HTTP request | Description
351
351
  ------------- | ------------- | -------------
@@ -372,10 +372,10 @@ from pulpcore.client.pulp_python.models.package_upload_task_response import Pack
372
372
  from pulpcore.client.pulp_python.rest import ApiException
373
373
  from pprint import pprint
374
374
 
375
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
376
376
  # See configuration.py for a list of all supported configuration parameters.
377
377
  configuration = pulpcore.client.pulp_python.Configuration(
378
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
379
379
  )
380
380
 
381
381
  # The client must configure the authentication and authorization parameters
@@ -475,10 +475,10 @@ import pulpcore.client.pulp_python
475
475
  from pulpcore.client.pulp_python.rest import ApiException
476
476
  from pprint import pprint
477
477
 
478
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
479
479
  # See configuration.py for a list of all supported configuration parameters.
480
480
  configuration = pulpcore.client.pulp_python.Configuration(
481
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
482
482
  )
483
483
 
484
484
  # The client must configure the authentication and authorization parameters
@@ -570,10 +570,10 @@ import pulpcore.client.pulp_python
570
570
  from pulpcore.client.pulp_python.rest import ApiException
571
571
  from pprint import pprint
572
572
 
573
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
574
574
  # See configuration.py for a list of all supported configuration parameters.
575
575
  configuration = pulpcore.client.pulp_python.Configuration(
576
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
577
577
  )
578
578
 
579
579
  # The client must configure the authentication and authorization parameters
@@ -648,7 +648,7 @@ void (empty response body)
648
648
 
649
649
  # pulpcore.client.pulp_python.ApiUnyankApi
650
650
 
651
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
651
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
652
652
 
653
653
  Method | HTTP request | Description
654
654
  ------------- | ------------- | -------------
@@ -674,10 +674,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
674
674
  from pulpcore.client.pulp_python.rest import ApiException
675
675
  from pprint import pprint
676
676
 
677
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
677
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
678
678
  # See configuration.py for a list of all supported configuration parameters.
679
679
  configuration = pulpcore.client.pulp_python.Configuration(
680
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
680
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
681
681
  )
682
682
 
683
683
  # The client must configure the authentication and authorization parameters
@@ -750,7 +750,7 @@ Name | Type | Description | Notes
750
750
 
751
751
  # pulpcore.client.pulp_python.ApiYankApi
752
752
 
753
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
753
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
754
754
 
755
755
  Method | HTTP request | Description
756
756
  ------------- | ------------- | -------------
@@ -776,10 +776,10 @@ from pulpcore.client.pulp_python.models.yank import Yank
776
776
  from pulpcore.client.pulp_python.rest import ApiException
777
777
  from pprint import pprint
778
778
 
779
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
779
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
780
780
  # See configuration.py for a list of all supported configuration parameters.
781
781
  configuration = pulpcore.client.pulp_python.Configuration(
782
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
782
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
783
783
  )
784
784
 
785
785
  # The client must configure the authentication and authorization parameters
@@ -882,7 +882,7 @@ async_operation_response_from_dict = AsyncOperationResponse.from_dict(async_oper
882
882
 
883
883
  # pulpcore.client.pulp_python.ContentPackagesApi
884
884
 
885
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
885
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
886
886
 
887
887
  Method | HTTP request | Description
888
888
  ------------- | ------------- | -------------
@@ -912,10 +912,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
912
912
  from pulpcore.client.pulp_python.rest import ApiException
913
913
  from pprint import pprint
914
914
 
915
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
915
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
916
916
  # See configuration.py for a list of all supported configuration parameters.
917
917
  configuration = pulpcore.client.pulp_python.Configuration(
918
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
918
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
919
919
  )
920
920
 
921
921
  # The client must configure the authentication and authorization parameters
@@ -1074,10 +1074,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_package_content_r
1074
1074
  from pulpcore.client.pulp_python.rest import ApiException
1075
1075
  from pprint import pprint
1076
1076
 
1077
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1077
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1078
1078
  # See configuration.py for a list of all supported configuration parameters.
1079
1079
  configuration = pulpcore.client.pulp_python.Configuration(
1080
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1080
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1081
1081
  )
1082
1082
 
1083
1083
  # The client must configure the authentication and authorization parameters
@@ -1238,10 +1238,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1238
1238
  from pulpcore.client.pulp_python.rest import ApiException
1239
1239
  from pprint import pprint
1240
1240
 
1241
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1241
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1242
1242
  # See configuration.py for a list of all supported configuration parameters.
1243
1243
  configuration = pulpcore.client.pulp_python.Configuration(
1244
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1244
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1245
1245
  )
1246
1246
 
1247
1247
  # The client must configure the authentication and authorization parameters
@@ -1331,10 +1331,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
1331
1331
  from pulpcore.client.pulp_python.rest import ApiException
1332
1332
  from pprint import pprint
1333
1333
 
1334
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1334
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1335
1335
  # See configuration.py for a list of all supported configuration parameters.
1336
1336
  configuration = pulpcore.client.pulp_python.Configuration(
1337
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1337
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1338
1338
  )
1339
1339
 
1340
1340
  # The client must configure the authentication and authorization parameters
@@ -1422,10 +1422,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
1422
1422
  from pulpcore.client.pulp_python.rest import ApiException
1423
1423
  from pprint import pprint
1424
1424
 
1425
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1425
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1426
1426
  # See configuration.py for a list of all supported configuration parameters.
1427
1427
  configuration = pulpcore.client.pulp_python.Configuration(
1428
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1428
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1429
1429
  )
1430
1430
 
1431
1431
  # The client must configure the authentication and authorization parameters
@@ -1512,10 +1512,10 @@ from pulpcore.client.pulp_python.models.python_python_package_content_response i
1512
1512
  from pulpcore.client.pulp_python.rest import ApiException
1513
1513
  from pprint import pprint
1514
1514
 
1515
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1515
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1516
1516
  # See configuration.py for a list of all supported configuration parameters.
1517
1517
  configuration = pulpcore.client.pulp_python.Configuration(
1518
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1518
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1519
1519
  )
1520
1520
 
1521
1521
  # The client must configure the authentication and authorization parameters
@@ -1654,7 +1654,7 @@ Name | Type | Description | Notes
1654
1654
 
1655
1655
  # pulpcore.client.pulp_python.ContentProvenanceApi
1656
1656
 
1657
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
1657
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
1658
1658
 
1659
1659
  Method | HTTP request | Description
1660
1660
  ------------- | ------------- | -------------
@@ -1683,10 +1683,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
1683
1683
  from pulpcore.client.pulp_python.rest import ApiException
1684
1684
  from pprint import pprint
1685
1685
 
1686
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1686
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1687
1687
  # See configuration.py for a list of all supported configuration parameters.
1688
1688
  configuration = pulpcore.client.pulp_python.Configuration(
1689
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1689
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1690
1690
  )
1691
1691
 
1692
1692
  # The client must configure the authentication and authorization parameters
@@ -1789,10 +1789,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_provenance_respo
1789
1789
  from pulpcore.client.pulp_python.rest import ApiException
1790
1790
  from pprint import pprint
1791
1791
 
1792
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1792
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1793
1793
  # See configuration.py for a list of all supported configuration parameters.
1794
1794
  configuration = pulpcore.client.pulp_python.Configuration(
1795
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1795
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1796
1796
  )
1797
1797
 
1798
1798
  # The client must configure the authentication and authorization parameters
@@ -1913,10 +1913,10 @@ from pulpcore.client.pulp_python.models.python_package_provenance_response impor
1913
1913
  from pulpcore.client.pulp_python.rest import ApiException
1914
1914
  from pprint import pprint
1915
1915
 
1916
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
1916
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
1917
1917
  # See configuration.py for a list of all supported configuration parameters.
1918
1918
  configuration = pulpcore.client.pulp_python.Configuration(
1919
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
1919
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
1920
1920
  )
1921
1921
 
1922
1922
  # The client must configure the authentication and authorization parameters
@@ -2006,10 +2006,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2006
2006
  from pulpcore.client.pulp_python.rest import ApiException
2007
2007
  from pprint import pprint
2008
2008
 
2009
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2009
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2010
2010
  # See configuration.py for a list of all supported configuration parameters.
2011
2011
  configuration = pulpcore.client.pulp_python.Configuration(
2012
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2012
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2013
2013
  )
2014
2014
 
2015
2015
  # The client must configure the authentication and authorization parameters
@@ -2097,10 +2097,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2097
2097
  from pulpcore.client.pulp_python.rest import ApiException
2098
2098
  from pprint import pprint
2099
2099
 
2100
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2100
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2101
2101
  # See configuration.py for a list of all supported configuration parameters.
2102
2102
  configuration = pulpcore.client.pulp_python.Configuration(
2103
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2103
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2104
2104
  )
2105
2105
 
2106
2106
  # The client must configure the authentication and authorization parameters
@@ -2203,7 +2203,7 @@ content_summary_response_from_dict = ContentSummaryResponse.from_dict(content_su
2203
2203
 
2204
2204
  # pulpcore.client.pulp_python.ContentYanksApi
2205
2205
 
2206
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
2206
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
2207
2207
 
2208
2208
  Method | HTTP request | Description
2209
2209
  ------------- | ------------- | -------------
@@ -2231,10 +2231,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_package_yank_response_li
2231
2231
  from pulpcore.client.pulp_python.rest import ApiException
2232
2232
  from pprint import pprint
2233
2233
 
2234
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2234
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2235
2235
  # See configuration.py for a list of all supported configuration parameters.
2236
2236
  configuration = pulpcore.client.pulp_python.Configuration(
2237
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2237
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2238
2238
  )
2239
2239
 
2240
2240
  # The client must configure the authentication and authorization parameters
@@ -2347,10 +2347,10 @@ from pulpcore.client.pulp_python.models.python_package_yank_response import Pyth
2347
2347
  from pulpcore.client.pulp_python.rest import ApiException
2348
2348
  from pprint import pprint
2349
2349
 
2350
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2350
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2351
2351
  # See configuration.py for a list of all supported configuration parameters.
2352
2352
  configuration = pulpcore.client.pulp_python.Configuration(
2353
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2353
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2354
2354
  )
2355
2355
 
2356
2356
  # The client must configure the authentication and authorization parameters
@@ -2440,10 +2440,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
2440
2440
  from pulpcore.client.pulp_python.rest import ApiException
2441
2441
  from pprint import pprint
2442
2442
 
2443
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2443
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2444
2444
  # See configuration.py for a list of all supported configuration parameters.
2445
2445
  configuration = pulpcore.client.pulp_python.Configuration(
2446
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2446
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2447
2447
  )
2448
2448
 
2449
2449
  # The client must configure the authentication and authorization parameters
@@ -2531,10 +2531,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
2531
2531
  from pulpcore.client.pulp_python.rest import ApiException
2532
2532
  from pprint import pprint
2533
2533
 
2534
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2534
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2535
2535
  # See configuration.py for a list of all supported configuration parameters.
2536
2536
  configuration = pulpcore.client.pulp_python.Configuration(
2537
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2537
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2538
2538
  )
2539
2539
 
2540
2540
  # The client must configure the authentication and authorization parameters
@@ -2605,7 +2605,7 @@ Name | Type | Description | Notes
2605
2605
 
2606
2606
  # pulpcore.client.pulp_python.DistributionsPypiApi
2607
2607
 
2608
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
2608
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
2609
2609
 
2610
2610
  Method | HTTP request | Description
2611
2611
  ------------- | ------------- | -------------
@@ -2642,10 +2642,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
2642
2642
  from pulpcore.client.pulp_python.rest import ApiException
2643
2643
  from pprint import pprint
2644
2644
 
2645
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2645
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2646
2646
  # See configuration.py for a list of all supported configuration parameters.
2647
2647
  configuration = pulpcore.client.pulp_python.Configuration(
2648
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2648
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2649
2649
  )
2650
2650
 
2651
2651
  # The client must configure the authentication and authorization parameters
@@ -2733,10 +2733,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution import Python
2733
2733
  from pulpcore.client.pulp_python.rest import ApiException
2734
2734
  from pprint import pprint
2735
2735
 
2736
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2736
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2737
2737
  # See configuration.py for a list of all supported configuration parameters.
2738
2738
  configuration = pulpcore.client.pulp_python.Configuration(
2739
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2739
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2740
2740
  )
2741
2741
 
2742
2742
  # The client must configure the authentication and authorization parameters
@@ -2823,10 +2823,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
2823
2823
  from pulpcore.client.pulp_python.rest import ApiException
2824
2824
  from pprint import pprint
2825
2825
 
2826
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2826
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2827
2827
  # See configuration.py for a list of all supported configuration parameters.
2828
2828
  configuration = pulpcore.client.pulp_python.Configuration(
2829
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2829
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2830
2830
  )
2831
2831
 
2832
2832
  # The client must configure the authentication and authorization parameters
@@ -2911,10 +2911,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_distribution_resp
2911
2911
  from pulpcore.client.pulp_python.rest import ApiException
2912
2912
  from pprint import pprint
2913
2913
 
2914
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
2914
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
2915
2915
  # See configuration.py for a list of all supported configuration parameters.
2916
2916
  configuration = pulpcore.client.pulp_python.Configuration(
2917
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
2917
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
2918
2918
  )
2919
2919
 
2920
2920
  # The client must configure the authentication and authorization parameters
@@ -3053,10 +3053,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
3053
3053
  from pulpcore.client.pulp_python.rest import ApiException
3054
3054
  from pprint import pprint
3055
3055
 
3056
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3056
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3057
3057
  # See configuration.py for a list of all supported configuration parameters.
3058
3058
  configuration = pulpcore.client.pulp_python.Configuration(
3059
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3059
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3060
3060
  )
3061
3061
 
3062
3062
  # The client must configure the authentication and authorization parameters
@@ -3145,10 +3145,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
3145
3145
  from pulpcore.client.pulp_python.rest import ApiException
3146
3146
  from pprint import pprint
3147
3147
 
3148
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3148
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3149
3149
  # See configuration.py for a list of all supported configuration parameters.
3150
3150
  configuration = pulpcore.client.pulp_python.Configuration(
3151
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3151
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3152
3152
  )
3153
3153
 
3154
3154
  # The client must configure the authentication and authorization parameters
@@ -3238,10 +3238,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3238
3238
  from pulpcore.client.pulp_python.rest import ApiException
3239
3239
  from pprint import pprint
3240
3240
 
3241
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3241
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3242
3242
  # See configuration.py for a list of all supported configuration parameters.
3243
3243
  configuration = pulpcore.client.pulp_python.Configuration(
3244
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3244
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3245
3245
  )
3246
3246
 
3247
3247
  # The client must configure the authentication and authorization parameters
@@ -3329,10 +3329,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3329
3329
  from pulpcore.client.pulp_python.rest import ApiException
3330
3330
  from pprint import pprint
3331
3331
 
3332
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3332
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3333
3333
  # See configuration.py for a list of all supported configuration parameters.
3334
3334
  configuration = pulpcore.client.pulp_python.Configuration(
3335
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3335
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3336
3336
  )
3337
3337
 
3338
3338
  # The client must configure the authentication and authorization parameters
@@ -3422,10 +3422,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
3422
3422
  from pulpcore.client.pulp_python.rest import ApiException
3423
3423
  from pprint import pprint
3424
3424
 
3425
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3425
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3426
3426
  # See configuration.py for a list of all supported configuration parameters.
3427
3427
  configuration = pulpcore.client.pulp_python.Configuration(
3428
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3428
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3429
3429
  )
3430
3430
 
3431
3431
  # The client must configure the authentication and authorization parameters
@@ -3513,10 +3513,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
3513
3513
  from pulpcore.client.pulp_python.rest import ApiException
3514
3514
  from pprint import pprint
3515
3515
 
3516
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3516
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3517
3517
  # See configuration.py for a list of all supported configuration parameters.
3518
3518
  configuration = pulpcore.client.pulp_python.Configuration(
3519
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3519
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3520
3520
  )
3521
3521
 
3522
3522
  # The client must configure the authentication and authorization parameters
@@ -3604,10 +3604,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
3604
3604
  from pulpcore.client.pulp_python.rest import ApiException
3605
3605
  from pprint import pprint
3606
3606
 
3607
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3607
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3608
3608
  # See configuration.py for a list of all supported configuration parameters.
3609
3609
  configuration = pulpcore.client.pulp_python.Configuration(
3610
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3610
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3611
3611
  )
3612
3612
 
3613
3613
  # The client must configure the authentication and authorization parameters
@@ -3695,10 +3695,10 @@ from pulpcore.client.pulp_python.models.python_python_distribution_response impo
3695
3695
  from pulpcore.client.pulp_python.rest import ApiException
3696
3696
  from pprint import pprint
3697
3697
 
3698
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
3698
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
3699
3699
  # See configuration.py for a list of all supported configuration parameters.
3700
3700
  configuration = pulpcore.client.pulp_python.Configuration(
3701
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
3701
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
3702
3702
  )
3703
3703
 
3704
3704
  # The client must configure the authentication and authorization parameters
@@ -4437,6 +4437,7 @@ Name | Type | Description | Notes
4437
4437
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
4438
4438
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
4439
4439
  **allow_package_substitution** | **bool** | Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed. | [optional] [default to True]
4440
+ **error_on_reject** | **bool** | Whether to fail the entire repository version when packages are rejected by the package substitution or blocklist policies. When True (the default), a ValidationError is raised and no packages from the request are added. When False, rejected packages are skipped and remaining packages are added; skipped packages are recorded in a task progress report. | [optional] [default to True]
4440
4441
 
4441
4442
  ## Example
4442
4443
 
@@ -4486,7 +4487,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
4486
4487
 
4487
4488
  # pulpcore.client.pulp_python.PublicationsPypiApi
4488
4489
 
4489
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
4490
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
4490
4491
 
4491
4492
  Method | HTTP request | Description
4492
4493
  ------------- | ------------- | -------------
@@ -4519,10 +4520,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4519
4520
  from pulpcore.client.pulp_python.rest import ApiException
4520
4521
  from pprint import pprint
4521
4522
 
4522
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
4523
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
4523
4524
  # See configuration.py for a list of all supported configuration parameters.
4524
4525
  configuration = pulpcore.client.pulp_python.Configuration(
4525
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4526
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
4526
4527
  )
4527
4528
 
4528
4529
  # The client must configure the authentication and authorization parameters
@@ -4610,10 +4611,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
4610
4611
  from pulpcore.client.pulp_python.rest import ApiException
4611
4612
  from pprint import pprint
4612
4613
 
4613
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
4614
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
4614
4615
  # See configuration.py for a list of all supported configuration parameters.
4615
4616
  configuration = pulpcore.client.pulp_python.Configuration(
4616
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4617
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
4617
4618
  )
4618
4619
 
4619
4620
  # The client must configure the authentication and authorization parameters
@@ -4699,10 +4700,10 @@ import pulpcore.client.pulp_python
4699
4700
  from pulpcore.client.pulp_python.rest import ApiException
4700
4701
  from pprint import pprint
4701
4702
 
4702
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
4703
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
4703
4704
  # See configuration.py for a list of all supported configuration parameters.
4704
4705
  configuration = pulpcore.client.pulp_python.Configuration(
4705
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4706
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
4706
4707
  )
4707
4708
 
4708
4709
  # The client must configure the authentication and authorization parameters
@@ -4785,10 +4786,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4785
4786
  from pulpcore.client.pulp_python.rest import ApiException
4786
4787
  from pprint import pprint
4787
4788
 
4788
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
4789
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
4789
4790
  # See configuration.py for a list of all supported configuration parameters.
4790
4791
  configuration = pulpcore.client.pulp_python.Configuration(
4791
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4792
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
4792
4793
  )
4793
4794
 
4794
4795
  # The client must configure the authentication and authorization parameters
@@ -4915,10 +4916,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4915
4916
  from pulpcore.client.pulp_python.rest import ApiException
4916
4917
  from pprint import pprint
4917
4918
 
4918
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
4919
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
4919
4920
  # See configuration.py for a list of all supported configuration parameters.
4920
4921
  configuration = pulpcore.client.pulp_python.Configuration(
4921
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
4922
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
4922
4923
  )
4923
4924
 
4924
4925
  # The client must configure the authentication and authorization parameters
@@ -5007,10 +5008,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5007
5008
  from pulpcore.client.pulp_python.rest import ApiException
5008
5009
  from pprint import pprint
5009
5010
 
5010
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
5011
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
5011
5012
  # See configuration.py for a list of all supported configuration parameters.
5012
5013
  configuration = pulpcore.client.pulp_python.Configuration(
5013
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5014
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
5014
5015
  )
5015
5016
 
5016
5017
  # The client must configure the authentication and authorization parameters
@@ -5099,10 +5100,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
5099
5100
  from pulpcore.client.pulp_python.rest import ApiException
5100
5101
  from pprint import pprint
5101
5102
 
5102
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
5103
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
5103
5104
  # See configuration.py for a list of all supported configuration parameters.
5104
5105
  configuration = pulpcore.client.pulp_python.Configuration(
5105
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5106
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
5106
5107
  )
5107
5108
 
5108
5109
  # The client must configure the authentication and authorization parameters
@@ -5192,10 +5193,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5192
5193
  from pulpcore.client.pulp_python.rest import ApiException
5193
5194
  from pprint import pprint
5194
5195
 
5195
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
5196
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
5196
5197
  # See configuration.py for a list of all supported configuration parameters.
5197
5198
  configuration = pulpcore.client.pulp_python.Configuration(
5198
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5199
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
5199
5200
  )
5200
5201
 
5201
5202
  # The client must configure the authentication and authorization parameters
@@ -5266,7 +5267,7 @@ Name | Type | Description | Notes
5266
5267
 
5267
5268
  # pulpcore.client.pulp_python.PypiMetadataApi
5268
5269
 
5269
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
5270
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
5270
5271
 
5271
5272
  Method | HTTP request | Description
5272
5273
  ------------- | ------------- | -------------
@@ -5291,10 +5292,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
5291
5292
  from pulpcore.client.pulp_python.rest import ApiException
5292
5293
  from pprint import pprint
5293
5294
 
5294
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
5295
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
5295
5296
  # See configuration.py for a list of all supported configuration parameters.
5296
5297
  configuration = pulpcore.client.pulp_python.Configuration(
5297
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
5298
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
5298
5299
  )
5299
5300
 
5300
5301
  # The client must configure the authentication and authorization parameters
@@ -5898,6 +5899,7 @@ Name | Type | Description | Notes
5898
5899
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
5899
5900
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
5900
5901
  **allow_package_substitution** | **bool** | Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed. | [optional] [default to True]
5902
+ **error_on_reject** | **bool** | Whether to fail the entire repository version when packages are rejected by the package substitution or blocklist policies. When True (the default), a ValidationError is raised and no packages from the request are added. When False, rejected packages are skipped and remaining packages are added; skipped packages are recorded in a task progress report. | [optional] [default to True]
5901
5903
 
5902
5904
  ## Example
5903
5905
 
@@ -5941,6 +5943,7 @@ Name | Type | Description | Notes
5941
5943
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
5942
5944
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
5943
5945
  **allow_package_substitution** | **bool** | Whether to allow package substitution (replacing existing packages with packages that have the same filename but a different checksum). When False, any new repository version that would cause such a substitution will be rejected. This applies to all repository version creation paths including uploads, modify, and sync. When True (the default), package substitution is allowed. | [optional] [default to True]
5946
+ **error_on_reject** | **bool** | Whether to fail the entire repository version when packages are rejected by the package substitution or blocklist policies. When True (the default), a ValidationError is raised and no packages from the request are added. When False, rejected packages are skipped and remaining packages are added; skipped packages are recorded in a task progress report. | [optional] [default to True]
5944
5947
  **blocklist_entries_href** | **str** | URL to the blocklist entries for this repository. | [optional] [readonly]
5945
5948
 
5946
5949
  ## Example
@@ -6052,7 +6055,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
6052
6055
 
6053
6056
  # pulpcore.client.pulp_python.RemotesPythonApi
6054
6057
 
6055
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
6058
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
6056
6059
 
6057
6060
  Method | HTTP request | Description
6058
6061
  ------------- | ------------- | -------------
@@ -6090,10 +6093,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6090
6093
  from pulpcore.client.pulp_python.rest import ApiException
6091
6094
  from pprint import pprint
6092
6095
 
6093
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6096
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6094
6097
  # See configuration.py for a list of all supported configuration parameters.
6095
6098
  configuration = pulpcore.client.pulp_python.Configuration(
6096
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6099
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6097
6100
  )
6098
6101
 
6099
6102
  # The client must configure the authentication and authorization parameters
@@ -6181,10 +6184,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6181
6184
  from pulpcore.client.pulp_python.rest import ApiException
6182
6185
  from pprint import pprint
6183
6186
 
6184
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6187
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6185
6188
  # See configuration.py for a list of all supported configuration parameters.
6186
6189
  configuration = pulpcore.client.pulp_python.Configuration(
6187
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6190
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6188
6191
  )
6189
6192
 
6190
6193
  # The client must configure the authentication and authorization parameters
@@ -6271,10 +6274,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6271
6274
  from pulpcore.client.pulp_python.rest import ApiException
6272
6275
  from pprint import pprint
6273
6276
 
6274
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6277
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6275
6278
  # See configuration.py for a list of all supported configuration parameters.
6276
6279
  configuration = pulpcore.client.pulp_python.Configuration(
6277
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6280
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6278
6281
  )
6279
6282
 
6280
6283
  # The client must configure the authentication and authorization parameters
@@ -6359,10 +6362,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6359
6362
  from pulpcore.client.pulp_python.rest import ApiException
6360
6363
  from pprint import pprint
6361
6364
 
6362
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6365
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6363
6366
  # See configuration.py for a list of all supported configuration parameters.
6364
6367
  configuration = pulpcore.client.pulp_python.Configuration(
6365
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6368
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6366
6369
  )
6367
6370
 
6368
6371
  # The client must configure the authentication and authorization parameters
@@ -6453,10 +6456,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
6453
6456
  from pulpcore.client.pulp_python.rest import ApiException
6454
6457
  from pprint import pprint
6455
6458
 
6456
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6459
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6457
6460
  # See configuration.py for a list of all supported configuration parameters.
6458
6461
  configuration = pulpcore.client.pulp_python.Configuration(
6459
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6462
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6460
6463
  )
6461
6464
 
6462
6465
  # The client must configure the authentication and authorization parameters
@@ -6593,10 +6596,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
6593
6596
  from pulpcore.client.pulp_python.rest import ApiException
6594
6597
  from pprint import pprint
6595
6598
 
6596
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6599
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6597
6600
  # See configuration.py for a list of all supported configuration parameters.
6598
6601
  configuration = pulpcore.client.pulp_python.Configuration(
6599
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6602
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6600
6603
  )
6601
6604
 
6602
6605
  # The client must configure the authentication and authorization parameters
@@ -6685,10 +6688,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6685
6688
  from pulpcore.client.pulp_python.rest import ApiException
6686
6689
  from pprint import pprint
6687
6690
 
6688
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6691
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6689
6692
  # See configuration.py for a list of all supported configuration parameters.
6690
6693
  configuration = pulpcore.client.pulp_python.Configuration(
6691
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6694
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6692
6695
  )
6693
6696
 
6694
6697
  # The client must configure the authentication and authorization parameters
@@ -6778,10 +6781,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6778
6781
  from pulpcore.client.pulp_python.rest import ApiException
6779
6782
  from pprint import pprint
6780
6783
 
6781
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6784
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6782
6785
  # See configuration.py for a list of all supported configuration parameters.
6783
6786
  configuration = pulpcore.client.pulp_python.Configuration(
6784
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6787
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6785
6788
  )
6786
6789
 
6787
6790
  # The client must configure the authentication and authorization parameters
@@ -6869,10 +6872,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6869
6872
  from pulpcore.client.pulp_python.rest import ApiException
6870
6873
  from pprint import pprint
6871
6874
 
6872
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6875
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6873
6876
  # See configuration.py for a list of all supported configuration parameters.
6874
6877
  configuration = pulpcore.client.pulp_python.Configuration(
6875
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6878
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6876
6879
  )
6877
6880
 
6878
6881
  # The client must configure the authentication and authorization parameters
@@ -6962,10 +6965,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6962
6965
  from pulpcore.client.pulp_python.rest import ApiException
6963
6966
  from pprint import pprint
6964
6967
 
6965
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
6968
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
6966
6969
  # See configuration.py for a list of all supported configuration parameters.
6967
6970
  configuration = pulpcore.client.pulp_python.Configuration(
6968
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
6971
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
6969
6972
  )
6970
6973
 
6971
6974
  # The client must configure the authentication and authorization parameters
@@ -7053,10 +7056,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7053
7056
  from pulpcore.client.pulp_python.rest import ApiException
7054
7057
  from pprint import pprint
7055
7058
 
7056
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7059
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7057
7060
  # See configuration.py for a list of all supported configuration parameters.
7058
7061
  configuration = pulpcore.client.pulp_python.Configuration(
7059
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7062
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7060
7063
  )
7061
7064
 
7062
7065
  # The client must configure the authentication and authorization parameters
@@ -7144,10 +7147,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7144
7147
  from pulpcore.client.pulp_python.rest import ApiException
7145
7148
  from pprint import pprint
7146
7149
 
7147
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7150
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7148
7151
  # See configuration.py for a list of all supported configuration parameters.
7149
7152
  configuration = pulpcore.client.pulp_python.Configuration(
7150
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7153
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7151
7154
  )
7152
7155
 
7153
7156
  # The client must configure the authentication and authorization parameters
@@ -7235,10 +7238,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
7235
7238
  from pulpcore.client.pulp_python.rest import ApiException
7236
7239
  from pprint import pprint
7237
7240
 
7238
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7241
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7239
7242
  # See configuration.py for a list of all supported configuration parameters.
7240
7243
  configuration = pulpcore.client.pulp_python.Configuration(
7241
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7244
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7242
7245
  )
7243
7246
 
7244
7247
  # The client must configure the authentication and authorization parameters
@@ -7339,7 +7342,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
7339
7342
 
7340
7343
  # pulpcore.client.pulp_python.RepositoriesPythonApi
7341
7344
 
7342
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
7345
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
7343
7346
 
7344
7347
  Method | HTTP request | Description
7345
7348
  ------------- | ------------- | -------------
@@ -7379,10 +7382,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7379
7382
  from pulpcore.client.pulp_python.rest import ApiException
7380
7383
  from pprint import pprint
7381
7384
 
7382
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7385
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7383
7386
  # See configuration.py for a list of all supported configuration parameters.
7384
7387
  configuration = pulpcore.client.pulp_python.Configuration(
7385
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7388
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7386
7389
  )
7387
7390
 
7388
7391
  # The client must configure the authentication and authorization parameters
@@ -7470,10 +7473,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7470
7473
  from pulpcore.client.pulp_python.rest import ApiException
7471
7474
  from pprint import pprint
7472
7475
 
7473
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7476
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7474
7477
  # See configuration.py for a list of all supported configuration parameters.
7475
7478
  configuration = pulpcore.client.pulp_python.Configuration(
7476
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7479
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7477
7480
  )
7478
7481
 
7479
7482
  # The client must configure the authentication and authorization parameters
@@ -7560,10 +7563,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7560
7563
  from pulpcore.client.pulp_python.rest import ApiException
7561
7564
  from pprint import pprint
7562
7565
 
7563
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7566
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7564
7567
  # See configuration.py for a list of all supported configuration parameters.
7565
7568
  configuration = pulpcore.client.pulp_python.Configuration(
7566
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7569
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7567
7570
  )
7568
7571
 
7569
7572
  # The client must configure the authentication and authorization parameters
@@ -7648,10 +7651,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
7648
7651
  from pulpcore.client.pulp_python.rest import ApiException
7649
7652
  from pprint import pprint
7650
7653
 
7651
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7654
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7652
7655
  # See configuration.py for a list of all supported configuration parameters.
7653
7656
  configuration = pulpcore.client.pulp_python.Configuration(
7654
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7657
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7655
7658
  )
7656
7659
 
7657
7660
  # The client must configure the authentication and authorization parameters
@@ -7812,10 +7815,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7812
7815
  from pulpcore.client.pulp_python.rest import ApiException
7813
7816
  from pprint import pprint
7814
7817
 
7815
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7818
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7816
7819
  # See configuration.py for a list of all supported configuration parameters.
7817
7820
  configuration = pulpcore.client.pulp_python.Configuration(
7818
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7821
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7819
7822
  )
7820
7823
 
7821
7824
  # The client must configure the authentication and authorization parameters
@@ -7905,10 +7908,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7905
7908
  from pulpcore.client.pulp_python.rest import ApiException
7906
7909
  from pprint import pprint
7907
7910
 
7908
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
7911
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7909
7912
  # See configuration.py for a list of all supported configuration parameters.
7910
7913
  configuration = pulpcore.client.pulp_python.Configuration(
7911
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
7914
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
7912
7915
  )
7913
7916
 
7914
7917
  # The client must configure the authentication and authorization parameters
@@ -7995,10 +7998,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7995
7998
  from pulpcore.client.pulp_python.rest import ApiException
7996
7999
  from pprint import pprint
7997
8000
 
7998
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8001
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
7999
8002
  # See configuration.py for a list of all supported configuration parameters.
8000
8003
  configuration = pulpcore.client.pulp_python.Configuration(
8001
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8004
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8002
8005
  )
8003
8006
 
8004
8007
  # The client must configure the authentication and authorization parameters
@@ -8088,10 +8091,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8088
8091
  from pulpcore.client.pulp_python.rest import ApiException
8089
8092
  from pprint import pprint
8090
8093
 
8091
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8094
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8092
8095
  # See configuration.py for a list of all supported configuration parameters.
8093
8096
  configuration = pulpcore.client.pulp_python.Configuration(
8094
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8097
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8095
8098
  )
8096
8099
 
8097
8100
  # The client must configure the authentication and authorization parameters
@@ -8179,10 +8182,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8179
8182
  from pulpcore.client.pulp_python.rest import ApiException
8180
8183
  from pprint import pprint
8181
8184
 
8182
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8185
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8183
8186
  # See configuration.py for a list of all supported configuration parameters.
8184
8187
  configuration = pulpcore.client.pulp_python.Configuration(
8185
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8188
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8186
8189
  )
8187
8190
 
8188
8191
  # The client must configure the authentication and authorization parameters
@@ -8272,10 +8275,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
8272
8275
  from pulpcore.client.pulp_python.rest import ApiException
8273
8276
  from pprint import pprint
8274
8277
 
8275
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8278
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8276
8279
  # See configuration.py for a list of all supported configuration parameters.
8277
8280
  configuration = pulpcore.client.pulp_python.Configuration(
8278
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8281
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8279
8282
  )
8280
8283
 
8281
8284
  # The client must configure the authentication and authorization parameters
@@ -8362,10 +8365,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8362
8365
  from pulpcore.client.pulp_python.rest import ApiException
8363
8366
  from pprint import pprint
8364
8367
 
8365
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8368
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8366
8369
  # See configuration.py for a list of all supported configuration parameters.
8367
8370
  configuration = pulpcore.client.pulp_python.Configuration(
8368
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8371
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8369
8372
  )
8370
8373
 
8371
8374
  # The client must configure the authentication and authorization parameters
@@ -8451,10 +8454,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
8451
8454
  from pulpcore.client.pulp_python.rest import ApiException
8452
8455
  from pprint import pprint
8453
8456
 
8454
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8457
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8455
8458
  # See configuration.py for a list of all supported configuration parameters.
8456
8459
  configuration = pulpcore.client.pulp_python.Configuration(
8457
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8460
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8458
8461
  )
8459
8462
 
8460
8463
  # The client must configure the authentication and authorization parameters
@@ -8542,10 +8545,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
8542
8545
  from pulpcore.client.pulp_python.rest import ApiException
8543
8546
  from pprint import pprint
8544
8547
 
8545
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8548
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8546
8549
  # See configuration.py for a list of all supported configuration parameters.
8547
8550
  configuration = pulpcore.client.pulp_python.Configuration(
8548
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8551
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8549
8552
  )
8550
8553
 
8551
8554
  # The client must configure the authentication and authorization parameters
@@ -8633,10 +8636,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
8633
8636
  from pulpcore.client.pulp_python.rest import ApiException
8634
8637
  from pprint import pprint
8635
8638
 
8636
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8639
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8637
8640
  # See configuration.py for a list of all supported configuration parameters.
8638
8641
  configuration = pulpcore.client.pulp_python.Configuration(
8639
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8642
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8640
8643
  )
8641
8644
 
8642
8645
  # The client must configure the authentication and authorization parameters
@@ -8724,10 +8727,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8724
8727
  from pulpcore.client.pulp_python.rest import ApiException
8725
8728
  from pprint import pprint
8726
8729
 
8727
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8730
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8728
8731
  # See configuration.py for a list of all supported configuration parameters.
8729
8732
  configuration = pulpcore.client.pulp_python.Configuration(
8730
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8733
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8731
8734
  )
8732
8735
 
8733
8736
  # The client must configure the authentication and authorization parameters
@@ -8799,7 +8802,7 @@ Name | Type | Description | Notes
8799
8802
 
8800
8803
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8801
8804
 
8802
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
8805
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
8803
8806
 
8804
8807
  Method | HTTP request | Description
8805
8808
  ------------- | ------------- | -------------
@@ -8828,10 +8831,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8828
8831
  from pulpcore.client.pulp_python.rest import ApiException
8829
8832
  from pprint import pprint
8830
8833
 
8831
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8834
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8832
8835
  # See configuration.py for a list of all supported configuration parameters.
8833
8836
  configuration = pulpcore.client.pulp_python.Configuration(
8834
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8837
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8835
8838
  )
8836
8839
 
8837
8840
  # The client must configure the authentication and authorization parameters
@@ -8917,10 +8920,10 @@ import pulpcore.client.pulp_python
8917
8920
  from pulpcore.client.pulp_python.rest import ApiException
8918
8921
  from pprint import pprint
8919
8922
 
8920
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
8923
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
8921
8924
  # See configuration.py for a list of all supported configuration parameters.
8922
8925
  configuration = pulpcore.client.pulp_python.Configuration(
8923
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
8926
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
8924
8927
  )
8925
8928
 
8926
8929
  # The client must configure the authentication and authorization parameters
@@ -9003,10 +9006,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
9003
9006
  from pulpcore.client.pulp_python.rest import ApiException
9004
9007
  from pprint import pprint
9005
9008
 
9006
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9009
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9007
9010
  # See configuration.py for a list of all supported configuration parameters.
9008
9011
  configuration = pulpcore.client.pulp_python.Configuration(
9009
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9012
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9010
9013
  )
9011
9014
 
9012
9015
  # The client must configure the authentication and authorization parameters
@@ -9117,10 +9120,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
9117
9120
  from pulpcore.client.pulp_python.rest import ApiException
9118
9121
  from pprint import pprint
9119
9122
 
9120
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9123
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9121
9124
  # See configuration.py for a list of all supported configuration parameters.
9122
9125
  configuration = pulpcore.client.pulp_python.Configuration(
9123
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9126
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9124
9127
  )
9125
9128
 
9126
9129
  # The client must configure the authentication and authorization parameters
@@ -9193,7 +9196,7 @@ Name | Type | Description | Notes
9193
9196
 
9194
9197
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
9195
9198
 
9196
- All URIs are relative to *https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com*
9199
+ All URIs are relative to *https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com*
9197
9200
 
9198
9201
  Method | HTTP request | Description
9199
9202
  ------------- | ------------- | -------------
@@ -9222,10 +9225,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9222
9225
  from pulpcore.client.pulp_python.rest import ApiException
9223
9226
  from pprint import pprint
9224
9227
 
9225
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9228
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9226
9229
  # See configuration.py for a list of all supported configuration parameters.
9227
9230
  configuration = pulpcore.client.pulp_python.Configuration(
9228
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9231
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9229
9232
  )
9230
9233
 
9231
9234
  # The client must configure the authentication and authorization parameters
@@ -9310,10 +9313,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
9310
9313
  from pulpcore.client.pulp_python.rest import ApiException
9311
9314
  from pprint import pprint
9312
9315
 
9313
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9316
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9314
9317
  # See configuration.py for a list of all supported configuration parameters.
9315
9318
  configuration = pulpcore.client.pulp_python.Configuration(
9316
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9319
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9317
9320
  )
9318
9321
 
9319
9322
  # The client must configure the authentication and authorization parameters
@@ -9444,10 +9447,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
9444
9447
  from pulpcore.client.pulp_python.rest import ApiException
9445
9448
  from pprint import pprint
9446
9449
 
9447
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9450
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9448
9451
  # See configuration.py for a list of all supported configuration parameters.
9449
9452
  configuration = pulpcore.client.pulp_python.Configuration(
9450
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9453
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9451
9454
  )
9452
9455
 
9453
9456
  # The client must configure the authentication and authorization parameters
@@ -9537,10 +9540,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
9537
9540
  from pulpcore.client.pulp_python.rest import ApiException
9538
9541
  from pprint import pprint
9539
9542
 
9540
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9543
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9541
9544
  # See configuration.py for a list of all supported configuration parameters.
9542
9545
  configuration = pulpcore.client.pulp_python.Configuration(
9543
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9546
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9544
9547
  )
9545
9548
 
9546
9549
  # The client must configure the authentication and authorization parameters
@@ -9626,10 +9629,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9626
9629
  from pulpcore.client.pulp_python.rest import ApiException
9627
9630
  from pprint import pprint
9628
9631
 
9629
- # Defining the host is optional and defaults to https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com
9632
+ # Defining the host is optional and defaults to https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com
9630
9633
  # See configuration.py for a list of all supported configuration parameters.
9631
9634
  configuration = pulpcore.client.pulp_python.Configuration(
9632
- host = "https://env-ephemeral-k9aqfc.apps.crc-eph.r9lp.p1.openshiftapps.com"
9635
+ host = "https://env-ephemeral-wmqxhy.apps.crc-eph.r9lp.p1.openshiftapps.com"
9633
9636
  )
9634
9637
 
9635
9638
  # The client must configure the authentication and authorization parameters