rucio 37.4.0__py3-none-any.whl → 37.5.0__py3-none-any.whl

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 might be problematic. Click here for more details.

Files changed (102) hide show
  1. rucio/client/downloadclient.py +1 -1
  2. rucio/client/requestclient.py +6 -5
  3. rucio/common/constants.py +14 -17
  4. rucio/common/utils.py +18 -2
  5. rucio/core/permission/generic.py +3 -0
  6. rucio/core/replica.py +1 -1
  7. rucio/core/request.py +2 -2
  8. rucio/core/transfer.py +4 -5
  9. rucio/daemons/conveyor/throttler.py +2 -1
  10. rucio/db/sqla/constants.py +3 -3
  11. rucio/db/sqla/migrate_repo/versions/13d4f70c66a9_introduce_transfer_limits.py +1 -1
  12. rucio/db/sqla/models.py +1 -1
  13. rucio/gateway/request.py +13 -12
  14. rucio/rse/rsemanager.py +2 -2
  15. rucio/vcsversion.py +3 -3
  16. rucio/web/rest/flaskapi/v1/accountlimits.py +22 -22
  17. rucio/web/rest/flaskapi/v1/accounts.py +157 -157
  18. rucio/web/rest/flaskapi/v1/archives.py +10 -10
  19. rucio/web/rest/flaskapi/v1/auth.py +106 -106
  20. rucio/web/rest/flaskapi/v1/config.py +37 -37
  21. rucio/web/rest/flaskapi/v1/credentials.py +25 -25
  22. rucio/web/rest/flaskapi/v1/dids.py +381 -381
  23. rucio/web/rest/flaskapi/v1/dirac.py +8 -8
  24. rucio/web/rest/flaskapi/v1/export.py +6 -6
  25. rucio/web/rest/flaskapi/v1/heartbeats.py +14 -14
  26. rucio/web/rest/flaskapi/v1/identities.py +25 -25
  27. rucio/web/rest/flaskapi/v1/import.py +19 -19
  28. rucio/web/rest/flaskapi/v1/lifetime_exceptions.py +54 -54
  29. rucio/web/rest/flaskapi/v1/locks.py +60 -60
  30. rucio/web/rest/flaskapi/v1/meta_conventions.py +29 -29
  31. rucio/web/rest/flaskapi/v1/nongrid_traces.py +4 -4
  32. rucio/web/rest/flaskapi/v1/ping.py +4 -4
  33. rucio/web/rest/flaskapi/v1/redirect.py +16 -16
  34. rucio/web/rest/flaskapi/v1/replicas.py +281 -281
  35. rucio/web/rest/flaskapi/v1/requests.py +274 -270
  36. rucio/web/rest/flaskapi/v1/rses.py +427 -427
  37. rucio/web/rest/flaskapi/v1/rules.py +129 -129
  38. rucio/web/rest/flaskapi/v1/scopes.py +21 -21
  39. rucio/web/rest/flaskapi/v1/subscriptions.py +113 -113
  40. rucio/web/rest/flaskapi/v1/traces.py +18 -18
  41. rucio/web/rest/flaskapi/v1/vos.py +32 -32
  42. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/requirements.server.txt +1 -1
  43. {rucio-37.4.0.dist-info → rucio-37.5.0.dist-info}/METADATA +1 -1
  44. {rucio-37.4.0.dist-info → rucio-37.5.0.dist-info}/RECORD +102 -102
  45. {rucio-37.4.0.dist-info → rucio-37.5.0.dist-info}/WHEEL +1 -1
  46. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/alembic.ini.template +0 -0
  47. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/alembic_offline.ini.template +0 -0
  48. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/globus-config.yml.template +0 -0
  49. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/ldap.cfg.template +0 -0
  50. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl +0 -0
  51. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl +0 -0
  52. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl +0 -0
  53. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl +0 -0
  54. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/mail_templates/rule_denied_user.tmpl +0 -0
  55. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl +0 -0
  56. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/rse-accounts.cfg.template +0 -0
  57. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/rucio.cfg.atlas.client.template +0 -0
  58. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/rucio.cfg.template +0 -0
  59. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/etc/rucio_multi_vo.cfg.template +0 -0
  60. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/tools/bootstrap.py +0 -0
  61. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/tools/merge_rucio_configs.py +0 -0
  62. {rucio-37.4.0.data → rucio-37.5.0.data}/data/rucio/tools/reset_database.py +0 -0
  63. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio +0 -0
  64. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-abacus-account +0 -0
  65. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-abacus-collection-replica +0 -0
  66. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-abacus-rse +0 -0
  67. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-admin +0 -0
  68. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-atropos +0 -0
  69. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-auditor +0 -0
  70. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-automatix +0 -0
  71. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-bb8 +0 -0
  72. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-cache-client +0 -0
  73. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-cache-consumer +0 -0
  74. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-finisher +0 -0
  75. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-poller +0 -0
  76. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-preparer +0 -0
  77. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-receiver +0 -0
  78. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-stager +0 -0
  79. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-submitter +0 -0
  80. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-conveyor-throttler +0 -0
  81. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-dark-reaper +0 -0
  82. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-dumper +0 -0
  83. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-follower +0 -0
  84. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-hermes +0 -0
  85. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-judge-cleaner +0 -0
  86. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-judge-evaluator +0 -0
  87. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-judge-injector +0 -0
  88. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-judge-repairer +0 -0
  89. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-kronos +0 -0
  90. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-minos +0 -0
  91. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-minos-temporary-expiration +0 -0
  92. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-necromancer +0 -0
  93. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-oauth-manager +0 -0
  94. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-reaper +0 -0
  95. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-replica-recoverer +0 -0
  96. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-rse-decommissioner +0 -0
  97. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-storage-consistency-actions +0 -0
  98. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-transmogrifier +0 -0
  99. {rucio-37.4.0.data → rucio-37.5.0.data}/scripts/rucio-undertaker +0 -0
  100. {rucio-37.4.0.dist-info → rucio-37.5.0.dist-info}/licenses/AUTHORS.rst +0 -0
  101. {rucio-37.4.0.dist-info → rucio-37.5.0.dist-info}/licenses/LICENSE +0 -0
  102. {rucio-37.4.0.dist-info → rucio-37.5.0.dist-info}/top_level.txt +0 -0
@@ -33,7 +33,7 @@ class VOs(ErrorHandlingMethodView):
33
33
  - VO
34
34
  responses:
35
35
  200:
36
- description: OK
36
+ description: "OK"
37
37
  content:
38
38
  application/json:
39
39
  schema:
@@ -42,29 +42,29 @@ class VOs(ErrorHandlingMethodView):
42
42
  type: object
43
43
  properties:
44
44
  vo:
45
- description: The vo.
45
+ description: "The vo."
46
46
  type: string
47
47
  description:
48
- description: The description of the vo.
48
+ description: "The description of the vo."
49
49
  type: string
50
50
  email:
51
- description: The email for the vo.
51
+ description: "The email for the vo."
52
52
  type: string
53
53
  created_at:
54
- description: The date the vo was created.
54
+ description: "The date the vo was created."
55
55
  type: string
56
56
  format: date-time
57
57
  updated_at:
58
- description: The date the vo was updated.
58
+ description: "The date the vo was updated."
59
59
  type: string
60
60
  format: date-time
61
61
 
62
62
  406:
63
- description: Not Acceptable
63
+ description: "Not Acceptable"
64
64
  401:
65
- description: Invalid Auth Token
65
+ description: "Invalid Auth Token"
66
66
  409:
67
- description: Unsupported operation.
67
+ description: "Unsupported operation."
68
68
  """
69
69
  try:
70
70
  def generate(issuer, vo):
@@ -90,7 +90,7 @@ class VO(ErrorHandlingMethodView):
90
90
  parameters:
91
91
  - name: vo
92
92
  in: path
93
- description: The vo to add.
93
+ description: "The vo to add."
94
94
  schema:
95
95
  type: string
96
96
  style: simple
@@ -101,18 +101,18 @@ class VO(ErrorHandlingMethodView):
101
101
  type: object
102
102
  properties:
103
103
  description:
104
- description: The description of the VO.
104
+ description: "The description of the VO."
105
105
  type: string
106
106
  email:
107
- description: The admin email associated with the VO.
107
+ description: "The admin email associated with the VO."
108
108
  type: string
109
109
  responses:
110
110
  201:
111
- description: OK
111
+ description: "OK"
112
112
  401:
113
- description: Invalid Auth Token
113
+ description: "Invalid Auth Token"
114
114
  409:
115
- description: Unsupported operation.
115
+ description: "Unsupported operation."
116
116
  """
117
117
  parameters = json_parameters(optional=True)
118
118
  kwargs = {'description': None, 'email': None}
@@ -137,7 +137,7 @@ class VO(ErrorHandlingMethodView):
137
137
  parameters:
138
138
  - name: vo
139
139
  in: path
140
- description: The vo to add.
140
+ description: "The vo to add."
141
141
  schema:
142
142
  type: string
143
143
  style: simple
@@ -148,20 +148,20 @@ class VO(ErrorHandlingMethodView):
148
148
  type: object
149
149
  properties:
150
150
  description:
151
- description: The description of the VO.
151
+ description: "The description of the VO."
152
152
  type: string
153
153
  email:
154
- description: The admin email associated with the VO.
154
+ description: "The admin email associated with the VO."
155
155
  type: string
156
156
  responses:
157
157
  200:
158
- description: OK
158
+ description: "OK"
159
159
  401:
160
- description: Invalid Auth Token
160
+ description: "Invalid Auth Token"
161
161
  404:
162
- description: VO not found.
162
+ description: "VO not found."
163
163
  409:
164
- description: Unsupported operation.
164
+ description: "Unsupported operation."
165
165
  """
166
166
  parameters = json_parameters()
167
167
  try:
@@ -188,7 +188,7 @@ class RecoverVO(ErrorHandlingMethodView):
188
188
  parameters:
189
189
  - name: vo
190
190
  in: path
191
- description: The vo to add.
191
+ description: "The vo to add."
192
192
  schema:
193
193
  type: string
194
194
  style: simple
@@ -203,29 +203,29 @@ class RecoverVO(ErrorHandlingMethodView):
203
203
  - email
204
204
  properties:
205
205
  identity:
206
- description: Identity key to use.
206
+ description: "Identity key to use."
207
207
  type: string
208
208
  authtype:
209
- description: The authtype of the account.
209
+ description: "The authtype of the account."
210
210
  type: string
211
211
  email:
212
- description: The admin email for the vo.
212
+ description: "The admin email for the vo."
213
213
  type: string
214
214
  password:
215
- description: Password for identity.
215
+ description: "Password for identity."
216
216
  type: string
217
217
  default:
218
- description: Whether to use identity as account default.
218
+ description: "Whether to use identity as account default."
219
219
  type: boolean
220
220
  responses:
221
221
  201:
222
- description: OK
222
+ description: "OK"
223
223
  401:
224
- description: Invalid Auth Token
224
+ description: "Invalid Auth Token"
225
225
  404:
226
- description: Account not found.
226
+ description: "Account not found."
227
227
  409:
228
- description: Unsupported operation.
228
+ description: "Unsupported operation."
229
229
  """
230
230
  parameters = json_parameters()
231
231
  identity = param_get(parameters, 'identity')
@@ -220,7 +220,7 @@ referencing==0.36.2
220
220
  # via
221
221
  # jsonschema
222
222
  # jsonschema-specifications
223
- requests==2.32.3
223
+ requests==2.32.4
224
224
  # via
225
225
  # -r requirements.server.in
226
226
  # geoip2
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rucio
3
- Version: 37.4.0
3
+ Version: 37.5.0
4
4
  Summary: Rucio Package
5
5
  Home-page: https://rucio.cern.ch/
6
6
  Author: Rucio
@@ -1,6 +1,6 @@
1
1
  rucio/__init__.py,sha256=Y7cPPlHVQPFyN8bSPFC0W3WViEdONr5g_qwBub5rufE,660
2
2
  rucio/alembicrevision.py,sha256=lNSQZYA4U_fsMW8l0dHpiV243XZhioqvVo9ihmpuQBo,690
3
- rucio/vcsversion.py,sha256=KzL-fCgcmR0Ut9LUIsgwG_O5DxkM-hvyOmUyYl75wsE,244
3
+ rucio/vcsversion.py,sha256=X_dJuTI_9tpj86embCCJV4q7RHDOD7LUcmGHopxwYWU,244
4
4
  rucio/version.py,sha256=IwsNb1QQk0D092QQbR2K9wBPF2Akny1RGs-ZZziUohE,1519
5
5
  rucio/cli/__init__.py,sha256=GIkHmxgE3xdvWSf-7ZnvVaJmbs7NokaSjbFzsrXOG9o,662
6
6
  rucio/cli/account.py,sha256=7YWLfmiplhCjaaHNSYBzd7d_4yYzxUSRrsT0xGcNr2w,9452
@@ -28,7 +28,7 @@ rucio/client/configclient.py,sha256=pbp_yEem7g8JTVVOMY-ehMyLh6T3Rxf1AxCluLE-JE8,
28
28
  rucio/client/credentialclient.py,sha256=q4i_t-dIiojRmiY70iuJsAgnPqaZVwkJLbThxoc8_9k,2214
29
29
  rucio/client/didclient.py,sha256=AbS_RFD1_jIcr_jm5H6XYn4PVzsq288C79K1-hWa5NQ,34619
