crc-pulp-python-client 20260824.2__tar.gz → 20260824.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-20260824.2 → crc_pulp_python_client-20260824.3}/PKG-INFO +179 -182
  2. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/README.md +4 -4
  3. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/crc_pulp_python_client.egg-info/PKG-INFO +179 -182
  4. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/__init__.py +1 -1
  5. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/configuration.py +3 -3
  6. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/patchedpython_python_repository.py +2 -4
  7. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_repository.py +2 -4
  8. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_repository_response.py +1 -3
  9. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pyproject.toml +1 -1
  10. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/setup.py +1 -1
  11. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_python_repository_response_list.py +0 -2
  12. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_patchedpython_python_repository.py +1 -2
  13. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_repository.py +1 -2
  14. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_repository_response.py +0 -1
  15. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/crc_pulp_python_client.egg-info/SOURCES.txt +0 -0
  16. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/crc_pulp_python_client.egg-info/dependency_links.txt +0 -0
  17. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/crc_pulp_python_client.egg-info/requires.txt +0 -0
  18. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/crc_pulp_python_client.egg-info/top_level.txt +0 -0
  19. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/__init__.py +0 -0
  20. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/__init__.py +0 -0
  21. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/__init__.py +0 -0
  22. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/api_integrity_provenance_api.py +0 -0
  23. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/api_legacy_api.py +0 -0
  24. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/api_pypi_api.py +0 -0
  25. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/api_simple_api.py +0 -0
  26. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/api_unyank_api.py +0 -0
  27. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/api_yank_api.py +0 -0
  28. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/content_packages_api.py +0 -0
  29. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/content_provenance_api.py +0 -0
  30. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/content_yanks_api.py +0 -0
  31. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/distributions_pypi_api.py +0 -0
  32. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/publications_pypi_api.py +0 -0
  33. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/pypi_metadata_api.py +0 -0
  34. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/remotes_python_api.py +0 -0
  35. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/repositories_python_api.py +0 -0
  36. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/repositories_python_blocklist_entries_api.py +0 -0
  37. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api/repositories_python_versions_api.py +0 -0
  38. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api_client.py +0 -0
  39. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/api_response.py +0 -0
  40. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/exceptions.py +0 -0
  41. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/__init__.py +0 -0
  42. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/async_operation_response.py +0 -0
  43. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/content_summary_response.py +0 -0
  44. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/exclude_platforms_enum.py +0 -0
  45. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/filetype_enum.py +0 -0
  46. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/metadata_version_enum.py +0 -0
  47. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/my_permissions_response.py +0 -0
  48. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/nested_role.py +0 -0
  49. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/nested_role_response.py +0 -0
  50. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/object_roles_response.py +0 -0
  51. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/package_metadata_response.py +0 -0
  52. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/package_types_enum.py +0 -0
  53. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/package_upload_task_response.py +0 -0
  54. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginated_repository_version_response_list.py +0 -0
  55. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_package_provenance_response_list.py +0 -0
  56. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_package_yank_response_list.py +0 -0
  57. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_python_blocklist_entry_response_list.py +0 -0
  58. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_python_distribution_response_list.py +0 -0
  59. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_python_package_content_response_list.py +0 -0
  60. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_python_publication_response_list.py +0 -0
  61. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_python_remote_response_list.py +0 -0
  62. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/paginatedpython_python_repository_response_list.py +0 -0
  63. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/patchedpython_python_distribution.py +0 -0
  64. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/patchedpython_python_remote.py +0 -0
  65. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/policy_enum.py +0 -0
  66. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/protocol_version_enum.py +0 -0
  67. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_package_provenance_response.py +0 -0
  68. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_package_yank_response.py +0 -0
  69. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_blocklist_entry.py +0 -0
  70. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_blocklist_entry_response.py +0 -0
  71. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_distribution.py +0 -0
  72. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_distribution_response.py +0 -0
  73. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_package_content_response.py +0 -0
  74. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_publication.py +0 -0
  75. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_publication_response.py +0 -0
  76. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_remote.py +0 -0
  77. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_remote_response.py +0 -0
  78. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/python_python_remote_response_hidden_fields_inner.py +0 -0
  79. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/remote_network_config.py +0 -0
  80. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/remote_network_config_response.py +0 -0
  81. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/repair.py +0 -0
  82. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/repository_add_remove_content.py +0 -0
  83. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/repository_sync_url.py +0 -0
  84. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/repository_version_response.py +0 -0
  85. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/set_label.py +0 -0
  86. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/set_label_response.py +0 -0
  87. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/summary_response.py +0 -0
  88. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/unset_label.py +0 -0
  89. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/unset_label_response.py +0 -0
  90. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/models/yank.py +0 -0
  91. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/py.typed +0 -0
  92. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/pulpcore/client/pulp_python/rest.py +0 -0
  93. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/setup.cfg +0 -0
  94. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_api_integrity_provenance_api.py +0 -0
  95. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_api_legacy_api.py +0 -0
  96. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_api_pypi_api.py +0 -0
  97. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_api_simple_api.py +0 -0
  98. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_api_unyank_api.py +0 -0
  99. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_api_yank_api.py +0 -0
  100. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_async_operation_response.py +0 -0
  101. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_content_packages_api.py +0 -0
  102. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_content_provenance_api.py +0 -0
  103. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_content_summary_response.py +0 -0
  104. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_content_yanks_api.py +0 -0
  105. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_distributions_pypi_api.py +0 -0
  106. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_exclude_platforms_enum.py +0 -0
  107. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_filetype_enum.py +0 -0
  108. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_metadata_version_enum.py +0 -0
  109. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_my_permissions_response.py +0 -0
  110. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_nested_role.py +0 -0
  111. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_nested_role_response.py +0 -0
  112. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_object_roles_response.py +0 -0
  113. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_package_metadata_response.py +0 -0
  114. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_package_types_enum.py +0 -0
  115. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_package_upload_task_response.py +0 -0
  116. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginated_repository_version_response_list.py +0 -0
  117. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_package_provenance_response_list.py +0 -0
  118. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_package_yank_response_list.py +0 -0
  119. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_python_blocklist_entry_response_list.py +0 -0
  120. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_python_distribution_response_list.py +0 -0
  121. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_python_package_content_response_list.py +0 -0
  122. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_python_publication_response_list.py +0 -0
  123. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_paginatedpython_python_remote_response_list.py +0 -0
  124. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_patchedpython_python_distribution.py +0 -0
  125. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_patchedpython_python_remote.py +0 -0
  126. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_policy_enum.py +0 -0
  127. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_protocol_version_enum.py +0 -0
  128. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_publications_pypi_api.py +0 -0
  129. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_pypi_metadata_api.py +0 -0
  130. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_package_provenance_response.py +0 -0
  131. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_package_yank_response.py +0 -0
  132. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_blocklist_entry.py +0 -0
  133. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_blocklist_entry_response.py +0 -0
  134. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_distribution.py +0 -0
  135. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_distribution_response.py +0 -0
  136. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_package_content_response.py +0 -0
  137. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_publication.py +0 -0
  138. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_publication_response.py +0 -0
  139. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_remote.py +0 -0
  140. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_remote_response.py +0 -0
  141. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_python_python_remote_response_hidden_fields_inner.py +0 -0
  142. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_remote_network_config.py +0 -0
  143. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_remote_network_config_response.py +0 -0
  144. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_remotes_python_api.py +0 -0
  145. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repair.py +0 -0
  146. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repositories_python_api.py +0 -0
  147. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repositories_python_blocklist_entries_api.py +0 -0
  148. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repositories_python_versions_api.py +0 -0
  149. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repository_add_remove_content.py +0 -0
  150. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repository_sync_url.py +0 -0
  151. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_repository_version_response.py +0 -0
  152. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_set_label.py +0 -0
  153. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_set_label_response.py +0 -0
  154. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_summary_response.py +0 -0
  155. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_unset_label.py +0 -0
  156. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.3}/test/test_unset_label_response.py +0 -0
  157. {crc_pulp_python_client-20260824.2 → crc_pulp_python_client-20260824.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: 20260824.2
3
+ Version: 20260824.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
26
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
50
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
53
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
132
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
157
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
160
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
245
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
270
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
273
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
348
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
375
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
378
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
478
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
481
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
573
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
576
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
651
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
677
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
680
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
753
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
779
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
782
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
885
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
915
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
918
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1077
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1080
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1241
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1244
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1334
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1337
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1425
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1428
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1515
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1518
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
1657
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1686
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1689
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1792
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1795
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
1916
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
1919
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2009
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2012
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2100
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2103
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
2206
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2234
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2237
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2350
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2353
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2443
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2446
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2534
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2537
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
2608
+ All URIs are relative to *https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2645
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2648
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2736
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2739
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2826
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2829
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
2914
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
2917
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3056
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3059
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3148
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3151
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3241
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3244
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3332
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3335
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3425
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3428
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3516
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3519
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3607
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3610
+ host = "https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
3698
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.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-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
3701
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
3702
3702
  )
