crc-pulp-file-client 20251023.3__tar.gz → 20251023.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-pulp-file-client might be problematic. Click here for more details.

Files changed (115) hide show
  1. crc_pulp_file_client-20251023.4/PKG-INFO +8013 -0
  2. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/README.md +4 -4
  3. crc_pulp_file_client-20251023.4/crc_pulp_file_client.egg-info/PKG-INFO +8013 -0
  4. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/__init__.py +1 -1
  5. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/configuration.py +3 -3
  6. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pyproject.toml +1 -1
  7. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/setup.py +5 -4
  8. crc_pulp_file_client-20251023.3/PKG-INFO +0 -25
  9. crc_pulp_file_client-20251023.3/crc_pulp_file_client.egg-info/PKG-INFO +0 -25
  10. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/crc_pulp_file_client.egg-info/SOURCES.txt +0 -0
  11. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/crc_pulp_file_client.egg-info/dependency_links.txt +0 -0
  12. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/crc_pulp_file_client.egg-info/requires.txt +0 -0
  13. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/crc_pulp_file_client.egg-info/top_level.txt +0 -0
  14. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/__init__.py +0 -0
  15. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/__init__.py +0 -0
  16. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/__init__.py +0 -0
  17. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/acs_file_api.py +0 -0
  18. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/content_files_api.py +0 -0
  19. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/distributions_file_api.py +0 -0
  20. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/publications_file_api.py +0 -0
  21. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/remotes_file_api.py +0 -0
  22. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/repositories_file_api.py +0 -0
  23. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api/repositories_file_versions_api.py +0 -0
  24. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api_client.py +0 -0
  25. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/api_response.py +0 -0
  26. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/exceptions.py +0 -0
  27. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/__init__.py +0 -0
  28. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/async_operation_response.py +0 -0
  29. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/content_summary_response.py +0 -0
  30. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_alternate_content_source.py +0 -0
  31. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_alternate_content_source_response.py +0 -0
  32. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_content_response.py +0 -0
  33. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_distribution.py +0 -0
  34. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_distribution_response.py +0 -0
  35. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_publication.py +0 -0
  36. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_publication_response.py +0 -0
  37. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_remote.py +0 -0
  38. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_remote_response.py +0 -0
  39. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_remote_response_hidden_fields_inner.py +0 -0
  40. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_repository.py +0 -0
  41. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/file_file_repository_response.py +0 -0
  42. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/my_permissions_response.py +0 -0
  43. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/nested_role.py +0 -0
  44. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/nested_role_response.py +0 -0
  45. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/object_roles_response.py +0 -0
  46. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginated_repository_version_response_list.py +0 -0
  47. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginatedfile_file_alternate_content_source_response_list.py +0 -0
  48. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginatedfile_file_content_response_list.py +0 -0
  49. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginatedfile_file_distribution_response_list.py +0 -0
  50. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginatedfile_file_publication_response_list.py +0 -0
  51. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginatedfile_file_remote_response_list.py +0 -0
  52. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/paginatedfile_file_repository_response_list.py +0 -0
  53. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/patchedfile_file_alternate_content_source.py +0 -0
  54. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/patchedfile_file_distribution.py +0 -0
  55. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/patchedfile_file_remote.py +0 -0
  56. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/patchedfile_file_repository.py +0 -0
  57. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/policy_enum.py +0 -0
  58. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/repair.py +0 -0
  59. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/repository_add_remove_content.py +0 -0
  60. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/repository_sync_url.py +0 -0
  61. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/repository_version_response.py +0 -0
  62. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/set_label.py +0 -0
  63. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/set_label_response.py +0 -0
  64. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/task_group_operation_response.py +0 -0
  65. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/unset_label.py +0 -0
  66. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/models/unset_label_response.py +0 -0
  67. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/py.typed +0 -0
  68. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/pulpcore/client/pulp_file/rest.py +0 -0
  69. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/setup.cfg +0 -0
  70. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_acs_file_api.py +0 -0
  71. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_async_operation_response.py +0 -0
  72. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_content_files_api.py +0 -0
  73. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_content_summary_response.py +0 -0
  74. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_distributions_file_api.py +0 -0
  75. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_alternate_content_source.py +0 -0
  76. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_alternate_content_source_response.py +0 -0
  77. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_content_response.py +0 -0
  78. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_distribution.py +0 -0
  79. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_distribution_response.py +0 -0
  80. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_publication.py +0 -0
  81. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_publication_response.py +0 -0
  82. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_remote.py +0 -0
  83. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_remote_response.py +0 -0
  84. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_remote_response_hidden_fields_inner.py +0 -0
  85. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_repository.py +0 -0
  86. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_file_file_repository_response.py +0 -0
  87. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_my_permissions_response.py +0 -0
  88. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_nested_role.py +0 -0
  89. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_nested_role_response.py +0 -0
  90. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_object_roles_response.py +0 -0
  91. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginated_repository_version_response_list.py +0 -0
  92. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginatedfile_file_alternate_content_source_response_list.py +0 -0
  93. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginatedfile_file_content_response_list.py +0 -0
  94. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginatedfile_file_distribution_response_list.py +0 -0
  95. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginatedfile_file_publication_response_list.py +0 -0
  96. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginatedfile_file_remote_response_list.py +0 -0
  97. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_paginatedfile_file_repository_response_list.py +0 -0
  98. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_patchedfile_file_alternate_content_source.py +0 -0
  99. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_patchedfile_file_distribution.py +0 -0
  100. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_patchedfile_file_remote.py +0 -0
  101. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_patchedfile_file_repository.py +0 -0
  102. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_policy_enum.py +0 -0
  103. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_publications_file_api.py +0 -0
  104. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_remotes_file_api.py +0 -0
  105. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_repair.py +0 -0
  106. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_repositories_file_api.py +0 -0
  107. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_repositories_file_versions_api.py +0 -0
  108. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_repository_add_remove_content.py +0 -0
  109. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_repository_sync_url.py +0 -0
  110. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_repository_version_response.py +0 -0
  111. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_set_label.py +0 -0
  112. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_set_label_response.py +0 -0
  113. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_task_group_operation_response.py +0 -0
  114. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_unset_label.py +0 -0
  115. {crc_pulp_file_client-20251023.3 → crc_pulp_file_client-20251023.4}/test/test_unset_label_response.py +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.