rucio-clients 36.3.0__tar.gz → 36.4.0__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 rucio-clients might be problematic. Click here for more details.

Files changed (203) hide show
  1. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/PKG-INFO +1 -1
  2. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/bin/rucio +15 -11
  3. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/config.py +2 -2
  4. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/gfal.py +7 -6
  5. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/vcsversion.py +3 -3
  6. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_cli_client_structure.py +16 -0
  7. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/AUTHORS.rst +0 -0
  8. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/ChangeLog +0 -0
  9. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/LICENSE +0 -0
  10. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/MANIFEST.in +0 -0
  11. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/README.md +0 -0
  12. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/bin/rucio-admin +0 -0
  13. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/etc/rse-accounts.cfg.template +0 -0
  14. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/etc/rucio.cfg.atlas.client.template +0 -0
  15. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/etc/rucio.cfg.template +0 -0
  16. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/__init__.py +0 -0
  17. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/alembicrevision.py +0 -0
  18. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/__init__.py +0 -0
  19. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/accountclient.py +0 -0
  20. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/accountlimitclient.py +0 -0
  21. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/baseclient.py +0 -0
  22. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/client.py +0 -0
  23. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/__init__.py +0 -0
  24. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/account.py +0 -0
  25. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/bin_legacy/__init__.py +0 -0
  26. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/bin_legacy/rucio.py +0 -0
  27. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/bin_legacy/rucio_admin.py +0 -0
  28. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/command.py +0 -0
  29. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/command_base.py +0 -0
  30. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/config.py +0 -0
  31. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/did.py +0 -0
  32. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/download.py +0 -0
  33. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/lifetime_exception.py +0 -0
  34. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/replica.py +0 -0
  35. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/rse.py +0 -0
  36. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/rule.py +0 -0
  37. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/scope.py +0 -0
  38. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/subscription.py +0 -0
  39. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/upload.py +0 -0
  40. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/commands/utils.py +0 -0
  41. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/configclient.py +0 -0
  42. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/credentialclient.py +0 -0
  43. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/didclient.py +0 -0
  44. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/diracclient.py +0 -0
  45. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/downloadclient.py +0 -0
  46. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/exportclient.py +0 -0
  47. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/fileclient.py +0 -0
  48. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/importclient.py +0 -0
  49. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/lifetimeclient.py +0 -0
  50. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/lockclient.py +0 -0
  51. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/metaconventionsclient.py +0 -0
  52. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/pingclient.py +0 -0
  53. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/replicaclient.py +0 -0
  54. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/requestclient.py +0 -0
  55. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/richclient.py +0 -0
  56. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/rseclient.py +0 -0
  57. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/ruleclient.py +0 -0
  58. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/scopeclient.py +0 -0
  59. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/subscriptionclient.py +0 -0
  60. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/touchclient.py +0 -0
  61. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/client/uploadclient.py +0 -0
  62. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/__init__.py +0 -0
  63. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/bittorrent.py +0 -0
  64. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/cache.py +0 -0
  65. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/checksum.py +0 -0
  66. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/client.py +0 -0
  67. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/constants.py +0 -0
  68. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/constraints.py +0 -0
  69. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/didtype.py +0 -0
  70. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/exception.py +0 -0
  71. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/extra.py +0 -0
  72. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/logging.py +0 -0
  73. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/pcache.py +0 -0
  74. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/plugins.py +0 -0
  75. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/policy.py +0 -0
  76. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/schema/__init__.py +0 -0
  77. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/schema/generic.py +0 -0
  78. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/schema/generic_multi_vo.py +0 -0
  79. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/stomp_utils.py +0 -0
  80. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/stopwatch.py +0 -0
  81. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/test_rucio_server.py +0 -0
  82. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/types.py +0 -0
  83. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/common/utils.py +0 -0
  84. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/__init__.py +0 -0
  85. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/__init__.py +0 -0
  86. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/bittorrent.py +0 -0
  87. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/cache.py +0 -0
  88. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/dummy.py +0 -0
  89. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/globus.py +0 -0
  90. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/gsiftp.py +0 -0
  91. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/http_cache.py +0 -0
  92. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/mock.py +0 -0
  93. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/ngarc.py +0 -0
  94. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/posix.py +0 -0
  95. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/protocol.py +0 -0
  96. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/rclone.py +0 -0
  97. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/rfio.py +0 -0
  98. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/srm.py +0 -0
  99. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/ssh.py +0 -0
  100. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/storm.py +0 -0
  101. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/webdav.py +0 -0
  102. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/protocols/xrootd.py +0 -0
  103. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/rsemanager.py +0 -0
  104. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/rse/translation.py +0 -0
  105. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio/version.py +0 -0
  106. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/lib/rucio_clients.egg-info/SOURCES.txt +0 -0
  107. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/pylintrc +0 -0
  108. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/pyproject.toml +0 -0
  109. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/requirements/requirements.client.txt +0 -0
  110. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/setup.cfg +0 -0
  111. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/setup.py +0 -0
  112. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/setuputil.py +0 -0
  113. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_abacus_account.py +0 -0
  114. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_abacus_collection_replica.py +0 -0
  115. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_abacus_rse.py +0 -0
  116. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_account.py +0 -0
  117. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_account_limits.py +0 -0
  118. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_archive.py +0 -0
  119. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_auditor.py +0 -0
  120. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_auditor_hdfs.py +0 -0
  121. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_auditor_srmdumps.py +0 -0
  122. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_authentication.py +0 -0
  123. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_automatix.py +0 -0
  124. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_bad_replica.py +0 -0
  125. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_bb8.py +0 -0
  126. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_belleii.py +0 -0
  127. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_bin_rucio.py +0 -0
  128. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_boolean.py +0 -0
  129. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_clients.py +0 -0
  130. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_config.py +0 -0
  131. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_conveyor.py +0 -0
  132. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_conveyor_submitter.py +0 -0
  133. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_counter.py +0 -0
  134. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_credential.py +0 -0
  135. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_curl.py +0 -0
  136. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_daemons.py +0 -0
  137. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_dataset_replicas.py +0 -0
  138. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_db.py +0 -0
  139. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_did.py +0 -0
  140. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_did_meta_plugins.py +0 -0
  141. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_download.py +0 -0
  142. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_dumper.py +0 -0
  143. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_filter_engine.py +0 -0
  144. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_gateway_external_representation.py +0 -0
  145. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_heartbeat.py +0 -0
  146. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_hermes.py +0 -0
  147. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_identity.py +0 -0
  148. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_impl_upload_download.py +0 -0
  149. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_import_export.py +0 -0
  150. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_judge_cleaner.py +0 -0
  151. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_judge_evaluator.py +0 -0
  152. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_judge_injector.py +0 -0
  153. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_judge_repairer.py +0 -0
  154. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_lifetime.py +0 -0
  155. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_message.py +0 -0
  156. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_meta_conventions.py +0 -0
  157. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_meta_did.py +0 -0
  158. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_module_import.py +0 -0
  159. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_monitor.py +0 -0
  160. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_multi_vo.py +0 -0
  161. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_naming_convention.py +0 -0
  162. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_oauthmanager.py +0 -0
  163. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_oidc.py +0 -0
  164. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_permission.py +0 -0
  165. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_pfns.py +0 -0
  166. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_ping.py +0 -0
  167. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_policy_package.py +0 -0
  168. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_preparer.py +0 -0
  169. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_qos.py +0 -0
  170. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_quarantined_replica.py +0 -0
  171. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_reaper.py +0 -0
  172. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_redirect.py +0 -0
  173. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_replica.py +0 -0
  174. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_replica_recoverer.py +0 -0
  175. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_replica_sorting.py +0 -0
  176. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_request.py +0 -0
  177. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_root_proxy.py +0 -0
  178. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse.py +0 -0
  179. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_expression_parser.py +0 -0
  180. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_lfn2path.py +0 -0
  181. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_gfal2.py +0 -0
  182. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_gfal2_impl.py +0 -0
  183. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_posix.py +0 -0
  184. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_rclone.py +0 -0
  185. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_rsync.py +0 -0
  186. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_srm.py +0 -0
  187. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_ssh.py +0 -0
  188. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_webdav.py +0 -0
  189. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_protocol_xrootd.py +0 -0
  190. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rse_selector.py +0 -0
  191. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rucio_server.py +0 -0
  192. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_rule.py +0 -0
  193. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_scope.py +0 -0
  194. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_subscription.py +0 -0
  195. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_throttler.py +0 -0
  196. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_tpc.py +0 -0
  197. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_trace.py +0 -0
  198. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_transfer.py +0 -0
  199. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_transfer_plugins.py +0 -0
  200. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_undertaker.py +0 -0
  201. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_upload.py +0 -0
  202. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tests/test_utils.py +0 -0
  203. {rucio_clients-36.3.0 → rucio_clients-36.4.0}/tools/merge_rucio_configs.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: rucio-clients