3703
3703
 
3704
3704
  # The client must configure the authentication and authorization parameters
@@ -4437,7 +4437,6 @@ 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]
4441
4440
 
4442
4441
  ## Example
4443
4442
 
@@ -4487,7 +4486,7 @@ patchedpython_python_repository_from_dict = PatchedpythonPythonRepository.from_d
4487
4486
 
4488
4487
  # pulpcore.client.pulp_python.PublicationsPypiApi
4489
4488
 
4490
- All URIs are relative to *https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
4489
+ All URIs are relative to *https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com*
4491
4490
 
4492
4491
  Method | HTTP request | Description
4493
4492
  ------------- | ------------- | -------------
@@ -4520,10 +4519,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
4520
4519
  from pulpcore.client.pulp_python.rest import ApiException
4521
4520
  from pprint import pprint
4522
4521
 
4523
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
4522
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
4524
4523
  # See configuration.py for a list of all supported configuration parameters.
4525
4524
  configuration = pulpcore.client.pulp_python.Configuration(
4526
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
4525
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
4527
4526
  )
4528
4527
 
4529
4528
  # The client must configure the authentication and authorization parameters
@@ -4611,10 +4610,10 @@ from pulpcore.client.pulp_python.models.python_python_publication import PythonP
4611
4610
  from pulpcore.client.pulp_python.rest import ApiException
