crc-pulp-python-client 20260814.2__tar.gz → 20260817.2__tar.gz

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