30
30
  rucio/client/diracclient.py,sha256=hgF_eF5_NfY0UTedrXMtmuwT4rVgCf3-bdsv7VhObDA,2467
31
- rucio/client/downloadclient.py,sha256=sN33aiGqPVWAufeMs5p2Drj5gPHZVbbVEIkXONHu54s,91645
31
+ rucio/client/downloadclient.py,sha256=lPLU3UN8q1f6YfRqyhoaYzAsEXGjNC71lcsSgKw8kxA,91637
32
32
  rucio/client/exportclient.py,sha256=vxH12KqLjaOQxQRkA95oZnJWjPJgEMBtvmo0NReurug,1713
33
33
  rucio/client/fileclient.py,sha256=akpgLwhbRTWNriyI8yGWTGgXbTu-Ka5jmwwVdJBwmVw,1756
34
34
  rucio/client/importclient.py,sha256=KeEWZhjrsAR5Km_UXwwH7hzgEo9ACJaJXN6de87txe4,1560
@@ -37,7 +37,7 @@ rucio/client/lockclient.py,sha256=LNHjdNRi5ST8KqVBR9SAiaygPF5zmRR7hendaBF21uE,44
37
37
  rucio/client/metaconventionsclient.py,sha256=tYvqXtcByiINcmZe0nT5Id2VuyJ2EDDUP2vfOPO6_yY,5655
38
38
  rucio/client/pingclient.py,sha256=DU3HXbvEYsbo-3V1PypOXcMMfmYeiUHBAf9mdYM7LZM,1418
39
39
  rucio/client/replicaclient.py,sha256=C7t-nw1Ou0W-Ni9PUpdzTDLtIbz0cIgANX387KORUB8,20591
40
- rucio/client/requestclient.py,sha256=veFhd7r2zx5Rg-N8q8keR5qL43F4ec549SigyC5z1Lc,8549
40
+ rucio/client/requestclient.py,sha256=Vr1lAmAbfX2iGzj_aKRmRFPBpMXbVxIw_0LVAZ5Xtq0,8574
41
41
  rucio/client/richclient.py,sha256=kP6cHQsvCtKEl1c2fycqpDjfLrMAzaMxuZA_kWddm08,10111
42
42
  rucio/client/rseclient.py,sha256=4R-WcCROjPRfWjcWuFM7itf4vmRRk0qvOa-itnTlZ8w,31858
43
43
  rucio/client/ruleclient.py,sha256=tlYRFMKVwjCuzketqg2F4XoGydbhNAjkOnm1BGUZEVg,13639
@@ -51,7 +51,7 @@ rucio/common/cache.py,sha256=8jfk6lB_KfwV_ZQBRngTYLwJ4zpDAg1Q70o5LRGR4AU,3420
51
51
  rucio/common/checksum.py,sha256=nSqjY8TdDGohpAzcEM2fjv4FPdOKmKr_3U27HalKkoY,5254
52
52
  rucio/common/client.py,sha256=qhkg0JETEQR0abTQ1m0iYE5wOzfEm-s1AABFgbxqlSA,3957
53
53
  rucio/common/config.py,sha256=VXMnocr6iwSgoSXAFl9r4EmPwMKxQ7DetmT1xzgTfkw,23629
54
- rucio/common/constants.py,sha256=5gLwj_VCDrNegcMrQbt7ozdannSYqP1_gDrEE8YVPmI,7736
54
+ rucio/common/constants.py,sha256=EvShKu_wuKS1cc3ijeTs14nX-YqHPa480b90wdwLkY8,7582
55
55
  rucio/common/constraints.py,sha256=MrdiAwKyoaZGfspUWX_53XS2790nXMSMg1JYmTO_ciQ,726
56
56
  rucio/common/didtype.py,sha256=dYYLIxcOjIHaDBAYSoCpmhZ-O2GTKxIi66jHiXtuVRY,8010
57
57
  rucio/common/exception.py,sha256=U4Jnpv8QTkNmMG2scV4bYNzOqLsMnfrmiGeSH-P_B_g,34555
@@ -64,7 +64,7 @@ rucio/common/stomp_utils.py,sha256=3GTiRTJ0roe5OX_wgkVwOJYAIhGgYbhiROHc2M8LQT8,5
64
64
  rucio/common/stopwatch.py,sha256=_9zxoLjr8A0wUDJsljK4vZNDCI-dIOgpcxXiCNVJcHU,1641
65
65
  rucio/common/test_rucio_server.py,sha256=2teFpN5Pthp-zQt1_aErOURDTgOhFP9GKdEr1NMmc4o,5085
66
66
  rucio/common/types.py,sha256=THfYyGKy7KUEvkBgAXSkdI2SxZBlsSr6E3sF9OkEms4,11764
67
- rucio/common/utils.py,sha256=nvubI6L2MH5aQy-23NmyHUVkmdeeMLbd-RYMiG85pT4,61854
67
+ rucio/common/utils.py,sha256=wiQRieXYLWzpZo5T9s3omMTsP6N1JfJAoig7MwrgmcQ,62391
68
68
  rucio/common/dumper/__init__.py,sha256=V7D7KNmqPeVfPrBmfZDV9VfZWBiOMwLaPLtcogf31CI,10930
69
69
  rucio/common/dumper/consistency.py,sha256=k1MLD9RAVBR7uBZxjuuQsD8PzbXzOSd6vdWytDweUx4,17962
70
70
  rucio/common/dumper/data_models.py,sha256=ckjUy7R9ftmsSCjC1kF0Ccpjq53Eba4EWWlpHzGKI8M,11184
@@ -95,9 +95,9 @@ rucio/core/naming_convention.py,sha256=b4kxVLnEhbn5wlY-k8m20FLoJTKSrsGzCMDm3UfQz
95
95
  rucio/core/nongrid_trace.py,sha256=ZKdnOXTMQpviGiW8xa48NswEHFGbTGXWo3xbovdVH34,5186
96
96
  rucio/core/oidc.py,sha256=_Wy_3QSN372eVanfiEcb45AEI9Rm2ZVTv2JgmHE-3KI,70564
97
97
  rucio/core/quarantined_replica.py,sha256=MKKn1QF5kkXLB-z_K_DJoVtksE1sSXS_WJ44NekcaZc,8323
98
- rucio/core/replica.py,sha256=uIEFdqkEfr-C0FlWuqPXbByWl8-J2dSW1ZwFRYet8FU,185495
98
+ rucio/core/replica.py,sha256=3_m16KcABiVjrKdjhDV-UdmCfDGxJKUlaRkWg_0gb38,185496
99
99
  rucio/core/replica_sorter.py,sha256=ONfs4G6fo0JGZ70pqDKT4k7CSRxW82LhCZnQHskJhaU,14993