4612
4611
  from pprint import pprint
4613
4612
 
4614
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
4613
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
4615
4614
  # See configuration.py for a list of all supported configuration parameters.
4616
4615
  configuration = pulpcore.client.pulp_python.Configuration(
4617
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
4616
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
4618
4617
  )
4619
4618
 
4620
4619
  # The client must configure the authentication and authorization parameters
@@ -4700,10 +4699,10 @@ import pulpcore.client.pulp_python
4700
4699
  from pulpcore.client.pulp_python.rest import ApiException
4701
4700
  from pprint import pprint
4702
4701
 
4703
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
4702
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
4704
4703
  # See configuration.py for a list of all supported configuration parameters.
4705
4704
  configuration = pulpcore.client.pulp_python.Configuration(
4706
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
4705
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
4707
4706
  )
4708
4707
 
4709
4708
  # The client must configure the authentication and authorization parameters
@@ -4786,10 +4785,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_publication_respo
4786
4785
  from pulpcore.client.pulp_python.rest import ApiException
4787
4786
  from pprint import pprint
4788
4787
 
4789
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
4788
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
4790
4789
  # See configuration.py for a list of all supported configuration parameters.
4791
4790
  configuration = pulpcore.client.pulp_python.Configuration(
4792
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
4791
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
4793
4792
  )
4794
4793
 
4795
4794
  # The client must configure the authentication and authorization parameters
@@ -4916,10 +4915,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
4916
4915
  from pulpcore.client.pulp_python.rest import ApiException
4917
4916
  from pprint import pprint
4918
4917
 
4919
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
4918
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
4920
4919
  # See configuration.py for a list of all supported configuration parameters.
4921
4920
  configuration = pulpcore.client.pulp_python.Configuration(
4922
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
4921
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
4923
4922
  )
4924
4923
 
4925
4924
  # The client must configure the authentication and authorization parameters
@@ -5008,10 +5007,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
5008
5007
  from pulpcore.client.pulp_python.rest import ApiException
5009
5008
  from pprint import pprint
5010
5009
 
5011
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
5010
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
5012
5011
  # See configuration.py for a list of all supported configuration parameters.
5013
5012
  configuration = pulpcore.client.pulp_python.Configuration(
5014
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
5013
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
5015
5014
  )
5016
5015
 
5017
5016
  # The client must configure the authentication and authorization parameters
@@ -5100,10 +5099,10 @@ from pulpcore.client.pulp_python.models.python_python_publication_response impor
5100
5099
  from pulpcore.client.pulp_python.rest import ApiException
5101
5100
  from pprint import pprint
5102
5101
 
5103
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
5102
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
5104
5103
  # See configuration.py for a list of all supported configuration parameters.
5105
5104
  configuration = pulpcore.client.pulp_python.Configuration(
5106
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
5105
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
5107
5106
  )
5108
5107
 
5109
5108
  # The client must configure the authentication and authorization parameters
@@ -5193,10 +5192,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
5193
5192
  from pulpcore.client.pulp_python.rest import ApiException
5194
5193
  from pprint import pprint
5195
5194
 
5196
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
5195
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
5197
5196
  # See configuration.py for a list of all supported configuration parameters.
