crc-pulp-file-client 20250819.1__tar.gz → 20251121.1__tar.gz

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

Potentially problematic release.


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

Files changed (173) hide show
  1. crc_pulp_file_client-20251121.1/PKG-INFO +8013 -0
  2. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/README.md +13 -13
  3. crc_pulp_file_client-20251121.1/crc_pulp_file_client.egg-info/PKG-INFO +8013 -0
  4. crc_pulp_file_client-20251121.1/crc_pulp_file_client.egg-info/SOURCES.txt +112 -0
  5. crc_pulp_file_client-20251121.1/crc_pulp_file_client.egg-info/top_level.txt +1 -0
  6. crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file/__init__.py +79 -0
  7. crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file/api/__init__.py +11 -0
  8. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/acs_file_api.py +30 -24
  9. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/content_files_api.py +11 -11
  10. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/distributions_file_api.py +33 -27
  11. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/publications_file_api.py +12 -12
  12. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/remotes_file_api.py +33 -27
  13. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/repositories_file_api.py +35 -29
  14. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api/repositories_file_versions_api.py +8 -8
  15. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api_client.py +7 -7
  16. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/configuration.py +6 -6
  17. crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file/models/__init__.py +56 -0
  18. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_content_response.py +5 -1
  19. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_remote.py +1 -1
  20. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_remote_response.py +2 -2
  21. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/object_roles_response.py +1 -1
  22. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginated_repository_version_response_list.py +1 -1
  23. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginatedfile_file_alternate_content_source_response_list.py +1 -1
  24. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginatedfile_file_content_response_list.py +1 -1
  25. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginatedfile_file_distribution_response_list.py +1 -1
  26. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginatedfile_file_publication_response_list.py +1 -1
  27. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginatedfile_file_remote_response_list.py +1 -1
  28. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/paginatedfile_file_repository_response_list.py +1 -1
  29. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/patchedfile_file_remote.py +1 -1
  30. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/repository_version_response.py +7 -3
  31. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/rest.py +1 -1
  32. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/pyproject.toml +5 -5
  33. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/setup.py +6 -5
  34. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_acs_file_api.py +1 -1
  35. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_async_operation_response.py +1 -1
  36. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_content_files_api.py +1 -1
  37. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_content_summary_response.py +1 -1
  38. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_distributions_file_api.py +1 -1
  39. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_alternate_content_source.py +1 -1
  40. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_alternate_content_source_response.py +1 -1
  41. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_content_response.py +2 -1
  42. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_distribution.py +1 -1
  43. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_distribution_response.py +1 -1
  44. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_publication.py +1 -1
  45. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_publication_response.py +1 -1
  46. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_remote.py +1 -1
  47. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_remote_response.py +2 -2
  48. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_remote_response_hidden_fields_inner.py +1 -1
  49. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_repository.py +1 -1
  50. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_file_file_repository_response.py +1 -1
  51. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_my_permissions_response.py +1 -1
  52. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_nested_role.py +1 -1
  53. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_nested_role_response.py +1 -1
  54. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_object_roles_response.py +3 -3
  55. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginated_repository_version_response_list.py +7 -5
  56. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginatedfile_file_alternate_content_source_response_list.py +3 -3
  57. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginatedfile_file_content_response_list.py +5 -3
  58. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginatedfile_file_distribution_response_list.py +3 -3
  59. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginatedfile_file_publication_response_list.py +3 -3
  60. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginatedfile_file_remote_response_list.py +5 -5
  61. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_paginatedfile_file_repository_response_list.py +3 -3
  62. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_patchedfile_file_alternate_content_source.py +1 -1
  63. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_patchedfile_file_distribution.py +1 -1
  64. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_patchedfile_file_remote.py +1 -1
  65. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_patchedfile_file_repository.py +1 -1
  66. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_policy_enum.py +1 -1
  67. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_publications_file_api.py +1 -1
  68. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_remotes_file_api.py +1 -1
  69. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_repair.py +1 -1
  70. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_repositories_file_api.py +1 -1
  71. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_repositories_file_versions_api.py +1 -1
  72. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_repository_add_remove_content.py +1 -1
  73. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_repository_sync_url.py +1 -1
  74. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_repository_version_response.py +4 -3
  75. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_set_label.py +1 -1
  76. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_set_label_response.py +1 -1
  77. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_task_group_operation_response.py +1 -1
  78. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_unset_label.py +1 -1
  79. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/test/test_unset_label_response.py +1 -1
  80. crc_pulp_file_client-20250819.1/PKG-INFO +0 -25
  81. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/__init__.py +0 -11
  82. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/acs_file_api.py +0 -3689
  83. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/content_files_api.py +0 -2088
  84. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/distributions_file_api.py +0 -4186
  85. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/publications_file_api.py +0 -2881
  86. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/remotes_file_api.py +0 -4214
  87. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/repositories_file_api.py +0 -4856
  88. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api/repositories_file_versions_api.py +0 -1670
  89. crc_pulp_file_client-20250819.1/crc-pulp_file-client/api_client.py +0 -798
  90. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/__init__.py +0 -56
  91. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/file_file_remote.py +0 -205
  92. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/file_file_remote_response.py +0 -199
  93. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/object_roles_response.py +0 -96
  94. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginated_repository_version_response_list.py +0 -112
  95. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginatedfile_file_alternate_content_source_response_list.py +0 -112
  96. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginatedfile_file_content_response_list.py +0 -112
  97. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginatedfile_file_distribution_response_list.py +0 -112
  98. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginatedfile_file_publication_response_list.py +0 -112
  99. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginatedfile_file_remote_response_list.py +0 -112
  100. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/paginatedfile_file_repository_response_list.py +0 -112
  101. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/patchedfile_file_remote.py +0 -205
  102. crc_pulp_file_client-20250819.1/crc-pulp_file-client/models/repository_version_response.py +0 -121
  103. crc_pulp_file_client-20250819.1/crc-pulp_file-client/rest.py +0 -258
  104. crc_pulp_file_client-20250819.1/crc_pulp_file_client.egg-info/PKG-INFO +0 -25
  105. crc_pulp_file_client-20250819.1/crc_pulp_file_client.egg-info/SOURCES.txt +0 -165
  106. crc_pulp_file_client-20250819.1/crc_pulp_file_client.egg-info/top_level.txt +0 -2
  107. crc_pulp_file_client-20250819.1/services-pulp_file-client/api/__init__.py +0 -11
  108. crc_pulp_file_client-20250819.1/services-pulp_file-client/api_response.py +0 -21
  109. crc_pulp_file_client-20250819.1/services-pulp_file-client/configuration.py +0 -628
  110. crc_pulp_file_client-20250819.1/services-pulp_file-client/exceptions.py +0 -200
  111. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/__init__.py +0 -56
  112. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/async_operation_response.py +0 -88
  113. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/content_summary_response.py +0 -92
  114. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_alternate_content_source.py +0 -101
  115. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_alternate_content_source_response.py +0 -116
  116. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_content_response.py +0 -133
  117. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_distribution.py +0 -118
  118. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_distribution_response.py +0 -142
  119. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_publication.py +0 -100
  120. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_publication_response.py +0 -120
  121. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_remote_response_hidden_fields_inner.py +0 -90
  122. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_repository.py +0 -121
  123. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/file_file_repository_response.py +0 -146
  124. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/my_permissions_response.py +0 -88
  125. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/nested_role.py +0 -93
  126. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/nested_role_response.py +0 -92
  127. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/patchedfile_file_alternate_content_source.py +0 -101
  128. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/patchedfile_file_distribution.py +0 -118
  129. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/patchedfile_file_repository.py +0 -121
  130. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/policy_enum.py +0 -39
  131. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/repair.py +0 -88
  132. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/repository_add_remove_content.py +0 -93
  133. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/repository_sync_url.py +0 -90
  134. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/set_label.py +0 -103
  135. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/set_label_response.py +0 -103
  136. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/task_group_operation_response.py +0 -88
  137. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/unset_label.py +0 -96
  138. crc_pulp_file_client-20250819.1/services-pulp_file-client/models/unset_label_response.py +0 -100
  139. crc_pulp_file_client-20250819.1/services-pulp_file-client/py.typed +0 -0
  140. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/crc_pulp_file_client.egg-info/dependency_links.txt +0 -0
  141. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/crc_pulp_file_client.egg-info/requires.txt +0 -0
  142. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore}/__init__.py +0 -0
  143. {crc_pulp_file_client-20250819.1/services-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client}/__init__.py +0 -0
  144. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/api_response.py +0 -0
  145. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/exceptions.py +0 -0
  146. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/async_operation_response.py +0 -0
  147. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/content_summary_response.py +0 -0
  148. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_alternate_content_source.py +0 -0
  149. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_alternate_content_source_response.py +0 -0
  150. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_distribution.py +0 -0
  151. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_distribution_response.py +0 -0
  152. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_publication.py +0 -0
  153. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_publication_response.py +0 -0
  154. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  155. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_repository.py +0 -0
  156. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/file_file_repository_response.py +0 -0
  157. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/my_permissions_response.py +0 -0
  158. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/nested_role.py +0 -0
  159. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/nested_role_response.py +0 -0
  160. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/patchedfile_file_alternate_content_source.py +0 -0
  161. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/patchedfile_file_distribution.py +0 -0
  162. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/patchedfile_file_repository.py +0 -0
  163. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/policy_enum.py +0 -0
  164. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/repair.py +0 -0
  165. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/repository_add_remove_content.py +0 -0
  166. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/repository_sync_url.py +0 -0
  167. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/set_label.py +0 -0
  168. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/set_label_response.py +0 -0
  169. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/task_group_operation_response.py +0 -0
  170. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/unset_label.py +0 -0
  171. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/models/unset_label_response.py +0 -0
  172. {crc_pulp_file_client-20250819.1/crc-pulp_file-client → crc_pulp_file_client-20251121.1/pulpcore/client/pulp_file}/py.typed +0 -0
  173. {crc_pulp_file_client-20250819.1 → crc_pulp_file_client-20251121.1}/setup.cfg +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.