100
- rucio/core/request.py,sha256=5UOTb40KVMKQlEOYIoob7xkaLmsY7F-4PrK4Gw4V6I4,120385
100
+ rucio/core/request.py,sha256=ZPaxDMqNJ61GKXx7PS2ozrhap4tkcioJpqmyD3m3fSA,120385
101
101
  rucio/core/rse.py,sha256=moRct05xU8362fSrmvSEfJRTpDQWOk7xAPO602gM8ds,70966
102
102
  rucio/core/rse_counter.py,sha256=5N3k5X6p-4PkDsNz-8TXnAWeU2oj8ti4epRDLJj3FWM,6093
103
103
  rucio/core/rse_expression_parser.py,sha256=txTYmddSOqdFxia_wkLXZMEtw2SoyOWnhOmzbhtdbsk,15511
@@ -108,7 +108,7 @@ rucio/core/scope.py,sha256=seNIkdilDVilOvA0IQstLeUBU7DrkDPzxW63rtDmMnI,5910
108
108
  rucio/core/subscription.py,sha256=i1zgc2FnceDgrkYzjMFRTTDvWlFssvv_qHgnkJyR_NY,16407
109
109
  rucio/core/topology.py,sha256=qErGVrTv4R77G_h8u4bW3lXEw8mL7sZo1KQR5lLW0dw,19282
110
110
  rucio/core/trace.py,sha256=QNulQ9jYokenGMd_54OWT-RUEhgGBvGzGZ7kh9T2LfA,13582
111
- rucio/core/transfer.py,sha256=XAv_BPvkTqMl7teoyh3aj9W7zKmjBODG62-sqGaQGSk,64820
111
+ rucio/core/transfer.py,sha256=f2rltwXF3m6I74nf5NLHtX4l62fQo23Y88jVIZqSLgo,64809
112
112
  rucio/core/vo.py,sha256=mofxN5QO9ojqg0TXK9QgIm9UqqJV5qlocpEeOJ1_aaA,5915
113
113
  rucio/core/volatile_replica.py,sha256=KvYcu6Lv9EOWxG3Y-yTwVUY5Taq6Zl9CHjRQPiFrYBg,5508
114
114
  rucio/core/did_meta_plugins/__init__.py,sha256=dBkDWr3PwemYSekYvOZtWVgRHAHBHkC57XlII5Oja-k,11950
@@ -120,7 +120,7 @@ rucio/core/did_meta_plugins/json_meta.py,sha256=yurzU09OP0eCl3JjoHFbKJ0TK0svDMEX
120
120
  rucio/core/did_meta_plugins/mongo_meta.py,sha256=Vg8SAWc-KTMu8D6unHqrAyhuPUUpKNp39pEeOgYJY5g,8535
121
121
  rucio/core/did_meta_plugins/postgres_meta.py,sha256=lqP9lcit49zDS1L9oc8MCjkkrMnizxQ6GszPFZQCSbQ,14262
122
122
  rucio/core/permission/__init__.py,sha256=qq3XPYfpYmqHLhS9iuJCewpxjZoNfGz9_dF16fHMIg4,6193
123
- rucio/core/permission/generic.py,sha256=ixlOovfmfnyXbwxROrvrQxzPrjpEEcndq6xETED96FQ,49898
123
+ rucio/core/permission/generic.py,sha256=JBapUkKXoD-HB84iS0Uo3aPjPPcL2TBWSPaPPXmMcsE,49901
124
124
  rucio/core/permission/generic_multi_vo.py,sha256=w1A6o4lnon8KIwk4io5UM9dbl3ujrBlumB6BJe9nkpM,45653
125
125
  rucio/daemons/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
126
126
  rucio/daemons/common.py,sha256=wYloaZyPl2finMAWYC5OFr7W3DPbsBFpWzerNJ04uLI,15550
@@ -154,7 +154,7 @@ rucio/daemons/conveyor/preparer.py,sha256=xwpjQgSLY9zqOyc6pdUbV5-eb_nWMEAiOD_F9n
154
154
  rucio/daemons/conveyor/receiver.py,sha256=w-3hyTse8XNNowmtExsX3ztMh8dNVG28dsCeIm2TbFE,8820
155
155
  rucio/daemons/conveyor/stager.py,sha256=rrZ-nfPOQMHZzFnOi18JM6rnHlEQpOsPpNM4M89o_gg,4282
156
156
  rucio/daemons/conveyor/submitter.py,sha256=CflHNigc7gx_3LrEQpL8RRqW0MDJ86BbB6qN2Rhf0u4,17146
157
- rucio/daemons/conveyor/throttler.py,sha256=5jJ156GHDaGhF85BRj7CGjizpgobAhqf-ZaUiWHdDjU,22345
157
+ rucio/daemons/conveyor/throttler.py,sha256=C14uzYoHQRd9TiIucGgso6b9ImUrLeUgn1-_jTYjl-o,22379
158
158
  rucio/daemons/follower/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
159
159
  rucio/daemons/follower/follower.py,sha256=ViDKnoDtCHQsxLd78uxJKp4tHeKxRebe74jsnK-uUmU,3438
160
160
  rucio/daemons/hermes/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
@@ -189,8 +189,8 @@ rucio/daemons/undertaker/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0
189
189
  rucio/daemons/undertaker/undertaker.py,sha256=0X1usPC7DFExqVqedZO-EeTcoSrgGTMJXSRB0eHQMt4,5254
190
190
  rucio/db/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
191
191
  rucio/db/sqla/__init__.py,sha256=nVXdqNgRs6AXgN7cVM3MAdHZZDX1l0FdVEabWEtMbbw,2506
192
- rucio/db/sqla/constants.py,sha256=vHAlRwc-YGdskoPXM9q4yxYyvqeOEQ4inleQpgr7ue8,4226
193
- rucio/db/sqla/models.py,sha256=JfbV2EmA0kCDMVaYDxPjfhfZQuIXq_bh9ElEqJtZFhU,111752
192
+ rucio/db/sqla/constants.py,sha256=b5qjAM2htsVD9LybPgx2BEswuldbEZF63FUeChoxDb0,4229
193
+ rucio/db/sqla/models.py,sha256=hGf4mR4XQva7NMyTDQq5ojaLznphe-Nh0oV-Xwe_Oq4,111782
194
194
  rucio/db/sqla/sautils.py,sha256=X4gHWCkqvDlJEEHmhO2txV94__kvS8M9Hb1aJvbLaUg,2000
195
195
  rucio/db/sqla/session.py,sha256=3FMwaJ8mcVZWBI8CiyY1tUebwhQCuPC3-24x4cQkMoM,19181
196
196
  rucio/db/sqla/types.py,sha256=VBCDsSozh2mUNwmmBNbA5xZHkgU0FMXwRBmsc33YUtE,6090