5198
5197
  configuration = pulpcore.client.pulp_python.Configuration(
5199
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
5198
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
5200
5199
  )
5201
5200
 
5202
5201
  # The client must configure the authentication and authorization parameters
@@ -5267,7 +5266,7 @@ Name | Type | Description | Notes
5267
5266
 
5268
5267
  # pulpcore.client.pulp_python.PypiMetadataApi
5269
5268
 
5270
- All URIs are relative to *https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
5269
+ All URIs are relative to *https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com*
5271
5270
 
5272
5271
  Method | HTTP request | Description
5273
5272
  ------------- | ------------- | -------------
@@ -5292,10 +5291,10 @@ from pulpcore.client.pulp_python.models.package_metadata_response import Package
5292
5291
  from pulpcore.client.pulp_python.rest import ApiException
5293
5292
  from pprint import pprint
5294
5293
 
5295
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
5294
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
5296
5295
  # See configuration.py for a list of all supported configuration parameters.
5297
5296
  configuration = pulpcore.client.pulp_python.Configuration(
5298
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
5297
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
5299
5298
  )
5300
5299
 
5301
5300
  # The client must configure the authentication and authorization parameters
@@ -5899,7 +5898,6 @@ Name | Type | Description | Notes
5899
5898
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
5900
5899
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
5901
5900
  **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]
5903
5901
 
5904
5902
  ## Example
5905
5903
 
@@ -5943,7 +5941,6 @@ Name | Type | Description | Notes
5943
5941
  **remote** | **str** | An optional remote to use by default when syncing. | [optional]
5944
5942
  **autopublish** | **bool** | Whether to automatically create publications for new repository versions, and update any distributions pointing to this repository. [Deprecated] | [optional] [default to False]
5945
5943
  **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]
5947
5944
  **blocklist_entries_href** | **str** | URL to the blocklist entries for this repository. | [optional] [readonly]
5948
5945
 
5949
5946
  ## Example
@@ -6055,7 +6052,7 @@ remote_network_config_response_from_dict = RemoteNetworkConfigResponse.from_dict
6055
6052
 
6056
6053
  # pulpcore.client.pulp_python.RemotesPythonApi
6057
6054
 
6058
- All URIs are relative to *https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
6055
+ All URIs are relative to *https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com*
6059
6056
 
6060
6057
  Method | HTTP request | Description
6061
6058
  ------------- | ------------- | -------------
@@ -6093,10 +6090,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6093
6090
  from pulpcore.client.pulp_python.rest import ApiException
6094
6091
  from pprint import pprint
6095
6092
 
6096
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6093
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6097
6094
  # See configuration.py for a list of all supported configuration parameters.
6098
6095
  configuration = pulpcore.client.pulp_python.Configuration(
6099
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6096
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6100
6097
  )
6101
6098
 
6102
6099
  # The client must configure the authentication and authorization parameters
@@ -6184,10 +6181,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6184
6181
  from pulpcore.client.pulp_python.rest import ApiException
6185
6182
  from pprint import pprint
6186
6183
 
6187
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6184
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6188
6185
  # See configuration.py for a list of all supported configuration parameters.
6189
6186
  configuration = pulpcore.client.pulp_python.Configuration(
6190
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6187
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6191
6188
  )
6192
6189
 
6193
6190
  # The client must configure the authentication and authorization parameters
@@ -6274,10 +6271,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
6274
6271
  from pulpcore.client.pulp_python.rest import ApiException
6275
6272
  from pprint import pprint
6276
6273
 
6277
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6274
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6278
6275
  # See configuration.py for a list of all supported configuration parameters.
6279
6276
  configuration = pulpcore.client.pulp_python.Configuration(
6280
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6277
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6281
6278
  )
6282
6279
 
6283
6280
  # The client must configure the authentication and authorization parameters
@@ -6362,10 +6359,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6362
6359
  from pulpcore.client.pulp_python.rest import ApiException
6363
6360
  from pprint import pprint
6364
6361
 
6365
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6362
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6366
6363
  # See configuration.py for a list of all supported configuration parameters.
6367
6364
  configuration = pulpcore.client.pulp_python.Configuration(
6368
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6365
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6369
6366
  )
6370
6367
 
6371
6368
  # The client must configure the authentication and authorization parameters
@@ -6456,10 +6453,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_remote_response_l
6456
6453
  from pulpcore.client.pulp_python.rest import ApiException
6457
6454
  from pprint import pprint
6458
6455
 
6459
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6456
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6460
6457
  # See configuration.py for a list of all supported configuration parameters.
