crc-pulpcore-client 20250903.3__tar.gz → 20250903.4__tar.gz

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

Potentially problematic release.


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

Files changed (467) hide show
  1. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/PKG-INFO +1 -1
  2. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/README.md +4 -4
  3. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/crc_pulpcore_client.egg-info/PKG-INFO +1 -1
  4. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/__init__.py +1 -1
  5. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/tasks_api.py +6 -6
  6. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api_client.py +1 -1
  7. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/configuration.py +3 -3
  8. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/artifact_distribution_response.py +16 -16
  9. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/task_response.py +9 -2
  10. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pyproject.toml +1 -1
  11. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/setup.py +1 -1
  12. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_artifact_distribution_response.py +8 -8
  13. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_artifact_distribution_response_list.py +14 -14
  14. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_task_response_list.py +4 -2
  15. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_task_response.py +2 -1
  16. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/crc_pulpcore_client.egg-info/SOURCES.txt +0 -0
  17. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/crc_pulpcore_client.egg-info/dependency_links.txt +0 -0
  18. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/crc_pulpcore_client.egg-info/requires.txt +0 -0
  19. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/crc_pulpcore_client.egg-info/top_level.txt +0 -0
  20. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/__init__.py +0 -0
  21. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/__init__.py +0 -0
  22. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/__init__.py +0 -0
  23. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/access_policies_api.py +0 -0
  24. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/artifacts_api.py +0 -0
  25. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/content_api.py +0 -0
  26. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/content_openpgp_publickey_api.py +0 -0
  27. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/content_openpgp_publicsubkey_api.py +0 -0
  28. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/content_openpgp_signature_api.py +0 -0
  29. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/content_openpgp_userattribute_api.py +0 -0
  30. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/content_openpgp_userid_api.py +0 -0
  31. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/contentguards_api.py +0 -0
  32. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/contentguards_composite_api.py +0 -0
  33. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/contentguards_content_redirect_api.py +0 -0
  34. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/contentguards_header_api.py +0 -0
  35. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/contentguards_rbac_api.py +0 -0
  36. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/distributions_api.py +0 -0
  37. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/distributions_artifacts_api.py +0 -0
  38. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/distributions_openpgp_api.py +0 -0
  39. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/domains_api.py +0 -0
  40. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/exporters_filesystem_api.py +0 -0
  41. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/exporters_filesystem_exports_api.py +0 -0
  42. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/exporters_pulp_api.py +0 -0
  43. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/exporters_pulp_exports_api.py +0 -0
  44. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/groups_api.py +0 -0
  45. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/groups_roles_api.py +0 -0
  46. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/groups_users_api.py +0 -0
  47. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/importers_pulp_api.py +0 -0
  48. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/importers_pulp_import_check_api.py +0 -0
  49. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/importers_pulp_imports_api.py +0 -0
  50. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/livez_api.py +0 -0
  51. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/login_api.py +0 -0
  52. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/orphans_api.py +0 -0
  53. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/orphans_cleanup_api.py +0 -0
  54. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/publications_api.py +0 -0
  55. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/remotes_api.py +0 -0
  56. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/repair_api.py +0 -0
  57. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/repositories_api.py +0 -0
  58. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/repositories_openpgp_keyring_api.py +0 -0
  59. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/repositories_reclaim_space_api.py +0 -0
  60. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/repository_versions_api.py +0 -0
  61. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/roles_api.py +0 -0
  62. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/signing_services_api.py +0 -0
  63. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/status_api.py +0 -0
  64. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/task_groups_api.py +0 -0
  65. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/task_schedules_api.py +0 -0
  66. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/uploads_api.py +0 -0
  67. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/upstream_pulps_api.py +0 -0
  68. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/users_api.py +0 -0
  69. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/users_roles_api.py +0 -0
  70. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/vuln_report_api.py +0 -0
  71. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api/workers_api.py +0 -0
  72. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/api_response.py +0 -0
  73. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/exceptions.py +0 -0
  74. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/__init__.py +0 -0
  75. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/access_policy.py +0 -0
  76. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/access_policy_response.py +0 -0
  77. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/app_status_response.py +0 -0
  78. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/artifact_response.py +0 -0
  79. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/async_operation_response.py +0 -0
  80. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/composite_content_guard.py +0 -0
  81. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/composite_content_guard_response.py +0 -0
  82. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/content_guard_response.py +0 -0
  83. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/content_redirect_content_guard.py +0 -0
  84. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/content_redirect_content_guard_response.py +0 -0
  85. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/content_settings_response.py +0 -0
  86. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/content_summary_response.py +0 -0
  87. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/database_connection_response.py +0 -0
  88. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/distribution_response.py +0 -0
  89. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/domain.py +0 -0
  90. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/domain_backend_migrator.py +0 -0
  91. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/domain_response.py +0 -0
  92. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/evaluation_response.py +0 -0
  93. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/filesystem_export.py +0 -0
  94. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/filesystem_export_response.py +0 -0
  95. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/filesystem_exporter.py +0 -0
  96. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/filesystem_exporter_response.py +0 -0
  97. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/generic_remote_response.py +0 -0
  98. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/generic_remote_response_hidden_fields_inner.py +0 -0
  99. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/generic_remote_response_policy_enum.py +0 -0
  100. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group.py +0 -0
  101. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group_progress_report_response.py +0 -0
  102. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group_response.py +0 -0
  103. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group_role.py +0 -0
  104. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group_role_response.py +0 -0
  105. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group_user.py +0 -0
  106. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/group_user_response.py +0 -0
  107. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/header_content_guard.py +0 -0
  108. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/header_content_guard_response.py +0 -0
  109. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/import_response.py +0 -0
  110. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/login_response.py +0 -0
  111. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/method_enum.py +0 -0
  112. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/minimal_task_response.py +0 -0
  113. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/multiple_artifact_content_response.py +0 -0
  114. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/my_permissions_response.py +0 -0
  115. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey.py +0 -0
  116. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_public_subkey_response.py +0 -0
  117. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_signature.py +0 -0
  118. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_signature_response.py +0 -0
  119. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute.py +0 -0
  120. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_user_attribute_response.py +0 -0
  121. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id.py +0 -0
  122. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_open_pgp_user_id_response.py +0 -0
  123. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_role.py +0 -0
  124. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/nested_role_response.py +0 -0
  125. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/object_roles_response.py +0 -0
  126. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_distribution.py +0 -0
  127. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_distribution_response.py +0 -0
  128. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_keyring.py +0 -0
  129. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_keyring_response.py +0 -0
  130. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_public_key_response.py +0 -0
  131. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_public_subkey_response.py +0 -0
  132. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_signature_response.py +0 -0
  133. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_user_attribute_response.py +0 -0
  134. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/open_pgp_user_id_response.py +0 -0
  135. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/orphans_cleanup.py +0 -0
  136. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_access_policy_response_list.py +0 -0
  137. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_artifact_distribution_response_list.py +0 -0
  138. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_artifact_response_list.py +0 -0
  139. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_composite_content_guard_response_list.py +0 -0
  140. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_content_guard_response_list.py +0 -0
  141. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_content_redirect_content_guard_response_list.py +0 -0
  142. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_distribution_response_list.py +0 -0
  143. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_domain_response_list.py +0 -0
  144. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_filesystem_export_response_list.py +0 -0
  145. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_filesystem_exporter_response_list.py +0 -0
  146. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_generic_remote_response_list.py +0 -0
  147. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_group_response_list.py +0 -0
  148. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_group_role_response_list.py +0 -0
  149. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_group_user_response_list.py +0 -0
  150. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_header_content_guard_response_list.py +0 -0
  151. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_import_response_list.py +0 -0
  152. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_multiple_artifact_content_response_list.py +0 -0
  153. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_distribution_response_list.py +0 -0
  154. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_keyring_response_list.py +0 -0
  155. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_key_response_list.py +0 -0
  156. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_public_subkey_response_list.py +0 -0
  157. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_signature_response_list.py +0 -0
  158. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_attribute_response_list.py +0 -0
  159. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_open_pgp_user_id_response_list.py +0 -0
  160. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_publication_response_list.py +0 -0
  161. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_pulp_export_response_list.py +0 -0
  162. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_pulp_exporter_response_list.py +0 -0
  163. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_pulp_importer_response_list.py +0 -0
  164. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_rbac_content_guard_response_list.py +0 -0
  165. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_repository_response_list.py +0 -0
  166. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_repository_version_response_list.py +0 -0
  167. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_role_response_list.py +0 -0
  168. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_signing_service_response_list.py +0 -0
  169. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_task_group_response_list.py +0 -0
  170. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_task_response_list.py +0 -0
  171. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_task_schedule_response_list.py +0 -0
  172. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_upload_response_list.py +0 -0
  173. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_upstream_pulp_response_list.py +0 -0
  174. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_user_response_list.py +0 -0
  175. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_user_role_response_list.py +0 -0
  176. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_vulnerability_report_response_list.py +0 -0
  177. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/paginated_worker_response_list.py +0 -0
  178. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_access_policy.py +0 -0
  179. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_composite_content_guard.py +0 -0
  180. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_content_redirect_content_guard.py +0 -0
  181. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_domain.py +0 -0
  182. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_filesystem_exporter.py +0 -0
  183. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_group.py +0 -0
  184. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_header_content_guard.py +0 -0
  185. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_open_pgp_distribution.py +0 -0
  186. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_open_pgp_keyring.py +0 -0
  187. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_pulp_exporter.py +0 -0
  188. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_pulp_importer.py +0 -0
  189. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_rbac_content_guard.py +0 -0
  190. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_role.py +0 -0
  191. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_task_cancel.py +0 -0
  192. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_upstream_pulp.py +0 -0
  193. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/patched_user.py +0 -0
  194. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/policy357_enum.py +0 -0
  195. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/profile_artifact_response.py +0 -0
  196. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/progress_report_response.py +0 -0
  197. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/publication_response.py +0 -0
  198. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_export.py +0 -0
  199. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_export_response.py +0 -0
  200. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_exporter.py +0 -0
  201. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_exporter_response.py +0 -0
  202. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_import.py +0 -0
  203. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_import_check.py +0 -0
  204. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_import_check_response.py +0 -0
  205. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_importer.py +0 -0
  206. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/pulp_importer_response.py +0 -0
  207. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/purge.py +0 -0
  208. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/rbac_content_guard.py +0 -0
  209. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/rbac_content_guard_response.py +0 -0
  210. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/reclaim_space.py +0 -0
  211. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/redis_connection_response.py +0 -0
  212. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/repair.py +0 -0
  213. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/repository_add_remove_content.py +0 -0
  214. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/repository_response.py +0 -0
  215. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/repository_version_response.py +0 -0
  216. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/role.py +0 -0
  217. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/role_response.py +0 -0
  218. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/set_label.py +0 -0
  219. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/set_label_response.py +0 -0
  220. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/signing_service_response.py +0 -0
  221. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/states_enum.py +0 -0
  222. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/status_response.py +0 -0
  223. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/storage_class_enum.py +0 -0
  224. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/storage_response.py +0 -0
  225. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/task_group_operation_response.py +0 -0
  226. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/task_group_response.py +0 -0
  227. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/task_schedule_response.py +0 -0
  228. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/unset_label.py +0 -0
  229. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/unset_label_response.py +0 -0
  230. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upload.py +0 -0
  231. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upload_chunk_response.py +0 -0
  232. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upload_commit.py +0 -0
  233. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upload_detail_response.py +0 -0
  234. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upload_response.py +0 -0
  235. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upstream_pulp.py +0 -0
  236. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/upstream_pulp_response.py +0 -0
  237. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/user.py +0 -0
  238. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/user_group.py +0 -0
  239. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/user_group_response.py +0 -0
  240. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/user_response.py +0 -0
  241. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/user_role.py +0 -0
  242. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/user_role_response.py +0 -0
  243. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/version_response.py +0 -0
  244. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/vulnerability_report_response.py +0 -0
  245. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/models/worker_response.py +0 -0
  246. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/py.typed +0 -0
  247. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/pulpcore/client/pulpcore/rest.py +0 -0
  248. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/setup.cfg +0 -0
  249. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_access_policies_api.py +0 -0
  250. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_access_policy.py +0 -0
  251. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_access_policy_response.py +0 -0
  252. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_app_status_response.py +0 -0
  253. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_artifact_response.py +0 -0
  254. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_artifacts_api.py +0 -0
  255. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_async_operation_response.py +0 -0
  256. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_composite_content_guard.py +0 -0
  257. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_composite_content_guard_response.py +0 -0
  258. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_api.py +0 -0
  259. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_guard_response.py +0 -0
  260. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_openpgp_publickey_api.py +0 -0
  261. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_openpgp_publicsubkey_api.py +0 -0
  262. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_openpgp_signature_api.py +0 -0
  263. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_openpgp_userattribute_api.py +0 -0
  264. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_openpgp_userid_api.py +0 -0
  265. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_redirect_content_guard.py +0 -0
  266. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_redirect_content_guard_response.py +0 -0
  267. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_settings_response.py +0 -0
  268. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_content_summary_response.py +0 -0
  269. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_contentguards_api.py +0 -0
  270. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_contentguards_composite_api.py +0 -0
  271. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_contentguards_content_redirect_api.py +0 -0
  272. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_contentguards_header_api.py +0 -0
  273. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_contentguards_rbac_api.py +0 -0
  274. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_database_connection_response.py +0 -0
  275. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_distribution_response.py +0 -0
  276. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_distributions_api.py +0 -0
  277. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_distributions_artifacts_api.py +0 -0
  278. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_distributions_openpgp_api.py +0 -0
  279. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_domain.py +0 -0
  280. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_domain_backend_migrator.py +0 -0
  281. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_domain_response.py +0 -0
  282. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_domains_api.py +0 -0
  283. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_evaluation_response.py +0 -0
  284. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_exporters_filesystem_api.py +0 -0
  285. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_exporters_filesystem_exports_api.py +0 -0
  286. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_exporters_pulp_api.py +0 -0
  287. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_exporters_pulp_exports_api.py +0 -0
  288. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_filesystem_export.py +0 -0
  289. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_filesystem_export_response.py +0 -0
  290. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_filesystem_exporter.py +0 -0
  291. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_filesystem_exporter_response.py +0 -0
  292. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_generic_remote_response.py +0 -0
  293. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_generic_remote_response_hidden_fields_inner.py +0 -0
  294. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_generic_remote_response_policy_enum.py +0 -0
  295. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group.py +0 -0
  296. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group_progress_report_response.py +0 -0
  297. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group_response.py +0 -0
  298. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group_role.py +0 -0
  299. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group_role_response.py +0 -0
  300. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group_user.py +0 -0
  301. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_group_user_response.py +0 -0
  302. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_groups_api.py +0 -0
  303. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_groups_roles_api.py +0 -0
  304. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_groups_users_api.py +0 -0
  305. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_header_content_guard.py +0 -0
  306. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_header_content_guard_response.py +0 -0
  307. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_import_response.py +0 -0
  308. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_importers_pulp_api.py +0 -0
  309. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_importers_pulp_import_check_api.py +0 -0
  310. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_importers_pulp_imports_api.py +0 -0
  311. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_livez_api.py +0 -0
  312. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_login_api.py +0 -0
  313. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_login_response.py +0 -0
  314. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_method_enum.py +0 -0
  315. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_minimal_task_response.py +0 -0
  316. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_multiple_artifact_content_response.py +0 -0
  317. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_my_permissions_response.py +0 -0
  318. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_public_subkey.py +0 -0
  319. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_public_subkey_response.py +0 -0
  320. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_signature.py +0 -0
  321. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_signature_response.py +0 -0
  322. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_user_attribute.py +0 -0
  323. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_user_attribute_response.py +0 -0
  324. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_user_id.py +0 -0
  325. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_open_pgp_user_id_response.py +0 -0
  326. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_role.py +0 -0
  327. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_nested_role_response.py +0 -0
  328. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_object_roles_response.py +0 -0
  329. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_distribution.py +0 -0
  330. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_distribution_response.py +0 -0
  331. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_keyring.py +0 -0
  332. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_keyring_response.py +0 -0
  333. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_public_key_response.py +0 -0
  334. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_public_subkey_response.py +0 -0
  335. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_signature_response.py +0 -0
  336. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_user_attribute_response.py +0 -0
  337. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_open_pgp_user_id_response.py +0 -0
  338. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_orphans_api.py +0 -0
  339. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_orphans_cleanup.py +0 -0
  340. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_orphans_cleanup_api.py +0 -0
  341. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_access_policy_response_list.py +0 -0
  342. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_artifact_response_list.py +0 -0
  343. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_composite_content_guard_response_list.py +0 -0
  344. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_content_guard_response_list.py +0 -0
  345. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_content_redirect_content_guard_response_list.py +0 -0
  346. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_distribution_response_list.py +0 -0
  347. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_domain_response_list.py +0 -0
  348. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_filesystem_export_response_list.py +0 -0
  349. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_filesystem_exporter_response_list.py +0 -0
  350. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_generic_remote_response_list.py +0 -0
  351. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_group_response_list.py +0 -0
  352. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_group_role_response_list.py +0 -0
  353. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_group_user_response_list.py +0 -0
  354. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_header_content_guard_response_list.py +0 -0
  355. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_import_response_list.py +0 -0
  356. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_multiple_artifact_content_response_list.py +0 -0
  357. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_distribution_response_list.py +0 -0
  358. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_keyring_response_list.py +0 -0
  359. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_public_key_response_list.py +0 -0
  360. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_public_subkey_response_list.py +0 -0
  361. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_signature_response_list.py +0 -0
  362. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_user_attribute_response_list.py +0 -0
  363. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_open_pgp_user_id_response_list.py +0 -0
  364. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_publication_response_list.py +0 -0
  365. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_pulp_export_response_list.py +0 -0
  366. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_pulp_exporter_response_list.py +0 -0
  367. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_pulp_importer_response_list.py +0 -0
  368. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_rbac_content_guard_response_list.py +0 -0
  369. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_repository_response_list.py +0 -0
  370. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_repository_version_response_list.py +0 -0
  371. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_role_response_list.py +0 -0
  372. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_signing_service_response_list.py +0 -0
  373. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_task_group_response_list.py +0 -0
  374. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_task_schedule_response_list.py +0 -0
  375. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_upload_response_list.py +0 -0
  376. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_upstream_pulp_response_list.py +0 -0
  377. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_user_response_list.py +0 -0
  378. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_user_role_response_list.py +0 -0
  379. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_vulnerability_report_response_list.py +0 -0
  380. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_paginated_worker_response_list.py +0 -0
  381. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_access_policy.py +0 -0
  382. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_composite_content_guard.py +0 -0
  383. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_content_redirect_content_guard.py +0 -0
  384. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_domain.py +0 -0
  385. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_filesystem_exporter.py +0 -0
  386. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_group.py +0 -0
  387. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_header_content_guard.py +0 -0
  388. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_open_pgp_distribution.py +0 -0
  389. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_open_pgp_keyring.py +0 -0
  390. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_pulp_exporter.py +0 -0
  391. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_pulp_importer.py +0 -0
  392. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_rbac_content_guard.py +0 -0
  393. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_role.py +0 -0
  394. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_task_cancel.py +0 -0
  395. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_upstream_pulp.py +0 -0
  396. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_patched_user.py +0 -0
  397. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_policy357_enum.py +0 -0
  398. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_profile_artifact_response.py +0 -0
  399. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_progress_report_response.py +0 -0
  400. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_publication_response.py +0 -0
  401. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_publications_api.py +0 -0
  402. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_export.py +0 -0
  403. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_export_response.py +0 -0
  404. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_exporter.py +0 -0
  405. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_exporter_response.py +0 -0
  406. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_import.py +0 -0
  407. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_import_check.py +0 -0
  408. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_import_check_response.py +0 -0
  409. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_importer.py +0 -0
  410. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_pulp_importer_response.py +0 -0
  411. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_purge.py +0 -0
  412. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_rbac_content_guard.py +0 -0
  413. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_rbac_content_guard_response.py +0 -0
  414. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_reclaim_space.py +0 -0
  415. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_redis_connection_response.py +0 -0
  416. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_remotes_api.py +0 -0
  417. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repair.py +0 -0
  418. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repair_api.py +0 -0
  419. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repositories_api.py +0 -0
  420. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repositories_openpgp_keyring_api.py +0 -0
  421. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repositories_reclaim_space_api.py +0 -0
  422. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repository_add_remove_content.py +0 -0
  423. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repository_response.py +0 -0
  424. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repository_version_response.py +0 -0
  425. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_repository_versions_api.py +0 -0
  426. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_role.py +0 -0
  427. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_role_response.py +0 -0
  428. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_roles_api.py +0 -0
  429. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_set_label.py +0 -0
  430. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_set_label_response.py +0 -0
  431. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_signing_service_response.py +0 -0
  432. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_signing_services_api.py +0 -0
  433. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_states_enum.py +0 -0
  434. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_status_api.py +0 -0
  435. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_status_response.py +0 -0
  436. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_storage_class_enum.py +0 -0
  437. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_storage_response.py +0 -0
  438. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_task_group_operation_response.py +0 -0
  439. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_task_group_response.py +0 -0
  440. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_task_groups_api.py +0 -0
  441. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_task_schedule_response.py +0 -0
  442. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_task_schedules_api.py +0 -0
  443. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_tasks_api.py +0 -0
  444. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_unset_label.py +0 -0
  445. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_unset_label_response.py +0 -0
  446. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upload.py +0 -0
  447. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upload_chunk_response.py +0 -0
  448. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upload_commit.py +0 -0
  449. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upload_detail_response.py +0 -0
  450. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upload_response.py +0 -0
  451. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_uploads_api.py +0 -0
  452. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upstream_pulp.py +0 -0
  453. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upstream_pulp_response.py +0 -0
  454. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_upstream_pulps_api.py +0 -0
  455. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_user.py +0 -0
  456. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_user_group.py +0 -0
  457. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_user_group_response.py +0 -0
  458. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_user_response.py +0 -0
  459. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_user_role.py +0 -0
  460. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_user_role_response.py +0 -0
  461. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_users_api.py +0 -0
  462. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_users_roles_api.py +0 -0
  463. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_version_response.py +0 -0
  464. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_vuln_report_api.py +0 -0
  465. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_vulnerability_report_response.py +0 -0
  466. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_worker_response.py +0 -0
  467. {crc_pulpcore_client-20250903.3 → crc_pulpcore_client-20250903.4}/test/test_workers_api.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulpcore-client