3
- Version: 36.3.0
3
+ Version: 36.4.0
4
4
  Summary: Rucio Client Lite Package
5
5
  Home-page: https://rucio.cern.ch/
6
6
  Author: Rucio
@@ -90,29 +90,33 @@ def map_legacy_command() -> Optional[list[str]]:
90
90
  "touch": ["did", "update", "--touch"],
91
91
  "add-lifetime-exception": ["lifetime-exception", "add"],
92
92
  }
93
- try:
94
- new_command = command_map[command]
95
- except KeyError:
96
- pass
93
+ new_command = command_map.get(command)
97
94
 
98
95
  return new_command
99
96
 
100
97
 
101
98
  if __name__ == "__main__":
102
- commands = ("-h", "--help", "--version", "account", "config", "did", "replica", "rse", "rule", "scope", "subscription", "ping", "whoami", "test-server", "lifetime-exception", "upload", "download")
103
- logger = setup_logger(module_name=__name__)
104
- first_command = _get_first_command(sys.argv[1:])
99
+ commands = ("account", "config", "did", "replica", "rse", "rule", "scope", "subscription", "ping", "whoami", "test-server", "lifetime-exception", "upload", "download")
105
100
 
106
- is_legacy = '--legacy' in sys.argv
101
+ parser = argparse.ArgumentParser(add_help=False)
102
+ # Check for legacy flag
103
+ parser.add_argument("--legacy", action="store_true")
104
+ # Check for commands in the new command list
105
+ parser.add_argument("-h", "--help", action="store_true")
106
+ parser.add_argument("--version", action="store_true")
107
107
 