6461
6458
  configuration = pulpcore.client.pulp_python.Configuration(
6462
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6459
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6463
6460
  )
6464
6461
 
6465
6462
  # The client must configure the authentication and authorization parameters
@@ -6596,10 +6593,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
6596
6593
  from pulpcore.client.pulp_python.rest import ApiException
6597
6594
  from pprint import pprint
6598
6595
 
6599
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6596
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6600
6597
  # See configuration.py for a list of all supported configuration parameters.
6601
6598
  configuration = pulpcore.client.pulp_python.Configuration(
6602
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6599
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6603
6600
  )
6604
6601
 
6605
6602
  # The client must configure the authentication and authorization parameters
@@ -6688,10 +6685,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
6688
6685
  from pulpcore.client.pulp_python.rest import ApiException
6689
6686
  from pprint import pprint
6690
6687
 
6691
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6688
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6692
6689
  # See configuration.py for a list of all supported configuration parameters.
6693
6690
  configuration = pulpcore.client.pulp_python.Configuration(
6694
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6691
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6695
6692
  )
6696
6693
 
6697
6694
  # The client must configure the authentication and authorization parameters
@@ -6781,10 +6778,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6781
6778
  from pulpcore.client.pulp_python.rest import ApiException
6782
6779
  from pprint import pprint
6783
6780
 
6784
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6781
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6785
6782
  # See configuration.py for a list of all supported configuration parameters.
6786
6783
  configuration = pulpcore.client.pulp_python.Configuration(
6787
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6784
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6788
6785
  )
6789
6786
 
6790
6787
  # The client must configure the authentication and authorization parameters
@@ -6872,10 +6869,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
6872
6869
  from pulpcore.client.pulp_python.rest import ApiException
6873
6870
  from pprint import pprint
6874
6871
 
6875
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6872
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6876
6873
  # See configuration.py for a list of all supported configuration parameters.
6877
6874
  configuration = pulpcore.client.pulp_python.Configuration(
6878
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6875
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6879
6876
  )
6880
6877
 
6881
6878
  # The client must configure the authentication and authorization parameters
@@ -6965,10 +6962,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
6965
6962
  from pulpcore.client.pulp_python.rest import ApiException
6966
6963
  from pprint import pprint
6967
6964
 
6968
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
6965
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
6969
6966
  # See configuration.py for a list of all supported configuration parameters.
6970
6967
  configuration = pulpcore.client.pulp_python.Configuration(
6971
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
6968
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
6972
6969
  )
6973
6970
 
6974
6971
  # The client must configure the authentication and authorization parameters
@@ -7056,10 +7053,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
7056
7053
  from pulpcore.client.pulp_python.rest import ApiException
7057
7054
  from pprint import pprint
7058
7055
 
7059
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7056
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7060
7057
  # See configuration.py for a list of all supported configuration parameters.
7061
7058
  configuration = pulpcore.client.pulp_python.Configuration(
7062
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7059
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7063
7060
  )
7064
7061
 
7065
7062
  # The client must configure the authentication and authorization parameters
@@ -7147,10 +7144,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
7147
7144
  from pulpcore.client.pulp_python.rest import ApiException
7148
7145
  from pprint import pprint
7149
7146
 
7150
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7147
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7151
7148
  # See configuration.py for a list of all supported configuration parameters.
7152
7149
  configuration = pulpcore.client.pulp_python.Configuration(
7153
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7150
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7154
7151
  )
7155
7152
 
7156
7153
  # The client must configure the authentication and authorization parameters
@@ -7238,10 +7235,10 @@ from pulpcore.client.pulp_python.models.python_python_remote_response import Pyt
7238
7235
  from pulpcore.client.pulp_python.rest import ApiException
7239
7236
  from pprint import pprint
7240
7237
 
7241
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7238
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7242
7239
  # See configuration.py for a list of all supported configuration parameters.
7243
7240
  configuration = pulpcore.client.pulp_python.Configuration(
7244
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7241
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7245
7242
  )
7246
7243
 
7247
7244
  # The client must configure the authentication and authorization parameters
@@ -7342,7 +7339,7 @@ repair_from_dict = Repair.from_dict(repair_dict)
7342
7339
 
7343
7340
  # pulpcore.client.pulp_python.RepositoriesPythonApi
7344
7341
 
7345
- All URIs are relative to *https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
7342
+ All URIs are relative to *https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com*
7346
7343
 
7347
7344
  Method | HTTP request | Description
7348
7345
  ------------- | ------------- | -------------
@@ -7382,10 +7379,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
7382
7379
  from pulpcore.client.pulp_python.rest import ApiException