@@ -201,7 +201,7 @@ rucio/db/sqla/migrate_repo/versions/01eaf73ab656_add_new_rule_notification_state
201
201
  rucio/db/sqla/migrate_repo/versions/0437a40dbfd1_add_eol_at_in_rules.py,sha256=-FIdt2T328qNgIA7Ry3bLmlwNznMawo2ecQE2OSSGSo,1821
202
202
  rucio/db/sqla/migrate_repo/versions/0f1adb7a599a_create_transfer_hops_table.py,sha256=U4PQahMlOc8LBqG2m8LCLLePvV8bHja7qPkiK5QoMtE,2640
203
203
  rucio/db/sqla/migrate_repo/versions/102efcf145f4_added_stuck_at_column_to_rules.py,sha256=WCAX7OB9pq9RU_YEYd8_4JNenAHTk8MoOGLGi7nC7J0,1533
204
- rucio/db/sqla/migrate_repo/versions/13d4f70c66a9_introduce_transfer_limits.py,sha256=BjUObseQNHWKAlRAoGpJnVSX0P3TkCSyFVbla4ieHUA,5272
204
+ rucio/db/sqla/migrate_repo/versions/13d4f70c66a9_introduce_transfer_limits.py,sha256=NGM8y664AmV5o664abOy1_m98F9wlVXK4B1QmZGRmUI,5271
205
205
  rucio/db/sqla/migrate_repo/versions/140fef722e91_cleanup_distances_table.py,sha256=rt_v1W5OM9X4GSgihEU6deX-rWtLlu9SEnMDhf0BFa0,3659
206
206
  rucio/db/sqla/migrate_repo/versions/14ec5aeb64cf_add_request_external_host.py,sha256=-1cmzs6sWw3keF_0ykvX8q4XACT9s7Cct_DXus9diRE,1548
207
207
  rucio/db/sqla/migrate_repo/versions/156fb5b5a14_add_request_type_to_requests_idx.py,sha256=U7HJRXPtYGaxukC1lSDi4MoCnBa1PXrqQTHXNvPHIA0,2291
@@ -344,7 +344,7 @@ rucio/gateway/meta_conventions.py,sha256=538QdLNRjr98IXbrm3nf18GLbTiNdmf2KggAOW0
344
344
  rucio/gateway/permission.py,sha256=kccPOcwB2eYlj1fNah-wFlfWihCq2GqS1I8jiCK1OIc,2855
345
345
  rucio/gateway/quarantined_replica.py,sha256=bLoB27Xf7-1XnJmvmIvmJbBgaWrVDUCW7zqX64nkETI,2778
346
346
  rucio/gateway/replica.py,sha256=93Uiz4St_jXTowW9Z77sbUr71vkS0wtO-v8LyT3BMvo,25608
347
- rucio/gateway/request.py,sha256=_xf12EnTx2D3odP5sQJ4m6yhfoOpW7IJMIiurd7tAEQ,16551
347
+ rucio/gateway/request.py,sha256=9WB1gJfMkNk07mvCrA52ZG0Lsf5wvu9A-qplh7_TRQY,16615
348
348
  rucio/gateway/rse.py,sha256=BhkIDaxgWxPBo7VNTsMdWUvGhTihP7Uho_0fm8gXFwU,24363
349
349
  rucio/gateway/rule.py,sha256=mdjwSsQcjVcgCxDbmIvECkFuEpYmrFgOj5YRB7URpzI,18020
350
350
  rucio/gateway/scope.py,sha256=ofcWhrAHBkFbBBadBnBpIxboTnZQ3opMB2w4-jga_vs,3168
@@ -352,7 +352,7 @@ rucio/gateway/subscription.py,sha256=9ZkQPmH4uRO78dTD5KtfJRSPNdOEkbfS6gsRFntgnvo
352
352
  rucio/gateway/trace.py,sha256=rsLD4fx3O_mxQJY2RtVjHO9FpwMc9jzpmxNdi7VPGBk,1903
353
353
  rucio/gateway/vo.py,sha256=YJTOx_7o2PMkw0hPuMEYwR-b3uhm872wVJL0EEtQRgo,4939
354
354
  rucio/rse/__init__.py,sha256=imxCKNQN59aPqPhMd2yKg7mHBMFL00OkQT1Gqb8tF54,3290
355
- rucio/rse/rsemanager.py,sha256=4vYikWrwCw6c3z6N2V2DaAioJPVtp_BBL5b8YLuFWDY,41037
355
+ rucio/rse/rsemanager.py,sha256=6jIkD9XEpMKnlltcALutX6Uox5Kv1wcLnW_-Qlj0GKM,41061
356
356
  rucio/rse/translation.py,sha256=qfqc4jEB1Rq6yj3xjTz3ivxT5Hg2716M8ldO1BleSDg,9013
357
357
  rucio/rse/protocols/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
358
358
  rucio/rse/protocols/bittorrent.py,sha256=ZBm_n7vU_NGXQaaZJWKQ-KUp6nYOMdbLqTvGuKN_LKk,7475
@@ -393,96 +393,96 @@ rucio/web/rest/ping.py,sha256=35YpZV7fW1MXz81Di1Wm4YXlq90TMrrda2l3QJy3s4k,1010
393
393
  rucio/web/rest/flaskapi/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
394
394
  rucio/web/rest/flaskapi/authenticated_bp.py,sha256=Q5yRLRAfu091GVaeiXKhKd5FNdA8DlClXWDv8562TW8,999
395
395
  rucio/web/rest/flaskapi/v1/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
396
- rucio/web/rest/flaskapi/v1/accountlimits.py,sha256=LuqFEjEJ-o_9N9xEkysymnhjG0Z6mSWNKvZ0-AsGg_U,8080
397
- rucio/web/rest/flaskapi/v1/accounts.py,sha256=IiuPK46Cl4mD_An-Wa_URjsittwdFSN0-9dZ0tAP_ws,38193
398
- rucio/web/rest/flaskapi/v1/archives.py,sha256=Q9j32sRKAtdxeax5HOEjAyWdX9C5oeNWmdNnIfgFcuE,3534
399
- rucio/web/rest/flaskapi/v1/auth.py,sha256=iJKC0n9kjYOl-9m_6u5NrihBcQUFic1qEe-ek0ack-k,63301
396
+ rucio/web/rest/flaskapi/v1/accountlimits.py,sha256=hkNlY_0r5-dfK9qRbzIZYLGbVkDcdA8OoQW_hFbDy4U,8124
397
+ rucio/web/rest/flaskapi/v1/accounts.py,sha256=ZoI2JMQlfKzZKC1wj7ZxSYvxDJGVostc-9BHLCw9es8,38507
398
+ rucio/web/rest/flaskapi/v1/archives.py,sha256=i7Wn2dmiR8UjVFMIt4I3IBuH6upkK1rK9jP1CvkhWaU,3554
399
+ rucio/web/rest/flaskapi/v1/auth.py,sha256=AMXmz2jgoQe12sAnuOfK8VXni4oKOVvyRlTOrNiEI4w,63513
400
400
  rucio/web/rest/flaskapi/v1/common.py,sha256=a0_Ql5o7GnKvFg8lbgX9Ayk-YV3Ybbfji6pME5nc4rA,18033