3
- Version: 20250903.3
3
+ Version: 20250903.4
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -4,7 +4,7 @@ Fetch, Upload, Organize, and Distribute Software Packages
4
4
  This Python package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
5
5
 
6
6
  - API version: v3
7
- - Package version: 20250903.3
7
+ - Package version: 20250903.4
8
8
  - Generator version: 7.10.0
9
9
  - Build package: org.openapitools.codegen.languages.PythonClientCodegen
10
10
  For more information, please visit [https://pulpproject.org](https://pulpproject.org)
@@ -56,10 +56,10 @@ import pulpcore.client.pulpcore
56
56
  from pulpcore.client.pulpcore.rest import ApiException
57
57
  from pprint import pprint
58
58
 
59
- # Defining the host is optional and defaults to https://env-ephemeral-eukp14.apps.crc-eph.r9lp.p1.openshiftapps.com
59
+ # Defining the host is optional and defaults to https://env-ephemeral-rztyjh.apps.crc-eph.r9lp.p1.openshiftapps.com
60
60
  # See configuration.py for a list of all supported configuration parameters.
61
61
  configuration = pulpcore.client.pulpcore.Configuration(
62
- host = "https://env-ephemeral-eukp14.apps.crc-eph.r9lp.p1.openshiftapps.com"
62
+ host = "https://env-ephemeral-rztyjh.apps.crc-eph.r9lp.p1.openshiftapps.com"
63
63
  )
64
64
 
65
65
  # The client must configure the authentication and authorization parameters
@@ -120,7 +120,7 @@ with pulpcore.client.pulpcore.ApiClient(configuration) as api_client:
120
120
 
121
121
  ## Documentation for API Endpoints
122
122
 
123
- All URIs are relative to *https://env-ephemeral-eukp14.apps.crc-eph.r9lp.p1.openshiftapps.com*
123
+ All URIs are relative to *https://env-ephemeral-rztyjh.apps.crc-eph.r9lp.p1.openshiftapps.com*
124
124
 
125
125
  Class | Method | HTTP request | Description
126
126
  ------------ | ------------- | ------------- | -------------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: crc-pulpcore-client
3
- Version: 20250903.3
3
+ Version: 20250903.4
4
4
  Summary: Pulp 3 API
5
5
  Home-page:
6
6
  Author: Pulp Team
@@ -15,7 +15,7 @@
15
15
  """ # noqa: E501
16
16
 
17
17
 
18
- __version__ = "20250903.3"
18
+ __version__ = "20250903.4"
19
19
 
20
20
  # import apis into sdk package
21
21
  from pulpcore.client.pulpcore.api.access_policies_api import AccessPoliciesApi
@@ -654,7 +654,7 @@ class TasksApi:
654
654
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
655
655
  name__ne: Annotated[Optional[StrictStr], Field(description="Filter results where name not equal to value")] = None,
656
656
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
657
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
657
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
658
658
  parent_task: Annotated[Optional[StrictStr], Field(description="Filter results where parent_task matches value")] = None,
659
659
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
660
660
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
@@ -754,7 +754,7 @@ class TasksApi:
754
754
  :type name__ne: str
755
755
  :param offset: The initial index from which to return the results.
756
756
  :type offset: int
757
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
757
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
758
758
  :type ordering: List[str]
759
759
  :param parent_task: Filter results where parent_task matches value
760
760
  :type parent_task: str
@@ -961,7 +961,7 @@ class TasksApi:
961
961
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
962
962
  name__ne: Annotated[Optional[StrictStr], Field(description="Filter results where name not equal to value")] = None,
963
963
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
964
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
964
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
965
965
  parent_task: Annotated[Optional[StrictStr], Field(description="Filter results where parent_task matches value")] = None,
966
966
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
967
967
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
@@ -1061,7 +1061,7 @@ class TasksApi:
1061
1061
  :type name__ne: str
1062
1062
  :param offset: The initial index from which to return the results.
1063
1063
  :type offset: int
1064
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
1064
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
1065
1065
  :type ordering: List[str]
1066
1066
  :param parent_task: Filter results where parent_task matches value
1067
1067
  :type parent_task: str
@@ -1268,7 +1268,7 @@ class TasksApi:
1268
1268
  name__in: Annotated[Optional[List[StrictStr]], Field(description="Filter results where name is in a comma-separated list of values")] = None,
1269
1269
  name__ne: Annotated[Optional[StrictStr], Field(description="Filter results where name not equal to value")] = None,
1270
1270
  offset: Annotated[Optional[StrictInt], Field(description="The initial index from which to return the results.")] = None,
1271
- ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1271
+ ordering: Annotated[Optional[List[StrictStr]], Field(description="Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)")] = None,
1272
1272
  parent_task: Annotated[Optional[StrictStr], Field(description="Filter results where parent_task matches value")] = None,
1273
1273
  prn__in: Annotated[Optional[List[StrictStr]], Field(description="Multiple values may be separated by commas.")] = None,
1274
1274
  pulp_created: Annotated[Optional[datetime], Field(description="Filter results where pulp_created matches value")] = None,
@@ -1368,7 +1368,7 @@ class TasksApi:
1368
1368
  :type name__ne: str
1369
1369
  :param offset: The initial index from which to return the results.
1370
1370
  :type offset: int
1371
- :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `pk` - Pk * `-pk` - Pk (descending)
1371
+ :param ordering: Ordering * `pulp_id` - Pulp id * `-pulp_id` - Pulp id (descending) * `pulp_created` - Pulp created * `-pulp_created` - Pulp created (descending) * `pulp_last_updated` - Pulp last updated * `-pulp_last_updated` - Pulp last updated (descending) * `state` - State * `-state` - State (descending) * `name` - Name * `-name` - Name (descending) * `logging_cid` - Logging cid * `-logging_cid` - Logging cid (descending) * `unblocked_at` - Unblocked at * `-unblocked_at` - Unblocked at (descending) * `started_at` - Started at * `-started_at` - Started at (descending) * `finished_at` - Finished at * `-finished_at` - Finished at (descending) * `error` - Error * `-error` - Error (descending) * `enc_args` - Enc args * `-enc_args` - Enc args (descending) * `enc_kwargs` - Enc kwargs * `-enc_kwargs` - Enc kwargs (descending) * `reserved_resources_record` - Reserved resources record * `-reserved_resources_record` - Reserved resources record (descending) * `versions` - Versions * `-versions` - Versions (descending) * `profile_options` - Profile options * `-profile_options` - Profile options (descending) * `immediate` - Immediate * `-immediate` - Immediate (descending) * `deferred` - Deferred * `-deferred` - Deferred (descending) * `result` - Result * `-result` - Result (descending) * `pk` - Pk * `-pk` - Pk (descending)
1372
1372
  :type ordering: List[str]
1373
1373
  :param parent_task: Filter results where parent_task matches value
1374
1374
  :type parent_task: str
@@ -91,7 +91,7 @@ class ApiClient:
91
91
  self.default_headers[header_name] = header_value
92
92
  self.cookie = cookie
93
93
  # Set default User-Agent.
94
- self.user_agent = 'OpenAPI-Generator/20250903.3/python'
94
+ self.user_agent = 'OpenAPI-Generator/20250903.4/python'
95
95
  self.client_side_validation = configuration.client_side_validation
96
96
 
97
97
  def __enter__(self):
@@ -225,7 +225,7 @@ conf = pulpcore.client.pulpcore.Configuration(
225
225
  ) -> None:
226
226
  """Constructor
227
227
  """
228
- self._base_path = "https://env-ephemeral-eukp14.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
228
+ self._base_path = "https://env-ephemeral-rztyjh.apps.crc-eph.r9lp.p1.openshiftapps.com" if host is None else host
229
229
  """Default Base url
230
230
  """
231
231
  self.server_index = 0 if server_index is None and host is None else server_index
@@ -557,7 +557,7 @@ conf = pulpcore.client.pulpcore.Configuration(
557
557
  "OS: {env}\n"\
558
558
  "Python Version: {pyversion}\n"\
559
559
  "Version of the API: v3\n"\
560
- "SDK Package Version: 20250903.3".\
560
+ "SDK Package Version: 20250903.4".\
561
561
  format(env=sys.platform, pyversion=sys.version)
562
562
 
563
563
  def get_host_settings(self) -> List[HostSetting]:
@@ -567,7 +567,7 @@ conf = pulpcore.client.pulpcore.Configuration(
567
567
  """
568
568
  return [
569
569
  {
570
- 'url': "https://env-ephemeral-eukp14.apps.crc-eph.r9lp.p1.openshiftapps.com",
570
+ 'url': "https://env-ephemeral-rztyjh.apps.crc-eph.r9lp.p1.openshiftapps.com",
571
571
  'description': "No description provided",
572
572
  }
573
573
  ]
@@ -28,18 +28,18 @@ class ArtifactDistributionResponse(BaseModel):
28
28
  """
29
29
  A serializer for ArtifactDistribution.
30
30
  """ # noqa: E501
31
+ prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
32
+ pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
33
+ base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
31
34
  hidden: Optional[StrictBool] = Field(default=False, description="Whether this distribution should be shown in the content app.")
35
+ pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
32
36
  no_content_change_since: Optional[StrictStr] = Field(default=None, description="Timestamp since when the distributed content served by this distribution has not changed. If equals to `null`, no guarantee is provided about content changes.")
33
- content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
34
- prn: Optional[StrictStr] = Field(default=None, description="The Pulp Resource Name (PRN).")
35
- base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
36
37
  pulp_last_updated: Optional[datetime] = Field(default=None, description="Timestamp of the last time this resource was updated. Note: for immutable resources - like content, repository versions, and publication - pulp_created and pulp_last_updated dates will be the same.")
37
- pulp_labels: Optional[Dict[str, Optional[StrictStr]]] = None
38
38
  pulp_href: Optional[StrictStr] = None
39
39
  name: StrictStr = Field(description="A unique name. Ex, `rawhide` and `stable`.")
40
- pulp_created: Optional[datetime] = Field(default=None, description="Timestamp of creation.")
41
- base_path: StrictStr = Field(description="The base (relative) path component of the published url. Avoid paths that overlap with other distribution base paths (e.g. \"foo\" and \"foo/bar\")")
42
- __properties: ClassVar[List[str]] = ["hidden", "no_content_change_since", "content_guard", "prn", "base_url", "pulp_last_updated", "pulp_labels", "pulp_href", "name", "pulp_created", "base_path"]
40
+ base_url: Optional[StrictStr] = Field(default=None, description="The URL for accessing the publication as defined by this distribution.")
41
+ content_guard: Optional[StrictStr] = Field(default=None, description="An optional content-guard.")
42
+ __properties: ClassVar[List[str]] = ["prn", "pulp_labels", "base_path", "hidden", "pulp_created", "no_content_change_since", "pulp_last_updated", "pulp_href", "name", "base_url", "content_guard"]
43
43
 
44
44
  model_config = ConfigDict(
45
45
  populate_by_name=True,
@@ -79,12 +79,12 @@ class ArtifactDistributionResponse(BaseModel):
79
79
  * OpenAPI `readOnly` fields are excluded.
80
80
  """
81
81
  excluded_fields: Set[str] = set([
82
- "no_content_change_since",
83
82
  "prn",
84
- "base_url",
83
+ "pulp_created",
84
+ "no_content_change_since",
85
85
  "pulp_last_updated",
86
86
  "pulp_href",
87
- "pulp_created",
87
+ "base_url",
88
88
  ])
89
89
 
90
90
  _dict = self.model_dump(
@@ -109,17 +109,17 @@ class ArtifactDistributionResponse(BaseModel):
109
109
  return cls.model_validate(obj)
110
110
 
111
111
  _obj = cls.model_validate({
112
+ "prn": obj.get("prn"),
113
+ "pulp_labels": obj.get("pulp_labels"),
114
+ "base_path": obj.get("base_path"),
112
115
  "hidden": obj.get("hidden") if obj.get("hidden") is not None else False,
116
+ "pulp_created": obj.get("pulp_created"),
113
117
  "no_content_change_since": obj.get("no_content_change_since"),
114
- "content_guard": obj.get("content_guard"),
115
- "prn": obj.get("prn"),
116
- "base_url": obj.get("base_url"),
117
118
  "pulp_last_updated": obj.get("pulp_last_updated"),
118
- "pulp_labels": obj.get("pulp_labels"),
119
119
  "pulp_href": obj.get("pulp_href"),
120
120
  "name": obj.get("name"),
121
- "pulp_created": obj.get("pulp_created"),
122
- "base_path": obj.get("base_path")
121
+ "base_url": obj.get("base_url"),
122
+ "content_guard": obj.get("content_guard")
123
123
  })
124
124
  return _obj
125
125
 
@@ -48,7 +48,8 @@ class TaskResponse(BaseModel):
48
48
  progress_reports: Optional[List[ProgressReportResponse]] = None
49
49
  created_resources: Optional[List[StrictStr]] = Field(default=None, description="Resources created by this task.")
50
50
  reserved_resources_record: Optional[List[StrictStr]] = Field(default=None, description="A list of resources required by that task.")
51
- __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "state", "name", "logging_cid", "created_by", "unblocked_at", "started_at", "finished_at", "error", "worker", "parent_task", "child_tasks", "task_group", "progress_reports", "created_resources", "reserved_resources_record"]
51
+ result: Optional[Any] = None
52
+ __properties: ClassVar[List[str]] = ["pulp_href", "prn", "pulp_created", "pulp_last_updated", "state", "name", "logging_cid", "created_by", "unblocked_at", "started_at", "finished_at", "error", "worker", "parent_task", "child_tasks", "task_group", "progress_reports", "created_resources", "reserved_resources_record", "result"]
52
53
 
53
54
  model_config = ConfigDict(
54
55
  populate_by_name=True,
@@ -122,6 +123,11 @@ class TaskResponse(BaseModel):
122
123
  if _item_progress_reports:
123
124
  _items.append(_item_progress_reports.to_dict())
124
125
  _dict['progress_reports'] = _items
126
+ # set to None if result (nullable) is None
127
+ # and model_fields_set contains the field
128
+ if self.result is None and "result" in self.model_fields_set:
129
+ _dict['result'] = None
130
+
125
131
  return _dict
126
132
 
127
133
  @classmethod
@@ -152,7 +158,8 @@ class TaskResponse(BaseModel):
152
158
  "task_group": obj.get("task_group"),
153
159
  "progress_reports": [ProgressReportResponse.from_dict(_item) for _item in obj["progress_reports"]] if obj.get("progress_reports") is not None else None,
154
160
  "created_resources": obj.get("created_resources"),
155
- "reserved_resources_record": obj.get("reserved_resources_record")
161
+ "reserved_resources_record": obj.get("reserved_resources_record"),
162
+ "result": obj.get("result")
156
163
  })
157
164
  return _obj
158
165
 
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "pulpcore.client.pulpcore"
3
- version = "20250903.3"
3
+ version = "20250903.4"
4
4
  description = "Pulp 3 API"
5
5
  authors = ["Pulp Team <pulp-list@redhat.com>"]
6
6
  license = "GPLv2+"
@@ -22,7 +22,7 @@ from setuptools import setup, find_packages # noqa: H301
22
22
  # prerequisite: setuptools
23
23
  # http://pypi.python.org/pypi/setuptools
24
24
  NAME = "crc-pulpcore-client"
25
- VERSION = "20250903.3"
25
+ VERSION = "20250903.4"
26
26
  PYTHON_REQUIRES = ">= 3.8"
27
27
  REQUIRES = [
28
28
  "urllib3 >= 1.25.3, < 3.0.0",
@@ -36,24 +36,24 @@ class TestArtifactDistributionResponse(unittest.TestCase):
36
36
  model = ArtifactDistributionResponse()
37
37
  if include_optional:
38
38
  return ArtifactDistributionResponse(
39
- hidden = True,
40
- no_content_change_since = '',
41
- content_guard = '',
42
39
  prn = '',
43
- base_url = '',
44
- pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
45
40
  pulp_labels = {
46
41
  'key' : ''
47
42
  },
43
+ base_path = '',
44
+ hidden = True,
45
+ pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
46
+ no_content_change_since = '',
47
+ pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
48
48
  pulp_href = '',
49
49
  name = '',
50
- pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
51
- base_path = ''
50
+ base_url = '',
51
+ content_guard = ''
52
52
  )
53
53
  else:
54
54
  return ArtifactDistributionResponse(
55
- name = '',
56
55
  base_path = '',
56
+ name = '',
57
57
  )
58
58
  """
59
59
 
@@ -41,19 +41,19 @@ class TestPaginatedArtifactDistributionResponseList(unittest.TestCase):
41
41
  previous = 'http://api.example.org/accounts/?offset=200&limit=100',
42
42
  results = [
43
43
  pulpcore.client.pulpcore.models.artifact_distribution_response.ArtifactDistributionResponse(
44
- hidden = True,
45
- no_content_change_since = '',
46
- content_guard = '',
47
44
  prn = '',
48
- base_url = '',
49
- pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
50
45
  pulp_labels = {
51
46
  'key' : ''
52
47
  },
48
+ base_path = '',
49
+ hidden = True,
50
+ pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
51
+ no_content_change_since = '',
52
+ pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
53
53
  pulp_href = '',
54
54
  name = '',
55
- pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
56
- base_path = '', )
55
+ base_url = '',
56
+ content_guard = '', )
57
57
  ]
58
58
  )