7383
7380
  from pprint import pprint
7384
7381
 
7385
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7382
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7386
7383
  # See configuration.py for a list of all supported configuration parameters.
7387
7384
  configuration = pulpcore.client.pulp_python.Configuration(
7388
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7385
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7389
7386
  )
7390
7387
 
7391
7388
  # The client must configure the authentication and authorization parameters
@@ -7473,10 +7470,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
7473
7470
  from pulpcore.client.pulp_python.rest import ApiException
7474
7471
  from pprint import pprint
7475
7472
 
7476
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7473
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7477
7474
  # See configuration.py for a list of all supported configuration parameters.
7478
7475
  configuration = pulpcore.client.pulp_python.Configuration(
7479
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7476
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7480
7477
  )
7481
7478
 
7482
7479
  # The client must configure the authentication and authorization parameters
@@ -7563,10 +7560,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
7563
7560
  from pulpcore.client.pulp_python.rest import ApiException
7564
7561
  from pprint import pprint
7565
7562
 
7566
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7563
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7567
7564
  # See configuration.py for a list of all supported configuration parameters.
7568
7565
  configuration = pulpcore.client.pulp_python.Configuration(
7569
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7566
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7570
7567
  )
7571
7568
 
7572
7569
  # The client must configure the authentication and authorization parameters
@@ -7651,10 +7648,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_repository_respon
7651
7648
  from pulpcore.client.pulp_python.rest import ApiException
7652
7649
  from pprint import pprint
7653
7650
 
7654
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7651
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7655
7652
  # See configuration.py for a list of all supported configuration parameters.
7656
7653
  configuration = pulpcore.client.pulp_python.Configuration(
7657
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7654
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7658
7655
  )
7659
7656
 
7660
7657
  # The client must configure the authentication and authorization parameters
@@ -7815,10 +7812,10 @@ from pulpcore.client.pulp_python.models.object_roles_response import ObjectRoles
7815
7812
  from pulpcore.client.pulp_python.rest import ApiException
7816
7813
  from pprint import pprint
7817
7814
 
7818
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7815
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7819
7816
  # See configuration.py for a list of all supported configuration parameters.
7820
7817
  configuration = pulpcore.client.pulp_python.Configuration(
7821
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7818
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7822
7819
  )
7823
7820
 
7824
7821
  # The client must configure the authentication and authorization parameters
@@ -7908,10 +7905,10 @@ from pulpcore.client.pulp_python.models.repository_add_remove_content import Rep
7908
7905
  from pulpcore.client.pulp_python.rest import ApiException
7909
7906
  from pprint import pprint
7910
7907
 
7911
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7908
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
7912
7909
  # See configuration.py for a list of all supported configuration parameters.
7913
7910
  configuration = pulpcore.client.pulp_python.Configuration(
7914
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
7911
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
7915
7912
  )
7916
7913
 
7917
7914
  # The client must configure the authentication and authorization parameters
@@ -7998,10 +7995,10 @@ from pulpcore.client.pulp_python.models.my_permissions_response import MyPermiss
7998
7995
  from pulpcore.client.pulp_python.rest import ApiException
7999
7996
  from pprint import pprint
8000
7997
 
8001
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
7998
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8002
7999
  # See configuration.py for a list of all supported configuration parameters.
8003
8000
  configuration = pulpcore.client.pulp_python.Configuration(
8004
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8001
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8005
8002
  )
8006
8003
 
8007
8004
  # The client must configure the authentication and authorization parameters
@@ -8091,10 +8088,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8091
8088
  from pulpcore.client.pulp_python.rest import ApiException
8092
8089
  from pprint import pprint
8093
8090
 
8094
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8091
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8095
8092
  # See configuration.py for a list of all supported configuration parameters.
8096
8093
  configuration = pulpcore.client.pulp_python.Configuration(
8097
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8094
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8098
8095
  )
8099
8096
 
8100
8097
  # The client must configure the authentication and authorization parameters
@@ -8182,10 +8179,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8182
8179
  from pulpcore.client.pulp_python.rest import ApiException
8183
8180
  from pprint import pprint
8184
8181
 
8185
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8182
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8186
8183
  # See configuration.py for a list of all supported configuration parameters.
8187
8184
  configuration = pulpcore.client.pulp_python.Configuration(
8188
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8185
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8189
8186
  )
8190
8187
 
8191
8188
  # The client must configure the authentication and authorization parameters
@@ -8275,10 +8272,10 @@ from pulpcore.client.pulp_python.models.nested_role_response import NestedRoleRe
8275
8272
  from pulpcore.client.pulp_python.rest import ApiException