401
- rucio/web/rest/flaskapi/v1/config.py,sha256=SkXxSgnLQciIv0bbxn5kLRSJhVDcdOh33E6JQdfwINA,10091
402
- rucio/web/rest/flaskapi/v1/credentials.py,sha256=C9eMS68t8yCCbdDtVQcNKj1UgvN4YOnMLyiOqCt-I6w,8097
403
- rucio/web/rest/flaskapi/v1/dids.py,sha256=yBN8DtgZCwaYO1QWz0WzCkhkkP4gg5tIxxBXph-v714,81258
404
- rucio/web/rest/flaskapi/v1/dirac.py,sha256=mljzqOuy7nrDqJIZgqj6eQ3zh5_6qEDl2jwfKFnIiMM,4702
405
- rucio/web/rest/flaskapi/v1/export.py,sha256=z6NN3bs7-1RpS1K0JeNYNCTNBG9RWJ55I7sBqDtg2fE,2652
406
- rucio/web/rest/flaskapi/v1/heartbeats.py,sha256=PfOyG2MO7YMkOVFbR1Jqmq56_NwRttDm27g_kPBd8SQ,4608
407
- rucio/web/rest/flaskapi/v1/identities.py,sha256=LeBFsOmCKEyfDb6t_2p9Rrn0UG6V9q-z3t-H32mAcvE,8814
408
- rucio/web/rest/flaskapi/v1/import.py,sha256=bnvgXTF0zOUiaAAJjHRzQJ1XReocRzI73Kiarh7rBsg,5255
409
- rucio/web/rest/flaskapi/v1/lifetime_exceptions.py,sha256=x7kQHL7ee-NV7J_t9eK45B68wptK_swS7DxM5g-NKBU,11989
410
- rucio/web/rest/flaskapi/v1/locks.py,sha256=g73VJjqH456AICp9tLDdS3OP79FugKFcsGm_Kymg_sY,12978
401
+ rucio/web/rest/flaskapi/v1/config.py,sha256=fBisDGr7UeAOXe8QVd27raXFJBdk1iKMiIEKpj_tVMw,10165
402
+ rucio/web/rest/flaskapi/v1/credentials.py,sha256=wGRf3nH-jc_X0ZGJFobsZFSoGFfSWM8JWMNMeJ0xO6E,8147
403
+ rucio/web/rest/flaskapi/v1/dids.py,sha256=akIKV6stIhoTNkMR20yN8FgkvlOHFqmSyFysbgp0k_Q,82019
404
+ rucio/web/rest/flaskapi/v1/dirac.py,sha256=2iEa0uaKoomsg94XTWaEIEFO5ZlS9lVL1XyjK91tHjE,4718
405
+ rucio/web/rest/flaskapi/v1/export.py,sha256=nFa9r-V5-SVb7gmAKYxLvxaFGlAqKxXgi2SaXfSIia4,2664
406
+ rucio/web/rest/flaskapi/v1/heartbeats.py,sha256=ZlB7T6RV11Q2cJBSel_NMMwJqSkH9vq7yjQ5-1Of4Ts,4636
407
+ rucio/web/rest/flaskapi/v1/identities.py,sha256=s6UuEnShBd-5NTNty8xB4lmbGKTLstCnw3SlSJzVmkM,8864
408
+ rucio/web/rest/flaskapi/v1/import.py,sha256=YtMBJkwtwdZ75GFY-da8K2rQgZd4Y37bJo7IFmSOJ98,5293
409
+ rucio/web/rest/flaskapi/v1/lifetime_exceptions.py,sha256=QYFJrvwc_XwS-ZqZB5kH9jyHUJ1f0ByUWPPjfSwBTBg,12097
410
+ rucio/web/rest/flaskapi/v1/locks.py,sha256=jfLhH3WRkFnMbMSqZgyo5T8PRRCvfl2kIWGde8J_Me8,13098
411
411
  rucio/web/rest/flaskapi/v1/main.py,sha256=n-ooBBGfCzKghr1mwmLI3qLCEvo7JDUSTXF9Hqwz82U,3423
412
- rucio/web/rest/flaskapi/v1/meta_conventions.py,sha256=iYELtdSh2hgAu0FLv6nhOV8EKHOa4KBaaJvFSgBQOg4,7773
412
+ rucio/web/rest/flaskapi/v1/meta_conventions.py,sha256=AniLtxPPiB-J8qN4FM7pjBNkVHnpX79rVziCsPYzYmY,7831
413
413
  rucio/web/rest/flaskapi/v1/metrics.py,sha256=-tCHboUu_5hI87G_pZswhpY6koTwu6WudgW4RixOnIg,1250
414
- rucio/web/rest/flaskapi/v1/nongrid_traces.py,sha256=qJdu9ZjGg1aLHxQUSjMi5TJV_dN1g4BCtTA4Wet1gcY,3130
415
- rucio/web/rest/flaskapi/v1/ping.py,sha256=m3ahSzver84xECWnteEWIVuH8WSNZAs_QRZ8gY_UVZA,3095
416
- rucio/web/rest/flaskapi/v1/redirect.py,sha256=zPq2A04M2lOaf_d4tvtzRDv7BADqlN13Cqy3TFpdpkQ,13527
417
- rucio/web/rest/flaskapi/v1/replicas.py,sha256=DhX9rdpWA-9KYh-74jxYaqaa_s0R5CitTTS0jMHMYac,72723
418
- rucio/web/rest/flaskapi/v1/requests.py,sha256=_tpZ9veMoTBuG_GITRqzXYDL6IPzP7mZwRCHKZtVM9k,49947
419
- rucio/web/rest/flaskapi/v1/rses.py,sha256=x8MHCo4JTJNzzNF1HeZg1ElQ-1ZlllKQHIadnvO9mOQ,82022
420
- rucio/web/rest/flaskapi/v1/rules.py,sha256=Qj4aiD8eq31oOshR_z74AiIWAvSOxz-VnNGVrT6L4O0,32117
421
- rucio/web/rest/flaskapi/v1/scopes.py,sha256=R36LZRQIBVul-UZTX-Oes_qnAZK5tbDkEhmVR8Z0eCM,5056
422
- rucio/web/rest/flaskapi/v1/subscriptions.py,sha256=1s9HUz3OTqLTieu8zZegwBzbBLwo4sLhhlrtXjqfzAo,24638
423
- rucio/web/rest/flaskapi/v1/traces.py,sha256=6AS6WWRQceOuXKoIHsEJbDsQUcdL56a8fs1wocfKY0o,5716
414
+ rucio/web/rest/flaskapi/v1/nongrid_traces.py,sha256=RMJeo0FNj_7Cafp_LLO9XFC3ijZddkTGq2QaUrxD6YQ,3138
415
+ rucio/web/rest/flaskapi/v1/ping.py,sha256=WqyCkz6n395vYCvqK8P92Ig8LQ-cRDW05GPiOewtHyY,3103
416
+ rucio/web/rest/flaskapi/v1/redirect.py,sha256=CCzPWEpyKVoyouQKCQ5Ix74v_gxgT_2pec4oLn74U7o,13559
417
+ rucio/web/rest/flaskapi/v1/replicas.py,sha256=pqpM0NMzbXWkcbwX_9KyAYQRqbLf4qb-rXNk9vbblz8,73284
418
+ rucio/web/rest/flaskapi/v1/requests.py,sha256=Es1zCqyfO9T9E6VEfUF6D5YCvhmEJeUOIz8j7sAbPBw,50541
419
+ rucio/web/rest/flaskapi/v1/rses.py,sha256=dlX8a_wr-2uu-Vu2cVgVvMqjA1Qf7ZtRyUzZAtqCDSg,82893
420
+ rucio/web/rest/flaskapi/v1/rules.py,sha256=yXE3IctVGTJnXY37mFYABhrcY_GD_y2a04Fgs0A93O0,32375
421
+ rucio/web/rest/flaskapi/v1/scopes.py,sha256=wuXIo6FzSkn7vlxfVb18dEpw9Gj1OQZeQSEPVDbb5h0,5098
422
+ rucio/web/rest/flaskapi/v1/subscriptions.py,sha256=t8OmIfHfbjXb1vbt3LnQP-4hxCSAi9uMBNSG-XYKHf8,24864
423
+ rucio/web/rest/flaskapi/v1/traces.py,sha256=gwVAxBpfAgYD-fLro6w-ofU1e1dOCQT9ynmUXfpYCBg,5752
424
424
  rucio/web/rest/flaskapi/v1/types.py,sha256=kY-nml_En9zwkKu9TEYwEZGaF2NJ09gN2IUY7h9rp68,799
425
- rucio/web/rest/flaskapi/v1/vos.py,sha256=V1ymoOSL8Atom2j2dGDrQitW6cRZgW-IzLrj1_42LZs,9088
425
+ rucio/web/rest/flaskapi/v1/vos.py,sha256=GuzWMGMYhYhA-spjrAO7c7qeWg1GzSFIeKd_DG6_6Oc,9152
426
426
  rucio/web/rest/flaskapi/v1/templates/auth_crash.html,sha256=enhyVliQHlblgCEHvBzAlLxymFySlc42tk87vfWdBo0,2254
427
427
  rucio/web/rest/flaskapi/v1/templates/auth_granted.html,sha256=SDsrTCQhwklLu3mDtSTUATnK16QG1T-eWDTDjmv8bn4,2139
428
- rucio-37.4.0.data/data/rucio/requirements.server.txt,sha256=OLvhbLbJ_9J93IJg1_9D2jyRFteFXwd0j2qOLp7PMm0,5961
429
- rucio-37.4.0.data/data/rucio/etc/alembic.ini.template,sha256=3eFdZvlBhtyYQcRCWGoehy4xfHe0xXqUCnxC91Neg9k,1772
430
- rucio-37.4.0.data/data/rucio/etc/alembic_offline.ini.template,sha256=Zg39kR-_rmxU7X9BP5x68ccSx1UNMEOzOy2JC0D4O8c,1930
431
- rucio-37.4.0.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
432
- rucio-37.4.0.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
433
- rucio-37.4.0.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
434
- rucio-37.4.0.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
435
- rucio-37.4.0.data/data/rucio/etc/rucio.cfg.template,sha256=wBFnaJrJmaYw3B6cZbsVzU-16pdyNJ8L86GZNJMp1Ng,8005
436
- rucio-37.4.0.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=sNlcfYDpTMEi7EKOtxiG4EIuhWtCPTP8YaJUDVAiaEE,6916
437
- rucio-37.4.0.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
438
- rucio-37.4.0.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
439
- rucio-37.4.0.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
440
- rucio-37.4.0.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
441
- rucio-37.4.0.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
442
- rucio-37.4.0.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
443
- rucio-37.4.0.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
444
- rucio-37.4.0.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
445
- rucio-37.4.0.data/data/rucio/tools/reset_database.py,sha256=ctvzWtRCQT69GNvmjDxtuSq8XM0B7VTdC0y-ALnHQsI,1351
446
- rucio-37.4.0.data/scripts/rucio,sha256=xQRL_0mwut48KxOgWZexsSx9jfnaZHqSTAo7OnCHAgA,5081
447
- rucio-37.4.0.data/scripts/rucio-abacus-account,sha256=C4ThueuI3gM3IVY9h1-T6xzkxFKMLmg2XTgSY7u7HXk,2806
448
- rucio-37.4.0.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
449
- rucio-37.4.0.data/scripts/rucio-abacus-rse,sha256=3ws35qgLNh6FePNJMbPB2GDMvXw6rHGuxh5t8qVByNs,2553
450
- rucio-37.4.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
451
- rucio-37.4.0.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
452
- rucio-37.4.0.data/scripts/rucio-auditor,sha256=SXjgj5V9utNNhFYDO7pa7hejpJORZVPPQkhxguUWNyk,6114
453
- rucio-37.4.0.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
454
- rucio-37.4.0.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
455
- rucio-37.4.0.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
456
- rucio-37.4.0.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
457
- rucio-37.4.0.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
458
- rucio-37.4.0.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
459
- rucio-37.4.0.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
460
- rucio-37.4.0.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
461
- rucio-37.4.0.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
462
- rucio-37.4.0.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
463
- rucio-37.4.0.data/scripts/rucio-conveyor-throttler,sha256=HS0vqTtMlrwUlsVM8a6aSHu0Kh4qkj52A3rqYuBy7bg,3845
464
- rucio-37.4.0.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
465
- rucio-37.4.0.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
466
- rucio-37.4.0.data/scripts/rucio-follower,sha256=sXVEogQcoH0IxLy5qO-cjly-aVPCJ7uVcVsZtfyd2Pk,1400
467
- rucio-37.4.0.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
468
- rucio-37.4.0.data/scripts/rucio-judge-cleaner,sha256=AKF8Jz67xRjiInuex003AXxTnOwTN2DQN38RS9jkrLY,4635
469
- rucio-37.4.0.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
470
- rucio-37.4.0.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
471
- rucio-37.4.0.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
472
- rucio-37.4.0.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
473
- rucio-37.4.0.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
474
- rucio-37.4.0.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
475
- rucio-37.4.0.data/scripts/rucio-necromancer,sha256=axQkxvue4PyLv5zQLyEtarTA1JgQIDJYDdLqEc7I4Ww,5612
476
- rucio-37.4.0.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
477
- rucio-37.4.0.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
478
- rucio-37.4.0.data/scripts/rucio-replica-recoverer,sha256=_LoVZbOxENNsmOSTOYW0g1fXYl19j8o5F6zmgDzIzmE,19002
479
- rucio-37.4.0.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
480
- rucio-37.4.0.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
481
- rucio-37.4.0.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
482
- rucio-37.4.0.data/scripts/rucio-undertaker,sha256=HQ-irdSrsftrsS8NdVjGhxYlFE4hDVo9bh32jTwNCCc,2706
483
- rucio-37.4.0.dist-info/licenses/AUTHORS.rst,sha256=c4MEJjLcFZ5euNtPA7jGFL26javbFKpWTvxBoIs_l6w,4726
484
- rucio-37.4.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
485
- rucio-37.4.0.dist-info/METADATA,sha256=Ddf75Id6-Flu3llrIxs0doQtVerPbU86LQGK3cZPGZQ,2957
486
- rucio-37.4.0.dist-info/WHEEL,sha256=zaaOINJESkSfm_4HQVc5ssNzHCPXhJm0kEUakpsEHaU,91
487
- rucio-37.4.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
488
- rucio-37.4.0.dist-info/RECORD,,
428
+ rucio-37.5.0.data/data/rucio/requirements.server.txt,sha256=CNcFwe_EuqGUvomsNg53pnEOMvcVPZXlFVeEEczB2SQ,5961
429
+ rucio-37.5.0.data/data/rucio/etc/alembic.ini.template,sha256=3eFdZvlBhtyYQcRCWGoehy4xfHe0xXqUCnxC91Neg9k,1772
430
+ rucio-37.5.0.data/data/rucio/etc/alembic_offline.ini.template,sha256=Zg39kR-_rmxU7X9BP5x68ccSx1UNMEOzOy2JC0D4O8c,1930
431
+ rucio-37.5.0.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
432
+ rucio-37.5.0.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
433
+ rucio-37.5.0.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
434
+ rucio-37.5.0.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
435
+ rucio-37.5.0.data/data/rucio/etc/rucio.cfg.template,sha256=wBFnaJrJmaYw3B6cZbsVzU-16pdyNJ8L86GZNJMp1Ng,8005
436
+ rucio-37.5.0.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=sNlcfYDpTMEi7EKOtxiG4EIuhWtCPTP8YaJUDVAiaEE,6916
437
+ rucio-37.5.0.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
438
+ rucio-37.5.0.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
439
+ rucio-37.5.0.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
440
+ rucio-37.5.0.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
441
+ rucio-37.5.0.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
442
+ rucio-37.5.0.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
443
+ rucio-37.5.0.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
444
+ rucio-37.5.0.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
445
+ rucio-37.5.0.data/data/rucio/tools/reset_database.py,sha256=ctvzWtRCQT69GNvmjDxtuSq8XM0B7VTdC0y-ALnHQsI,1351
446
+ rucio-37.5.0.data/scripts/rucio,sha256=xQRL_0mwut48KxOgWZexsSx9jfnaZHqSTAo7OnCHAgA,5081
447
+ rucio-37.5.0.data/scripts/rucio-abacus-account,sha256=C4ThueuI3gM3IVY9h1-T6xzkxFKMLmg2XTgSY7u7HXk,2806
448
+ rucio-37.5.0.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
449
+ rucio-37.5.0.data/scripts/rucio-abacus-rse,sha256=3ws35qgLNh6FePNJMbPB2GDMvXw6rHGuxh5t8qVByNs,2553
450
+ rucio-37.5.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
451
+ rucio-37.5.0.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
452
+ rucio-37.5.0.data/scripts/rucio-auditor,sha256=SXjgj5V9utNNhFYDO7pa7hejpJORZVPPQkhxguUWNyk,6114
453
+ rucio-37.5.0.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
454
+ rucio-37.5.0.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
455
+ rucio-37.5.0.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
456
+ rucio-37.5.0.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
457
+ rucio-37.5.0.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
458
+ rucio-37.5.0.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
459
+ rucio-37.5.0.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
460
+ rucio-37.5.0.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
461
+ rucio-37.5.0.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
462
+ rucio-37.5.0.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
463
+ rucio-37.5.0.data/scripts/rucio-conveyor-throttler,sha256=HS0vqTtMlrwUlsVM8a6aSHu0Kh4qkj52A3rqYuBy7bg,3845
464
+ rucio-37.5.0.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
465
+ rucio-37.5.0.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
466
+ rucio-37.5.0.data/scripts/rucio-follower,sha256=sXVEogQcoH0IxLy5qO-cjly-aVPCJ7uVcVsZtfyd2Pk,1400
467
+ rucio-37.5.0.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
468
+ rucio-37.5.0.data/scripts/rucio-judge-cleaner,sha256=AKF8Jz67xRjiInuex003AXxTnOwTN2DQN38RS9jkrLY,4635
469
+ rucio-37.5.0.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
470
+ rucio-37.5.0.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
471
+ rucio-37.5.0.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
472
+ rucio-37.5.0.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
473
+ rucio-37.5.0.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
474
+ rucio-37.5.0.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
475
+ rucio-37.5.0.data/scripts/rucio-necromancer,sha256=axQkxvue4PyLv5zQLyEtarTA1JgQIDJYDdLqEc7I4Ww,5612
476
+ rucio-37.5.0.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
477
+ rucio-37.5.0.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
478
+ rucio-37.5.0.data/scripts/rucio-replica-recoverer,sha256=_LoVZbOxENNsmOSTOYW0g1fXYl19j8o5F6zmgDzIzmE,19002
479
+ rucio-37.5.0.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
480
+ rucio-37.5.0.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
481
+ rucio-37.5.0.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
482
+ rucio-37.5.0.data/scripts/rucio-undertaker,sha256=HQ-irdSrsftrsS8NdVjGhxYlFE4hDVo9bh32jTwNCCc,2706
483
+ rucio-37.5.0.dist-info/licenses/AUTHORS.rst,sha256=c4MEJjLcFZ5euNtPA7jGFL26javbFKpWTvxBoIs_l6w,4726
484
+ rucio-37.5.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
485
+ rucio-37.5.0.dist-info/METADATA,sha256=Q8ow1jw6MZrVm1w0idubp0rW8-rpWKqsynmU5SVD_Ws,2957
486
+ rucio-37.5.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
487
+ rucio-37.5.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
488
+ rucio-37.5.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (80.8.0)
2
+ Generator: setuptools (80.9.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5
 
File without changes