59
59
  else:
@@ -61,19 +61,19 @@ class TestPaginatedArtifactDistributionResponseList(unittest.TestCase):
61
61
  count = 123,
62
62
  results = [
63
63
  pulpcore.client.pulpcore.models.artifact_distribution_response.ArtifactDistributionResponse(
64
- hidden = True,
65
- no_content_change_since = '',
66
- content_guard = '',
67
64
  prn = '',
68
- base_url = '',
69
- pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
70
65
  pulp_labels = {
71
66
  'key' : ''
72
67
  },
68
+ base_path = '',
69
+ hidden = True,
70
+ pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
71
+ no_content_change_since = '',
72
+ pulp_last_updated = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
73
73
  pulp_href = '',
74
74
  name = '',
75
- pulp_created = datetime.datetime.strptime('2013-10-20 19:20:30.00', '%Y-%m-%d %H:%M:%S.%f'),
76
- base_path = '', )
75
+ base_url = '',
76
+ content_guard = '', )
77
77
  ],
78
78
  )
79
79
  """
@@ -73,7 +73,8 @@ class TestPaginatedTaskResponseList(unittest.TestCase):
73
73
  ],
74
74
  reserved_resources_record = [
75
75
  ''
76
- ], )
76
+ ],
77
+ result = null, )
77
78
  ]
78
79
  )
79
80
  else:
@@ -113,7 +114,8 @@ class TestPaginatedTaskResponseList(unittest.TestCase):
113
114
  ],
114
115
  reserved_resources_record = [
115
116
  ''
116
- ], )
117
+ ],
118
+ result = null, )
117
119
  ],
118
120
  )
119
121
  """
@@ -68,7 +68,8 @@ class TestTaskResponse(unittest.TestCase):
68
68
  ],
69
69
  reserved_resources_record = [
70
70
  ''
71
- ]
71
+ ],
72
+ result = None
72
73
  )
73
74
  else:
74
75
  return TaskResponse(