8276
8273
  from pprint import pprint
8277
8274
 
8278
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8275
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8279
8276
  # See configuration.py for a list of all supported configuration parameters.
8280
8277
  configuration = pulpcore.client.pulp_python.Configuration(
8281
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8278
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8282
8279
  )
8283
8280
 
8284
8281
  # The client must configure the authentication and authorization parameters
@@ -8365,10 +8362,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
8365
8362
  from pulpcore.client.pulp_python.rest import ApiException
8366
8363
  from pprint import pprint
8367
8364
 
8368
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8365
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8369
8366
  # See configuration.py for a list of all supported configuration parameters.
8370
8367
  configuration = pulpcore.client.pulp_python.Configuration(
8371
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8368
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8372
8369
  )
8373
8370
 
8374
8371
  # The client must configure the authentication and authorization parameters
@@ -8454,10 +8451,10 @@ from pulpcore.client.pulp_python.models.set_label_response import SetLabelRespon
8454
8451
  from pulpcore.client.pulp_python.rest import ApiException
8455
8452
  from pprint import pprint
8456
8453
 
8457
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8454
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8458
8455
  # See configuration.py for a list of all supported configuration parameters.
8459
8456
  configuration = pulpcore.client.pulp_python.Configuration(
8460
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8457
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8461
8458
  )
8462
8459
 
8463
8460
  # The client must configure the authentication and authorization parameters
@@ -8545,10 +8542,10 @@ from pulpcore.client.pulp_python.models.repository_sync_url import RepositorySyn
8545
8542
  from pulpcore.client.pulp_python.rest import ApiException
8546
8543
  from pprint import pprint
8547
8544
 
8548
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8545
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8549
8546
  # See configuration.py for a list of all supported configuration parameters.
8550
8547
  configuration = pulpcore.client.pulp_python.Configuration(
8551
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8548
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8552
8549
  )
8553
8550
 
8554
8551
  # The client must configure the authentication and authorization parameters
@@ -8636,10 +8633,10 @@ from pulpcore.client.pulp_python.models.unset_label_response import UnsetLabelRe
8636
8633
  from pulpcore.client.pulp_python.rest import ApiException
8637
8634
  from pprint import pprint
8638
8635
 
8639
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8636
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8640
8637
  # See configuration.py for a list of all supported configuration parameters.
8641
8638
  configuration = pulpcore.client.pulp_python.Configuration(
8642
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8639
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8643
8640
  )
8644
8641
 
8645
8642
  # The client must configure the authentication and authorization parameters
@@ -8727,10 +8724,10 @@ from pulpcore.client.pulp_python.models.python_python_repository_response import
8727
8724
  from pulpcore.client.pulp_python.rest import ApiException
8728
8725
  from pprint import pprint
8729
8726
 
8730
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8727
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8731
8728
  # See configuration.py for a list of all supported configuration parameters.
8732
8729
  configuration = pulpcore.client.pulp_python.Configuration(
8733
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8730
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8734
8731
  )
8735
8732
 
8736
8733
  # The client must configure the authentication and authorization parameters
@@ -8802,7 +8799,7 @@ Name | Type | Description | Notes
8802
8799
 
8803
8800
  # pulpcore.client.pulp_python.RepositoriesPythonBlocklistEntriesApi
8804
8801
 
8805
- All URIs are relative to *https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
8802
+ All URIs are relative to *https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com*
8806
8803
 
8807
8804
  Method | HTTP request | Description
8808
8805
  ------------- | ------------- | -------------
@@ -8831,10 +8828,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
8831
8828
  from pulpcore.client.pulp_python.rest import ApiException
8832
8829
  from pprint import pprint
8833
8830
 
8834
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8831
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8835
8832
  # See configuration.py for a list of all supported configuration parameters.
8836
8833
  configuration = pulpcore.client.pulp_python.Configuration(
8837
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8834
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8838
8835
  )
8839
8836
 
8840
8837
  # The client must configure the authentication and authorization parameters
@@ -8920,10 +8917,10 @@ import pulpcore.client.pulp_python
8920
8917
  from pulpcore.client.pulp_python.rest import ApiException
8921
8918
  from pprint import pprint
8922
8919
 
8923
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
8920
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
8924
8921
  # See configuration.py for a list of all supported configuration parameters.
8925
8922
  configuration = pulpcore.client.pulp_python.Configuration(
8926
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
8923
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
8927
8924
  )
8928
8925
 
8929
8926
  # The client must configure the authentication and authorization parameters
@@ -9006,10 +9003,10 @@ from pulpcore.client.pulp_python.models.paginatedpython_python_blocklist_entry_r
9006
9003
  from pulpcore.client.pulp_python.rest import ApiException
9007
9004
  from pprint import pprint
9008
9005
 
9009
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9006
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9010
9007
  # See configuration.py for a list of all supported configuration parameters.
9011
9008
  configuration = pulpcore.client.pulp_python.Configuration(
9012
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9009
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9013
9010
  )
9014
9011
 
9015
9012
  # The client must configure the authentication and authorization parameters
@@ -9120,10 +9117,10 @@ from pulpcore.client.pulp_python.models.python_python_blocklist_entry_response i
9120
9117
  from pulpcore.client.pulp_python.rest import ApiException
9121
9118
  from pprint import pprint
9122
9119
 
9123
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9120
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9124
9121
  # See configuration.py for a list of all supported configuration parameters.
9125
9122
  configuration = pulpcore.client.pulp_python.Configuration(
9126
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9123
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9127
9124
  )
9128
9125
 
9129
9126
  # The client must configure the authentication and authorization parameters
@@ -9196,7 +9193,7 @@ Name | Type | Description | Notes
9196
9193
 
9197
9194
  # pulpcore.client.pulp_python.RepositoriesPythonVersionsApi
9198
9195
 
9199
- All URIs are relative to *https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com*
9196
+ All URIs are relative to *https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com*
9200
9197
 
9201
9198
  Method | HTTP request | Description
9202
9199
  ------------- | ------------- | -------------
@@ -9225,10 +9222,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9225
9222
  from pulpcore.client.pulp_python.rest import ApiException
9226
9223
  from pprint import pprint
9227
9224
 
9228
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9225
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9229
9226
  # See configuration.py for a list of all supported configuration parameters.
9230
9227
  configuration = pulpcore.client.pulp_python.Configuration(
9231
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9228
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9232
9229
  )
9233
9230
 
9234
9231
  # The client must configure the authentication and authorization parameters
@@ -9313,10 +9310,10 @@ from pulpcore.client.pulp_python.models.paginated_repository_version_response_li
9313
9310
  from pulpcore.client.pulp_python.rest import ApiException
9314
9311
  from pprint import pprint
9315
9312
 
9316
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9313
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9317
9314
  # See configuration.py for a list of all supported configuration parameters.
9318
9315
  configuration = pulpcore.client.pulp_python.Configuration(
9319
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9316
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9320
9317
  )
9321
9318
 
9322
9319
  # The client must configure the authentication and authorization parameters
@@ -9447,10 +9444,10 @@ from pulpcore.client.pulp_python.models.repository_version_response import Repos
9447
9444
  from pulpcore.client.pulp_python.rest import ApiException
9448
9445
  from pprint import pprint
9449
9446
 
9450
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9447
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9451
9448
  # See configuration.py for a list of all supported configuration parameters.
9452
9449
  configuration = pulpcore.client.pulp_python.Configuration(
9453
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9450
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9454
9451
  )
9455
9452
 
9456
9453
  # The client must configure the authentication and authorization parameters
@@ -9540,10 +9537,10 @@ from pulpcore.client.pulp_python.models.repair import Repair
9540
9537
  from pulpcore.client.pulp_python.rest import ApiException
9541
9538
  from pprint import pprint
9542
9539
 
9543
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9540
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9544
9541
  # See configuration.py for a list of all supported configuration parameters.
9545
9542
  configuration = pulpcore.client.pulp_python.Configuration(
9546
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9543
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9547
9544
  )
9548
9545
 
9549
9546
  # The client must configure the authentication and authorization parameters
@@ -9629,10 +9626,10 @@ from pulpcore.client.pulp_python.models.async_operation_response import AsyncOpe
9629
9626
  from pulpcore.client.pulp_python.rest import ApiException
9630
9627
  from pprint import pprint
9631
9628
 
9632
- # Defining the host is optional and defaults to https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com
9629
+ # Defining the host is optional and defaults to https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com
9633
9630
  # See configuration.py for a list of all supported configuration parameters.
9634
9631
  configuration = pulpcore.client.pulp_python.Configuration(
9635
- host = "https://env-ephemeral-efoih7.apps.crc-eph.r9lp.p1.openshiftapps.com"
9632
+ host = "https://env-ephemeral-aex45d.apps.crc-eph.r9lp.p1.openshiftapps.com"
9636
9633
  )
9637
9634
 
9638
9635
  # The client must configure the authentication and authorization parameters