108
- if (first_command in commands) and not is_legacy:
109
- main()
108
+ args, _ = parser.parse_known_args()
110
109
 
111
- elif is_legacy:
110
+ logger = setup_logger(module_name=__name__)
111
+
112
+ if args.legacy:
112
113
  make_warning(logger)
113
114
  sys.argv.pop(sys.argv.index('--legacy'))
114
115
  main_legacy()
115
116
 
117
+ elif (any(arg in commands for arg in sys.argv)) or args.help or args.version:
118
+ main()
119
+
116
120
  else:
117
121
  make_warning(logger)
118
122
  try:
@@ -547,12 +547,12 @@ def config_get_list(
547
547
  section: str,
548
548
  option: str,
549
549
  *,
550
- default: list[str] = ...,
550
+ default: _T = ...,
551
551
  check_config_table: bool = ...,
552
552
  session: "Optional[Session]" = ...,
553
553
  use_cache: bool = ...,
554
554
  expiration_time: int = ...,
555
- ) -> list[str]:
555
+ ) -> Union[list[str], _T]:
556
556
  ...
557
557
 
558
558
 
@@ -186,6 +186,7 @@ class Default(protocol.RSEProtocol):
186
186
  self.__ctx.set_opt_string_list("SRM PLUGIN", "TURL_PROTOCOLS", ["gsiftp", "rfio", "gsidcap", "dcap", "kdcap"])
187
187
  self.__ctx.set_opt_string("XROOTD PLUGIN", "XRD.WANTPROT", "gsi,unix")
188
188
  self.__ctx.set_opt_boolean("XROOTD PLUGIN", "NORMALIZE_PATH", False)
189
+ self.__ctx.set_opt_boolean("HTTP PLUGIN", "RETRIEVE_BEARER_TOKEN", False)
189
190
  auth_configured = False
190
191
  if self.auth_token:
191
192
  self.__ctx.set_opt_string("BEARER", "TOKEN", self.auth_token)
@@ -488,12 +489,12 @@ class Default(protocol.RSEProtocol):
488
489
 
489
490
  try:
490
491
  for path in paths:
491
- if self.__gfal2_exist(path) == 0:
492
- ret = ctx.unlink(str(path))
493
- if ret:
494
- return ret
495
- else:
496
- raise exception.SourceNotFound
492
+ # GFAL does a PROPFIND request before DELETE when the scheme is
493
+ # davs://, which is wasteful.
494
+ path = re.sub('^davs://', 'https://', str(path))
495
+ ret = ctx.unlink(path)
496
+ if ret:
497
+ return ret
497
498
  return ret
498
499
  except gfal2.GError as error: # pylint: disable=no-member
499
500
  if error.code == errno.ENOENT or 'No such file' in str(error):
@@ -4,8 +4,8 @@ This file is automatically generated; Do not edit it. :)
4
4
  '''
5
5
  VERSION_INFO = {
6
6
  'final': True,
7
- 'version': '36.3.0',
7
+ 'version': '36.4.0',
8
8
  'branch_nick': 'release-36',
9
- 'revision_id': '681dff60333b2f0b7d3f0b1eb7bf42ccc5f15053',
10
- 'revno': 13473
9
+ 'revision_id': '0ad86f466615804f67f827a5d1036171396536ed',
10
+ 'revno': 13479
11
11
  }
@@ -21,6 +21,22 @@ from rucio.common.utils import generate_uuid
21
21
  from rucio.tests.common import account_name_generator, execute, file_generator, rse_name_generator, scope_name_generator
22
22
 
23
23
 
24
+ def test_main_args():
25
+ specify_account = "rucio --account root --auth-strategy userpass whoami"
26
+ exitcode, out, err = execute(specify_account)
27
+
28
+ assert exitcode == 0
29
+ assert "This method is being deprecated" not in err
30
+ assert "root" in out
31
+
32
+ legacy_arg = "rucio --legacy --account root --auth-strategy userpass whoami"
33
+ exitcode, out, err = execute(legacy_arg)
34
+
35
+ assert exitcode == 0
36
+ assert "This method is being deprecated" in err
37
+ assert "root" in out
38
+
39
+
24
40
  def test_account(rucio_client):
25
41
  new_account = account_name_generator()
26
42
  command = f"rucio account add --type USER --account {new_account}"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes