rucio 38.2.0__py3-none-any.whl → 38.3.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 (86) hide show
  1. rucio/cli/bin_legacy/rucio.py +26 -23
  2. rucio/cli/command.py +36 -26
  3. rucio/cli/config.py +22 -7
  4. rucio/cli/did.py +1 -1
  5. rucio/cli/download.py +1 -1
  6. rucio/cli/opendata.py +59 -8
  7. rucio/cli/utils.py +13 -1
  8. rucio/client/configclient.py +23 -0
  9. rucio/client/richclient.py +6 -0
  10. rucio/common/constants.py +5 -0
  11. rucio/common/exception.py +10 -0
  12. rucio/common/plugins.py +24 -8
  13. rucio/common/utils.py +3 -3
  14. rucio/core/config.py +8 -6
  15. rucio/core/did_meta_plugins/did_column_meta.py +226 -69
  16. rucio/core/replica.py +3 -4
  17. rucio/core/request.py +1 -1
  18. rucio/core/rule.py +6 -3
  19. rucio/core/rule_grouping.py +2 -2
  20. rucio/gateway/config.py +2 -37
  21. rucio/gateway/rule.py +2 -2
  22. rucio/rse/translation.py +3 -3
  23. rucio/transfertool/fts3_plugins.py +3 -3
  24. rucio/vcsversion.py +3 -3
  25. rucio/web/rest/flaskapi/v1/config.py +52 -14
  26. {rucio-38.2.0.dist-info → rucio-38.3.0.dist-info}/METADATA +1 -1
  27. {rucio-38.2.0.dist-info → rucio-38.3.0.dist-info}/RECORD +86 -86
  28. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/alembic.ini.template +0 -0
  29. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/alembic_offline.ini.template +0 -0
  30. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/globus-config.yml.template +0 -0
  31. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/ldap.cfg.template +0 -0
  32. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/mail_templates/rule_approval_request.tmpl +0 -0
  33. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/mail_templates/rule_approved_admin.tmpl +0 -0
  34. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/mail_templates/rule_approved_user.tmpl +0 -0
  35. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/mail_templates/rule_denied_admin.tmpl +0 -0
  36. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/mail_templates/rule_denied_user.tmpl +0 -0
  37. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/mail_templates/rule_ok_notification.tmpl +0 -0
  38. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/rse-accounts.cfg.template +0 -0
  39. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/rucio.cfg.atlas.client.template +0 -0
  40. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/rucio.cfg.template +0 -0
  41. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/etc/rucio_multi_vo.cfg.template +0 -0
  42. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/requirements.server.txt +0 -0
  43. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/tools/bootstrap.py +0 -0
  44. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/tools/merge_rucio_configs.py +0 -0
  45. {rucio-38.2.0.data → rucio-38.3.0.data}/data/rucio/tools/reset_database.py +0 -0
  46. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio +0 -0
  47. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-abacus-account +0 -0
  48. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-abacus-collection-replica +0 -0
  49. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-abacus-rse +0 -0
  50. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-admin +0 -0
  51. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-atropos +0 -0
  52. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-auditor +0 -0
  53. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-automatix +0 -0
  54. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-bb8 +0 -0
  55. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-cache-client +0 -0
  56. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-cache-consumer +0 -0
  57. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-finisher +0 -0
  58. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-poller +0 -0
  59. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-preparer +0 -0
  60. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-receiver +0 -0
  61. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-stager +0 -0
  62. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-submitter +0 -0
  63. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-conveyor-throttler +0 -0
  64. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-dark-reaper +0 -0
  65. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-dumper +0 -0
  66. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-follower +0 -0
  67. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-hermes +0 -0
  68. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-judge-cleaner +0 -0
  69. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-judge-evaluator +0 -0
  70. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-judge-injector +0 -0
  71. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-judge-repairer +0 -0
  72. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-kronos +0 -0
  73. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-minos +0 -0
  74. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-minos-temporary-expiration +0 -0
  75. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-necromancer +0 -0
  76. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-oauth-manager +0 -0
  77. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-reaper +0 -0
  78. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-replica-recoverer +0 -0
  79. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-rse-decommissioner +0 -0
  80. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-storage-consistency-actions +0 -0
  81. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-transmogrifier +0 -0
  82. {rucio-38.2.0.data → rucio-38.3.0.data}/scripts/rucio-undertaker +0 -0
  83. {rucio-38.2.0.dist-info → rucio-38.3.0.dist-info}/WHEEL +0 -0
  84. {rucio-38.2.0.dist-info → rucio-38.3.0.dist-info}/licenses/AUTHORS.rst +0 -0
  85. {rucio-38.2.0.dist-info → rucio-38.3.0.dist-info}/licenses/LICENSE +0 -0
  86. {rucio-38.2.0.dist-info → rucio-38.3.0.dist-info}/top_level.txt +0 -0
@@ -17,7 +17,7 @@ import sys
17
17
  from typing import TYPE_CHECKING, Any, Optional, TypeVar
18
18
 
19
19
  from rucio.common.config import config_get_int
20
- from rucio.common.constants import DEFAULT_VO
20
+ from rucio.common.constants import DEFAULT_VO, POLICY_ALGORITHM_TYPES_LITERAL
21
21
  from rucio.common.exception import InvalidRequest
22
22
  from rucio.common.plugins import PolicyPackageAlgorithms
23
23
 
@@ -33,8 +33,8 @@ class FTS3TapeMetadataPlugin(PolicyPackageAlgorithms):
33
33
  Plugins are registered during initialization and called during a transfer with FTS3
34
34
  """
35
35
 
36
- ALGORITHM_NAME = "fts3_tape_metadata_plugins"
37
- _INIT_FUNC_NAME = "fts3_plugins_init"
36
+ ALGORITHM_NAME: POLICY_ALGORITHM_TYPES_LITERAL = "fts3_tape_metadata_plugins"
37
+ _INIT_FUNC_NAME: POLICY_ALGORITHM_TYPES_LITERAL = "fts3_plugins_init"
38
38
  DEFAULT = "def"
39
39
 
40
40
  def __init__(self, policy_algorithm: str) -> None:
rucio/vcsversion.py CHANGED
@@ -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': '38.2.0',
7
+ 'version': '38.3.0',
8
8
  'branch_nick': 'release-38-LTS',
9
- 'revision_id': 'af0cedfc38c83fa06e4b82991d0c04a1129440a9',
10
- 'revno': 13963
9
+ 'revision_id': '5eebc4e67a544dcb2d689bd45260cb73fb10066a',
10
+ 'revno': 14003
11
11
  }
@@ -12,6 +12,8 @@
12
12
  # See the License for the specific language governing permissions and
13
13
  # limitations under the License.
14
14
 
15
+ from typing import TYPE_CHECKING
16
+
15
17
  from flask import Flask, jsonify
16
18
  from flask import request as request
17
19
 
@@ -20,12 +22,15 @@ from rucio.gateway import config
20
22
  from rucio.web.rest.flaskapi.authenticated_bp import AuthenticatedBlueprint
21
23
  from rucio.web.rest.flaskapi.v1.common import ErrorHandlingMethodView, check_accept_header_wrapper_flask, generate_http_error_flask, json_parameters, response_headers
22
24
 
25
+ if TYPE_CHECKING:
26
+ from flask.typing import ResponseReturnValue
27
+
23
28
 
24
29
  class Config(ErrorHandlingMethodView):
25
30
  """ REST API for full configuration. """
26
31
 
27
32
  @check_accept_header_wrapper_flask(['application/json'])
28
- def get(self):
33
+ def get(self) -> 'ResponseReturnValue':
29
34
  """
30
35
  ---
31
36
  summary: List
@@ -53,7 +58,7 @@ class Config(ErrorHandlingMethodView):
53
58
 
54
59
  return jsonify(res), 200
55
60
 
56
- def post(self):
61
+ def post(self) -> 'ResponseReturnValue':
57
62
  """
58
63
  ---
59
64
  summary: Create
@@ -97,7 +102,7 @@ class Section(ErrorHandlingMethodView):
97
102
  """ REST API for the sections in the configuration. """
98
103
 
99
104
  @check_accept_header_wrapper_flask(['application/json'])
100
- def get(self, section):
105
+ def get(self, section: str) -> 'ResponseReturnValue':
101
106
  """
102
107
  ---
103
108
  summary: List Sections
@@ -136,25 +141,55 @@ class Section(ErrorHandlingMethodView):
136
141
  406:
137
142
  description: "Not acceptable"
138
143
  """
139
- res = {}
140
- for item in config.items(section, issuer=request.environ['issuer'], vo=request.environ['vo']):
141
- res[item[0]] = item[1]
144
+ if config.has_section(section, issuer=request.environ['issuer'], vo=request.environ['vo']):
145
+ res = {}
146
+ for item in config.items(section, issuer=request.environ['issuer'], vo=request.environ['vo']):
147
+ res[item[0]] = item[1]
148
+ return jsonify(res), 200
142
149
 
143
- if res == {}:
150
+ else:
144
151
  return generate_http_error_flask(
145
152
  status_code=404,
146
153
  exc=ConfigNotFound.__name__,
147
154
  exc_msg=f"No configuration found for section '{section}'"
148
155
  )
149
156
 
150
- return jsonify(res), 200
157
+ def delete(self, section: str) -> 'ResponseReturnValue':
158
+ """
159
+ ---
160
+ summary: Remove an existing section
161
+ tags:
162
+ - Config
163
+ parameters:
164
+ - name: section
165
+ in: path
166
+ description: "The section."
167
+ responses:
168
+ 200:
169
+ description: "OK"
170
+ 401:
171
+ description: "Invalid Auth Token"
172
+ 404:
173
+ description: "Config not found"
174
+ 406:
175
+ description: "Not acceptable"
176
+ """
177
+ if config.has_section(section, issuer=request.environ['issuer'], vo=request.environ['vo']):
178
+ config.remove_section(section, issuer=request.environ['issuer'], vo=request.environ['vo'])
179
+ return '', 200
180
+ else:
181
+ return generate_http_error_flask(
182
+ status_code=404,
183
+ exc=ConfigNotFound.__name__,
184
+ exc_msg=f"No configuration found for section '{section}'"
185
+ )
151
186
 
152
187
 
153
188
  class OptionGetDel(ErrorHandlingMethodView):
154
189
  """ REST API for reading or deleting the options in the configuration. """
155
190
 
156
191
  @check_accept_header_wrapper_flask(['application/json'])
157
- def get(self, section, option):
192
+ def get(self, section: str, option: str) -> 'ResponseReturnValue':
158
193
  """
159
194
  ---
160
195
  summary: Get option
@@ -197,7 +232,7 @@ class OptionGetDel(ErrorHandlingMethodView):
197
232
  except ConfigNotFound as error:
198
233
  return generate_http_error_flask(404, error, f"No configuration found for section '{section}' option '{option}'")
199
234
 
200
- def delete(self, section, option):
235
+ def delete(self, section: str, option: str) -> 'ResponseReturnValue':
201
236
  """
202
237
  ---
203
238
  summary: Delete option
@@ -223,14 +258,17 @@ class OptionGetDel(ErrorHandlingMethodView):
223
258
  401:
224
259
  description: "Invalid Auth Token"
225
260
  """
226
- config.remove_option(section=section, option=option, issuer=request.environ['issuer'], vo=request.environ['vo'])
227
- return '', 200
261
+ if config.has_option(section, option, issuer=request.environ['issuer'], vo=request.environ['vo']):
262
+ config.remove_option(section=section, option=option, issuer=request.environ['issuer'], vo=request.environ['vo'])
263
+ return '', 200
264
+ else:
265
+ return generate_http_error_flask(404, ConfigNotFound.__name__, f"No configuration found for section '{section}' option '{option}'")
228
266
 
229
267
 
230
268
  class OptionSet(ErrorHandlingMethodView):
231
269
  """ REST API for setting the options in the configuration. """
232
270
 
233
- def put(self, section, option, value):
271
+ def put(self, section: str, option: str, value: str) -> 'ResponseReturnValue':
234
272
  """
235
273
  ---
236
274
  summary: Create value
@@ -289,7 +327,7 @@ def blueprint() -> AuthenticatedBlueprint:
289
327
  option_get_del_view = OptionGetDel.as_view('option_get_del')
290
328
  bp.add_url_rule('/<section>/<option>', view_func=option_get_del_view, methods=['get', 'delete'])
291
329
  section_view = Section.as_view('section')
292
- bp.add_url_rule('/<section>', view_func=section_view, methods=['get', ])
330
+ bp.add_url_rule('/<section>', view_func=section_view, methods=['get', 'delete'])
293
331
  config_view = Config.as_view('config')
294
332
  bp.add_url_rule('', view_func=config_view, methods=['get', 'post'])
295
333
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rucio
3
- Version: 38.2.0
3
+ Version: 38.3.0
4
4
  Summary: Rucio Package
5
5
  Home-page: https://rucio.cern.ch/
6
6
  Author: Rucio
@@ -1,31 +1,31 @@
1
1
  rucio/__init__.py,sha256=Y7cPPlHVQPFyN8bSPFC0W3WViEdONr5g_qwBub5rufE,660
2
2
  rucio/alembicrevision.py,sha256=9tnjQLFkTpUEcZqcw-ojWpt4Wbg-5OtMJ0CfjPc0wX8,690
3
- rucio/vcsversion.py,sha256=uHQM9OSSiEEfKG2w_fZNvACznCg7UVAkxESMuD6mJlc,248
3
+ rucio/vcsversion.py,sha256=mQsxiR0m-shMbCPg19FH-Ol-CaR3LE4pKaB4sgr3qZI,248
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=2Fe-iEaTfLxqlW5mDJsJPwD-Etm4VqaMowTSA67hZIo,9458
7
- rucio/cli/command.py,sha256=dr9bhugorgc2kX-JsdrRsq9Yfh92sYwaALB7CrX6PNI,10835
8
- rucio/cli/config.py,sha256=L7vhzAyUVKZBWKKDvrLl7zCei8O6kDyzX_x_-p-vk9M,2706
9
- rucio/cli/did.py,sha256=IDrFFAfMhnVhGJMBm9QySO1avnbRcx_VTSaDMi41am8,9020
10
- rucio/cli/download.py,sha256=nltAf8nm8P6nrfIu0CUveY4YM6oL5nSR3w6yS4qBbw0,6248
7
+ rucio/cli/command.py,sha256=7jqBakwQOW7gORCLf63wrGOfzsQKdZbsc1TWUMmDH5s,11294
8
+ rucio/cli/config.py,sha256=chcCxby1ET8YvoMx9IUIty0wVaZghISwEO_Ahe22ReA,3558
9
+ rucio/cli/did.py,sha256=OfVO2Egjh-7woiw7xxDKCc_SwzVi1dZN66mS-LZ1Mxc,9026
10
+ rucio/cli/download.py,sha256=kIB_n45egqBp4inVFmUXdofFAmlPkdAgxLTpPlG4WLM,6241
11
11
  rucio/cli/lifetime_exception.py,sha256=joi9HdaiYP_g3115IR_ImX7oFlEg1xbSaK-IzmoIVcY,1498
12
- rucio/cli/opendata.py,sha256=xcZno6G_qzz_5QQwiyFzcQrRVU1q79HeRJqcXOOa3y0,4701
12
+ rucio/cli/opendata.py,sha256=gAt6kyTXQUaQ6cv0XcB_9jmkYKavr3s3HCce84ywK7g,6580
13
13
  rucio/cli/replica.py,sha256=ZeknO6aKOambwe7lJGWcI_YAflz1-oMYBSZTYvMVIe0,8657
14
14
  rucio/cli/rse.py,sha256=J2IjCGUzvv9U0swFcU0ykZ1pYweHqTlXwmpGfSI-VgE,11490
15
15
  rucio/cli/rule.py,sha256=H_Yw8hx_DiqX_twEtgEY0x2AkftsRyLboMaXv_Zc6Ac,9090
16
16
  rucio/cli/scope.py,sha256=jzP9SK4IDKUrjWzE2Gs34I_gQpXnqmsBd6LbLuJI3QM,1698
17
17
  rucio/cli/subscription.py,sha256=kx1ox3OkWqdwfdflhdsv00XSYI6nnUZCp97YBZa4Aw4,4269
18
18
  rucio/cli/upload.py,sha256=29gJGfb7jsiA6-UwPCSg1kGZu-OJ-bdxUZr27S2mJEM,3237
19
- rucio/cli/utils.py,sha256=AEmdlvvebyFqBiM5z2HWrR1_kWmcDR1yLq3694rFqMs,10410
19
+ rucio/cli/utils.py,sha256=3WWzfXzircnK1FLEu5KzZAQZ_E9K9WGd0_AlNuQUmY0,11078
20
20
  rucio/cli/bin_legacy/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
21
- rucio/cli/bin_legacy/rucio.py,sha256=Z53nUKd5orN9sFPHXcC6XC2diwMo1Dx5AzJhT3ha7Dw,140892
21
+ rucio/cli/bin_legacy/rucio.py,sha256=EprZpF5A7teDGH6aXIevMMM3vbs4mKE1LaqgcpqsCmg,140816
22
22
  rucio/cli/bin_legacy/rucio_admin.py,sha256=pRpJhEGMr3-xzw3EsGeVayEiu8NI_UxEI2wSIbeulzI,141046
23
23
  rucio/client/__init__.py,sha256=0-jkSlrJf-eqbN4swA5a07eaWd6_6JXPQPLXMs4A3iI,660
24
24
  rucio/client/accountclient.py,sha256=kScbVL9rR8pyZRmETOyz_gwffc7biaPriMgDnCLxA_0,18864
25
25
  rucio/client/accountlimitclient.py,sha256=SWYdRMAMibWLZOhFb3HBI9vLvmp2uYjEhtM2ej1iGzQ,6905
26
26
  rucio/client/baseclient.py,sha256=gXh1RfzpQfvsFFm74F82jareOD8k9IlUOVHwwqsFyxI,50798
27
27
  rucio/client/client.py,sha256=npg0pFWzqnmnObjFO7QDdSkH1O0jrY-HglXEVfDrWNY,4493
28
- rucio/client/configclient.py,sha256=pbp_yEem7g8JTVVOMY-ehMyLh6T3Rxf1AxCluLE-JE8,4800
28
+ rucio/client/configclient.py,sha256=l-0kjkrAQXhzV78CPtqduzp7lgonnAl65wmtUflf9Dc,5493
29
29
  rucio/client/credentialclient.py,sha256=q4i_t-dIiojRmiY70iuJsAgnPqaZVwkJLbThxoc8_9k,2214
30
30
  rucio/client/didclient.py,sha256=66ODAQnrtvwwSo0Cu9FpCRo_36N28tHtUjbrz92hu_c,34619
31
31
  rucio/client/diracclient.py,sha256=MQCY0UxgXXlosL9-dKB469wkZ9XLgPs4dPsuEFfk4Rc,4465
@@ -39,7 +39,7 @@ rucio/client/opendataclient.py,sha256=x0ESKis92lwX_lrB0nKukJy0qcvT7cZ5jWccoYxPVG
39
39
  rucio/client/pingclient.py,sha256=WU7jwbHoISky-ULw9h1_VqS0opRAM3j3RFnpWC7l48Y,2392
40
40
  rucio/client/replicaclient.py,sha256=Gi7vg87g4hhrW_UA9MB1FewGh67FW2wAnSWj4H9oMQk,20591
41
41
  rucio/client/requestclient.py,sha256=Vr1lAmAbfX2iGzj_aKRmRFPBpMXbVxIw_0LVAZ5Xtq0,8574
42
- rucio/client/richclient.py,sha256=kP6cHQsvCtKEl1c2fycqpDjfLrMAzaMxuZA_kWddm08,10111
42
+ rucio/client/richclient.py,sha256=ArTHvnx0eJxRysfpBxnx0zaDI8ixgnfA_8vAegZQC2Y,10243
43
43
  rucio/client/rseclient.py,sha256=4R-WcCROjPRfWjcWuFM7itf4vmRRk0qvOa-itnTlZ8w,31858
44
44
  rucio/client/ruleclient.py,sha256=tlYRFMKVwjCuzketqg2F4XoGydbhNAjkOnm1BGUZEVg,13639
45
45
  rucio/client/scopeclient.py,sha256=-rXLdXScKeXavOaw9EwBHYo4SXwfcuqsOG6yGMIBWyM,3485
@@ -52,20 +52,20 @@ rucio/common/cache.py,sha256=oa1WCodXpsmHzM-LJoYL7wQHw7VMU5I0g3TBg-VzEfo,3389
52
52
  rucio/common/checksum.py,sha256=nSqjY8TdDGohpAzcEM2fjv4FPdOKmKr_3U27HalKkoY,5254
53
53
  rucio/common/client.py,sha256=vHJ1gnHRBiXC2ZPfSgYPlsdJi0DbvwWDdHHMEOVgBvU,3129
54
54
  rucio/common/config.py,sha256=69AhxgP9SXXrlaTqlOCQiaiqGqHLhSfhRFasroGfDdc,24402
55
- rucio/common/constants.py,sha256=5MhQHY24NODmvp71MqHS8BzSird2K1ICmC94clD-JlY,7751
55
+ rucio/common/constants.py,sha256=WhpUEh_L2AF35jL1yDO1yOPgiAWVgJxmYvD_F5Fwh6A,8029
56
56
  rucio/common/constraints.py,sha256=MrdiAwKyoaZGfspUWX_53XS2790nXMSMg1JYmTO_ciQ,726
57
57
  rucio/common/didtype.py,sha256=nXoyK740yrwsiGX9e9vOc8UX0PXRvKry67C0Sd8SpmM,8010
58
- rucio/common/exception.py,sha256=q_vSqaJ_SdPorkyo247-l9HqBDpZSGZ1pf2-ZR4uaUY,36188
58
+ rucio/common/exception.py,sha256=I90THVS-iNKCPl5zuBFGzsGuaQ4D6fx-n3ZevSl8z4U,36546
59
59
  rucio/common/extra.py,sha256=IE01275vTJobyNiYbptU9NmsUl2Ga_92FSoOODV8Qfk,1054
60
60
  rucio/common/logging.py,sha256=_G1QDFpPLghz2VXOjdhC7j-TtZBxmPJsyJtztW7mf68,15874
61
61
  rucio/common/pcache.py,sha256=V2OnO4h4v5yaxWT9T9DMJpm-2rLalBzzaqlUWUq5x4c,47097
62
- rucio/common/plugins.py,sha256=vojZpsEu8jzOdHyrYykJRQnShD_Nq9ODj6EFX3i1OAU,8735
62
+ rucio/common/plugins.py,sha256=A2koy6tXBPxE3lF89lBpbtg-d5Vn4bgg7osHt3Qd-Io,9664
63
63
  rucio/common/policy.py,sha256=4i7SHyUpWxagS9nI72nBpWyfvYfz_aH6GH4lFMtDARo,3546
64
64
  rucio/common/stomp_utils.py,sha256=3GTiRTJ0roe5OX_wgkVwOJYAIhGgYbhiROHc2M8LQT8,5414
65
65
  rucio/common/stopwatch.py,sha256=_9zxoLjr8A0wUDJsljK4vZNDCI-dIOgpcxXiCNVJcHU,1641
66
66
  rucio/common/test_rucio_server.py,sha256=2teFpN5Pthp-zQt1_aErOURDTgOhFP9GKdEr1NMmc4o,5085
67
67
  rucio/common/types.py,sha256=joi_upIQsi3U3HMmyfVOVQem3404kGI6OixyFzrqavk,11941
68
- rucio/common/utils.py,sha256=FauL76qhhSm2IZxKrZT7cSnURPCytWAZP5awHdTAXNY,67298
68
+ rucio/common/utils.py,sha256=GUm8XmWhooRqZ_OpV_Ex1rqI70G8gxwAzJhQLKW27eo,67394
69
69
  rucio/common/dumper/__init__.py,sha256=FHhVrOmAJ6-bfHFxgUkPIiejQ0nbGojrW26hfRBHvhg,10940
70
70
  rucio/common/dumper/consistency.py,sha256=k1MLD9RAVBR7uBZxjuuQsD8PzbXzOSd6vdWytDweUx4,17962
71
71
  rucio/common/dumper/data_models.py,sha256=ckjUy7R9ftmsSCjC1kF0Ccpjq53Eba4EWWlpHzGKI8M,11184
@@ -78,7 +78,7 @@ rucio/core/account.py,sha256=vQFMm08jEnyhcq52zDJACWf_iVS5xPeWj6z8K2LJFhA,16452
78
78
  rucio/core/account_counter.py,sha256=DjxaZfyXKY4VJ7fQgLywkaB4882PIX27f9FXRv0UdbM,7253
79
79
  rucio/core/account_limit.py,sha256=aKIiO8Sss_8m4n-cAkKqCXUanMz8fE7Lqod65NbY-Rc,16341
80
80
  rucio/core/authentication.py,sha256=r4MJYmr7T8iJZw4CB3ziLv9s6MESh5gUgGJMrnQyIP4,21041
81
- rucio/core/config.py,sha256=iEfl-64i7HDRO5Do1hQ4ibwCTV5AUlXocWrdWNF-6hw,14197
81
+ rucio/core/config.py,sha256=aWLyc8iVcRLYYjxQzPGaoBKt2eKHNX06XVCRGmyZ7uY,14197
82
82
  rucio/core/credential.py,sha256=pDWLrdgarvAvlgCjamcjVNYtbh0wc_DWXixNKb1TfVM,8529
83
83
  rucio/core/did.py,sha256=ZDc96kQWEi70m6CdAOunYNf7gklr9AqjuhsAVP_2z_0,116383
84
84
  rucio/core/dirac.py,sha256=rmR1qDCuX3v8EOxlBnMvSxfYTcx6JKBh6ltcfIrwnpE,9871
@@ -97,15 +97,15 @@ rucio/core/nongrid_trace.py,sha256=wAEC5KBFby0rB4ihKTNMnHyLkLwyedA3xmvCCwBWtW8,5
97
97
  rucio/core/oidc.py,sha256=olsC-KhO3UninRCAIxykDkABhMCZID-13mxX1JUa6T8,70584
98
98
  rucio/core/opendata.py,sha256=rgf4iZGsDa9eJ0qtCkkBDTIEcwE7832hIQQWx6ZRdxE,24415
99
99
  rucio/core/quarantined_replica.py,sha256=MKKn1QF5kkXLB-z_K_DJoVtksE1sSXS_WJ44NekcaZc,8323
100
- rucio/core/replica.py,sha256=fAoaI1eNEiRRNllctoXw9XZYu4MD1OoT1GgdCJqBAwY,185528
100
+ rucio/core/replica.py,sha256=ZK_FBuyapSpH_hpd5aGsU30hHUXCChm15jTjM3EfmYs,185486
101
101
  rucio/core/replica_sorter.py,sha256=ONfs4G6fo0JGZ70pqDKT4k7CSRxW82LhCZnQHskJhaU,14993
102
- rucio/core/request.py,sha256=XlPX4Gxfc9CjFBhzPRyOW6WrzFg8dp2iwyCbWMFJt6E,120557
102
+ rucio/core/request.py,sha256=Bgb3dGrp9aZ6QBdz8K0vUtqGZO_6GtksfDFjXzhyygE,120556
103
103
  rucio/core/rse.py,sha256=aiNiVKoYZxQ1AFBN2WfxLvQ4Ca3A-LKb-HPCiWRzetw,71008
104
104
  rucio/core/rse_counter.py,sha256=5N3k5X6p-4PkDsNz-8TXnAWeU2oj8ti4epRDLJj3FWM,6093
105
105
  rucio/core/rse_expression_parser.py,sha256=txTYmddSOqdFxia_wkLXZMEtw2SoyOWnhOmzbhtdbsk,15511
106
106
  rucio/core/rse_selector.py,sha256=Of9cWR0JA5Su00zn8_KZwHrtKN9YbkzcfGzsWsLhL3I,14596
107
- rucio/core/rule.py,sha256=x9SZNxYl7zYt1RSxczEX9oPlBsngTrUx3yLDFodltFw,211416
108
- rucio/core/rule_grouping.py,sha256=lWhSIMNo1FPFD1yeV1ziFaY8codmm7uQQdDlwJV3EG4,96091
107
+ rucio/core/rule.py,sha256=na9ta7d30MDd3REpEGwDAwyKID7E41wVW7nwZQSflKI,211550
108
+ rucio/core/rule_grouping.py,sha256=n0LiC3WQKKEQnj5NHQdf_WPbUDdL-VRKNXVY_c74pt4,95993
109
109
  rucio/core/scope.py,sha256=RFWbzAAcWvSRTdYbDF7OxzYBkF0CfHmfoDxs66nP7Oc,5920
110
110
  rucio/core/subscription.py,sha256=i1zgc2FnceDgrkYzjMFRTTDvWlFssvv_qHgnkJyR_NY,16407
111
111
  rucio/core/topology.py,sha256=qErGVrTv4R77G_h8u4bW3lXEw8mL7sZo1KQR5lLW0dw,19282
@@ -114,7 +114,7 @@ rucio/core/transfer.py,sha256=9u2Qwk5Os9DhrYMDHT4JpGHsaPilPVxMGMJ2h2-escQ,64840
114
114
  rucio/core/vo.py,sha256=SQtW-JObiTQSkJM_3RKz44RrA9vIcsmdbxPsxWMo5cU,5966
115
115
  rucio/core/volatile_replica.py,sha256=KvYcu6Lv9EOWxG3Y-yTwVUY5Taq6Zl9CHjRQPiFrYBg,5508
116
116
  rucio/core/did_meta_plugins/__init__.py,sha256=oaCADBG9U7MqVzRg6cC2oXnHHUiUGdXhqXJ0mDlLusc,11950
117
- rucio/core/did_meta_plugins/did_column_meta.py,sha256=vyB762mYOgyEkbKUxHDEX5pvwGKWrji1Stp4i8HsGJY,17576
117
+ rucio/core/did_meta_plugins/did_column_meta.py,sha256=oyEYaz8Ehvz6j2VjLJqbm6m5sdeuxT_V8_artcUUoaE,22889
118
118
  rucio/core/did_meta_plugins/did_meta_plugin_interface.py,sha256=b0pCILxFgvf6TCuU-DWMlD8Jj97oP90Yn7FpO3rLm98,4932
119
119
  rucio/core/did_meta_plugins/elasticsearch_meta.py,sha256=0EFC9-cDwblxhWlVFZOAeNHJqAd0czO0GI6-EAMYA9A,15597
120
120
  rucio/core/did_meta_plugins/filter_engine.py,sha256=tFRtA1A-T1DNlfffgfZdTJ0LCfukxyisIQy6WgfAi-8,33335
@@ -333,7 +333,7 @@ rucio/gateway/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
333
333
  rucio/gateway/account.py,sha256=ClYTW2svr1LMLjWot0aYjKEWVReYwyUMFx0TM-4-988,10472
334
334
  rucio/gateway/account_limit.py,sha256=488y7W5k_Kl28-yjbMzEbik3RHVkCt5jukax-XsaC3Q,12409
335
335
  rucio/gateway/authentication.py,sha256=XQHiVWNolnFcT6tDjmwhrJLihWe22lH17ZZHHss7uu4,14057
336
- rucio/gateway/config.py,sha256=abxYRppqFT8KowmWpa8Tj7mG8qvBa3INm5CE4f1PIx0,9461
336
+ rucio/gateway/config.py,sha256=5Ev9uK2t0cSiqcgxr0WLgT0beSyVmWPtF0290z1CEnk,8023
337
337
  rucio/gateway/credential.py,sha256=hwEQTJeLZHUHZ5lNrUkWBsX1BkqT_G9kMwvWVo8ErvQ,2565
338
338
  rucio/gateway/did.py,sha256=yxMC04ujiBQ4ULHgITebaGcDacqhM_NUVV1H9FfB-C4,32718
339
339
  rucio/gateway/dirac.py,sha256=kz3-gCf033kj60gTzHy4yXrGPguXx_sI6KRha9Iw_w8,3785
@@ -350,14 +350,14 @@ rucio/gateway/quarantined_replica.py,sha256=fzeIOqCP387tb8TtYlkmua0HJ9QXAf-fCNLV
350
350
  rucio/gateway/replica.py,sha256=NNFmizu1RwESK4xbBjAq-V-IhsRZmqdSTCtCy7-eLjQ,25705
351
351
  rucio/gateway/request.py,sha256=IDOmVAEPCuH0Hr-qyhuUBnTeIUPdYUIYHFZLlubEm_E,16672
352
352
  rucio/gateway/rse.py,sha256=8IPAwWUM0ngvDMFHJeZPp_hwEE2evu5KcOWOs82VQzM,24539
353
- rucio/gateway/rule.py,sha256=fOqLQX3UPgXbUGoEjA2yB7B5Lm65gfC00u9xJg4iqvY,18121
353
+ rucio/gateway/rule.py,sha256=S9qa5EwB8mSQyM833T3j3RKlC2b7V6MLflvlpF1Vk9U,18135
354
354
  rucio/gateway/scope.py,sha256=mSa4im4RZB-08M2tn3_NYXrZnrnYl_nXIhAJh716jWA,3229
355
355
  rucio/gateway/subscription.py,sha256=vPbYBdzGwz8-bRKC1MXCZK6CcraxDFcpoSbS1OzgUzM,11053
356
356
  rucio/gateway/trace.py,sha256=rsLD4fx3O_mxQJY2RtVjHO9FpwMc9jzpmxNdi7VPGBk,1903
357
357
  rucio/gateway/vo.py,sha256=6JjIQE4zp-JNq1VV3Ojjdlfc-hNcSVWanVszXHVs2KA,5005
358
358
  rucio/rse/__init__.py,sha256=0Y-ZU-K8E-a_sc6q-rTjstREC25EmxPmtIWig5gFNU4,3361
359
359
  rucio/rse/rsemanager.py,sha256=Qi8dUD3z0wUCr7O-GeKHKcjt9ur7Jo9d1H3lpm08KcI,41127
360
- rucio/rse/translation.py,sha256=3UwhOYoYs6NTm4JvK47VpfkGDdxajbhlSfnJSFQ-llU,9609
360
+ rucio/rse/translation.py,sha256=Hzv73mDFkne1Iu19ID6K1QMo3i_sBt_7gvJ6CeR5_yE,9705
361
361
  rucio/rse/protocols/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
362
362
  rucio/rse/protocols/bittorrent.py,sha256=ZBm_n7vU_NGXQaaZJWKQ-KUp6nYOMdbLqTvGuKN_LKk,7475
363
363
  rucio/rse/protocols/cache.py,sha256=vJxwPa32TWMQSmETKJ_9ZcXmB4GS47yQGkB-d7IJAdc,4306
@@ -384,7 +384,7 @@ rucio/transfertool/bittorrent.py,sha256=2gPRmopyav8IXAtHcsC5oUcjZtmNQ8prUMKzFcCP
384
384
  rucio/transfertool/bittorrent_driver.py,sha256=3Txv9hzjl2ICop_MjVswLteUzPDECS7sqikvNFzMoRs,1694
385
385
  rucio/transfertool/bittorrent_driver_qbittorrent.py,sha256=8L4_K8ZdKS-kML8nLuZSzGZ6PMNtYdxjjO1QJD5C0o8,4987
386
386
  rucio/transfertool/fts3.py,sha256=JDEoBurtcaM8djneVzOqLRwFC_I0-6-_2F5Ln6vHMCk,78464
387
- rucio/transfertool/fts3_plugins.py,sha256=CTw2DzqB8tMJ3L5hV31XZ6AUGP-v_3ugrhJjDzrMPWs,6190
387
+ rucio/transfertool/fts3_plugins.py,sha256=FOyS-O1EiPU2eTWZ0kZY-vPjK61w1Xmw8uUqr1UFobE,6286
388
388
  rucio/transfertool/globus.py,sha256=JgkkbgBQdmsloGsaAeGm5B_yUQDNabDiZb1hie6teT8,7716
389
389
  rucio/transfertool/globus_library.py,sha256=SA2ryvmxieXjQ8L_UcUFILJ26pySzmNMCkokxbWDcI0,8411
390
390
  rucio/transfertool/mock.py,sha256=FPa399oZSOzL2yQUhR6JevQT-yhUggSBL5a5lFJ_yVc,3388
@@ -402,7 +402,7 @@ rucio/web/rest/flaskapi/v1/accounts.py,sha256=H-29xbY34cfSgUuUxi0fkFZZlA3KP0VEjT
402
402
  rucio/web/rest/flaskapi/v1/archives.py,sha256=cizZNUcZrGFTiwwGO7I8bN-v2l2D7cgRLZSPB_VMA-E,3605
403
403
  rucio/web/rest/flaskapi/v1/auth.py,sha256=Y14C6NZTnK2TkKfYrFNiaGGLcnoNT-jvmnI5qZISWX0,63922
404
404
  rucio/web/rest/flaskapi/v1/common.py,sha256=VM3DszTS8F7x0gBmJhqSbbzkoUZSKPCrhxFlPmt3xDc,18708
405
- rucio/web/rest/flaskapi/v1/config.py,sha256=YyiUMXeUFau5jnjv_wjyPhxjGnO1uiax9bMO2I-k0zQ,10191
405
+ rucio/web/rest/flaskapi/v1/config.py,sha256=5uCBxgs1Ldk7A8MQWkfobP6-aSJJx75Bu3yStc-JNX8,11844
406
406
  rucio/web/rest/flaskapi/v1/credentials.py,sha256=wGRf3nH-jc_X0ZGJFobsZFSoGFfSWM8JWMNMeJ0xO6E,8147
407
407
  rucio/web/rest/flaskapi/v1/dids.py,sha256=fcU3wnH9TaZifcbPnYifn4GpV3pWjuONGmResAAkH6U,94241
408
408
  rucio/web/rest/flaskapi/v1/dirac.py,sha256=2iEa0uaKoomsg94XTWaEIEFO5ZlS9lVL1XyjK91tHjE,4718
@@ -431,64 +431,64 @@ rucio/web/rest/flaskapi/v1/types.py,sha256=kY-nml_En9zwkKu9TEYwEZGaF2NJ09gN2IUY7
431
431
  rucio/web/rest/flaskapi/v1/vos.py,sha256=qt0PKhXqXfJDFN0b15gvHYNArWFDRI1PDmlyP93D4WY,9178
432
432
  rucio/web/rest/flaskapi/v1/templates/auth_crash.html,sha256=enhyVliQHlblgCEHvBzAlLxymFySlc42tk87vfWdBo0,2254
433
433
  rucio/web/rest/flaskapi/v1/templates/auth_granted.html,sha256=SDsrTCQhwklLu3mDtSTUATnK16QG1T-eWDTDjmv8bn4,2139
434
- rucio-38.2.0.data/data/rucio/requirements.server.txt,sha256=0tq4Oa50x-KzrCU5s2P8074foEcGzSNxaSsrQr_os8k,6011
435
- rucio-38.2.0.data/data/rucio/etc/alembic.ini.template,sha256=4eZJWGyy_-lzZoIhQNRDVGqkALTe0i7Em4wkI4ocVvw,1781
436
- rucio-38.2.0.data/data/rucio/etc/alembic_offline.ini.template,sha256=NLswPNzUFLVm2l4V4gzWcUpbLNLMnYFRttyVIGXsDaM,1939
437
- rucio-38.2.0.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
438
- rucio-38.2.0.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
439
- rucio-38.2.0.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
440
- rucio-38.2.0.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
441
- rucio-38.2.0.data/data/rucio/etc/rucio.cfg.template,sha256=hKnGDIm7oIFWBhj6vr5L6bE4TDRHT-7eZh9IsqOHbpo,8023
442
- rucio-38.2.0.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=OOl_XA1lx0h9RUu9ogdjPySzUEbABGPYNiAIRM0LPcQ,6946
443
- rucio-38.2.0.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
444
- rucio-38.2.0.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
445
- rucio-38.2.0.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
446
- rucio-38.2.0.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
447
- rucio-38.2.0.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
448
- rucio-38.2.0.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
449
- rucio-38.2.0.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
450
- rucio-38.2.0.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
451
- rucio-38.2.0.data/data/rucio/tools/reset_database.py,sha256=ZDXVWhIck_QeIi6F7X2qlPK9kgaCo1DsG4lOj3HA8fo,3449
452
- rucio-38.2.0.data/scripts/rucio,sha256=f8f5X6O9W2JfUqWiSdsuDROekGt28p9CBvFZropZ-C0,5260
453
- rucio-38.2.0.data/scripts/rucio-abacus-account,sha256=rT7tgYxl5TMhPlg8gCvUA8NSxbgHdjilV8NJ_QMC5GA,2886
454
- rucio-38.2.0.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
455
- rucio-38.2.0.data/scripts/rucio-abacus-rse,sha256=DoRsYnMzzkH7z6YvWjl40mIgXmq_3-osTPdDAqPjHgA,2633
456
- rucio-38.2.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
457
- rucio-38.2.0.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
458
- rucio-38.2.0.data/scripts/rucio-auditor,sha256=4ktnrxKXkJTyMKysPc-AE7dDGbsa1e_o8bRDRkiJpT4,6124
459
- rucio-38.2.0.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
460
- rucio-38.2.0.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
461
- rucio-38.2.0.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
462
- rucio-38.2.0.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
463
- rucio-38.2.0.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
464
- rucio-38.2.0.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
465
- rucio-38.2.0.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
466
- rucio-38.2.0.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
467
- rucio-38.2.0.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
468
- rucio-38.2.0.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
469
- rucio-38.2.0.data/scripts/rucio-conveyor-throttler,sha256=5YIuyXE_ezko31YMuQkz-w1oGGYluoL3FP7o50KtoTI,3914
470
- rucio-38.2.0.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
471
- rucio-38.2.0.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
472
- rucio-38.2.0.data/scripts/rucio-follower,sha256=GgZPcVlIejOX91VcgbUh7DThYTu3lDe8c1AuCIk85vM,1400
473
- rucio-38.2.0.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
474
- rucio-38.2.0.data/scripts/rucio-judge-cleaner,sha256=iOucH4sil-tu5nibFOSKK3BQUhkXvzAx4E5QGbQGGCs,4726
475
- rucio-38.2.0.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
476
- rucio-38.2.0.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
477
- rucio-38.2.0.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
478
- rucio-38.2.0.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
479
- rucio-38.2.0.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
480
- rucio-38.2.0.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
481
- rucio-38.2.0.data/scripts/rucio-necromancer,sha256=3qGsbLJqoEVyuKYLgpCRoxRexPf-_1ufR_wJYMby9gc,5681
482
- rucio-38.2.0.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
483
- rucio-38.2.0.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
484
- rucio-38.2.0.data/scripts/rucio-replica-recoverer,sha256=vE_8iW0wooL3rSejMtX5SDKZ8jVit1QC86XesGwwsIU,19446
485
- rucio-38.2.0.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
486
- rucio-38.2.0.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
487
- rucio-38.2.0.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
488
- rucio-38.2.0.data/scripts/rucio-undertaker,sha256=JYwGBZC_wdwOPHJKXj_VLipd7G838Eo__43JFNtBors,2775
489
- rucio-38.2.0.dist-info/licenses/AUTHORS.rst,sha256=FQ5q2_bY3dYKDmEw-8YD-SgPJ4fgnM1XI5wRF5ksQPg,4771
490
- rucio-38.2.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
491
- rucio-38.2.0.dist-info/METADATA,sha256=oD1rhEVHqtWt-WAoN2T9xZWeq-u7rEkY5zPF8ObGLjw,3300
492
- rucio-38.2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
493
- rucio-38.2.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
494
- rucio-38.2.0.dist-info/RECORD,,
434
+ rucio-38.3.0.data/data/rucio/requirements.server.txt,sha256=0tq4Oa50x-KzrCU5s2P8074foEcGzSNxaSsrQr_os8k,6011
435
+ rucio-38.3.0.data/data/rucio/etc/alembic.ini.template,sha256=4eZJWGyy_-lzZoIhQNRDVGqkALTe0i7Em4wkI4ocVvw,1781
436
+ rucio-38.3.0.data/data/rucio/etc/alembic_offline.ini.template,sha256=NLswPNzUFLVm2l4V4gzWcUpbLNLMnYFRttyVIGXsDaM,1939
437
+ rucio-38.3.0.data/data/rucio/etc/globus-config.yml.template,sha256=ADOplXW10bO5KZVYRavwKgNaDR0VmdJ3gVbINeqoSIA,96
438
+ rucio-38.3.0.data/data/rucio/etc/ldap.cfg.template,sha256=2n-Exv81toCDZ6OzuNfMa71OoiLTdCSjWhkzCfSN3eM,806
439
+ rucio-38.3.0.data/data/rucio/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
440
+ rucio-38.3.0.data/data/rucio/etc/rucio.cfg.atlas.client.template,sha256=aHP1oX9m5yA8xVTTT2Hz6AyOYu92-Bcd5LF0i3AZRQw,1350
441
+ rucio-38.3.0.data/data/rucio/etc/rucio.cfg.template,sha256=hKnGDIm7oIFWBhj6vr5L6bE4TDRHT-7eZh9IsqOHbpo,8023
442
+ rucio-38.3.0.data/data/rucio/etc/rucio_multi_vo.cfg.template,sha256=OOl_XA1lx0h9RUu9ogdjPySzUEbABGPYNiAIRM0LPcQ,6946
443
+ rucio-38.3.0.data/data/rucio/etc/mail_templates/rule_approval_request.tmpl,sha256=MTrB-IQEFE6TJnkwXjLxlUIc4afHmmrdQDC1S5og_dM,1210
444
+ rucio-38.3.0.data/data/rucio/etc/mail_templates/rule_approved_admin.tmpl,sha256=HxYNm7EKG9cMNkwUNPgZUC7o0Q9-DTINh1JtGtHOYUg,105
445
+ rucio-38.3.0.data/data/rucio/etc/mail_templates/rule_approved_user.tmpl,sha256=R4rssZ2hE8wcYPmAyc-UDpO5SPhMLZGNuYz6pvLjPVc,499
446
+ rucio-38.3.0.data/data/rucio/etc/mail_templates/rule_denied_admin.tmpl,sha256=feXJ3pZynlESBuPoe_y8amB84UQnLaP6SHtRk3cn7ZA,120
447
+ rucio-38.3.0.data/data/rucio/etc/mail_templates/rule_denied_user.tmpl,sha256=O054th_sVqZTFUeC3Gg_Qe8CrXQb-bxJhMaO48VMzzU,493
448
+ rucio-38.3.0.data/data/rucio/etc/mail_templates/rule_ok_notification.tmpl,sha256=EiT0KucfIKYnIN5XO9XawzZAJSVRYlza5sn8VloyBy4,546
449
+ rucio-38.3.0.data/data/rucio/tools/bootstrap.py,sha256=iI0Ue2mrRJdjFITm93DLHUBxDb_yfEoMUDpgO5Bqkhw,1259
450
+ rucio-38.3.0.data/data/rucio/tools/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
451
+ rucio-38.3.0.data/data/rucio/tools/reset_database.py,sha256=ZDXVWhIck_QeIi6F7X2qlPK9kgaCo1DsG4lOj3HA8fo,3449
452
+ rucio-38.3.0.data/scripts/rucio,sha256=f8f5X6O9W2JfUqWiSdsuDROekGt28p9CBvFZropZ-C0,5260
453
+ rucio-38.3.0.data/scripts/rucio-abacus-account,sha256=rT7tgYxl5TMhPlg8gCvUA8NSxbgHdjilV8NJ_QMC5GA,2886
454
+ rucio-38.3.0.data/scripts/rucio-abacus-collection-replica,sha256=HD2acGu8xBDAsKGCA7oLQvcY5SdT1mIQhSrREDV2n_M,1809
455
+ rucio-38.3.0.data/scripts/rucio-abacus-rse,sha256=DoRsYnMzzkH7z6YvWjl40mIgXmq_3-osTPdDAqPjHgA,2633
456
+ rucio-38.3.0.data/scripts/rucio-admin,sha256=AhPO6-fAPviHObhB_Yi7GJXKfjpaH6m0RqxwctBeFlE,4229
457
+ rucio-38.3.0.data/scripts/rucio-atropos,sha256=o6KsmbjxbFgtKWl7gZbmBxBc3gYWax6FkkyfhUDmKbY,3171
458
+ rucio-38.3.0.data/scripts/rucio-auditor,sha256=4ktnrxKXkJTyMKysPc-AE7dDGbsa1e_o8bRDRkiJpT4,6124
459
+ rucio-38.3.0.data/scripts/rucio-automatix,sha256=Lgud3OXVqUcBrPMtTAgSgPE5ZWSr74FBfBh0EoA9-E8,1996
460
+ rucio-38.3.0.data/scripts/rucio-bb8,sha256=TD8P3cMiDB_knZKZcGTQsy8aA7nPQXMC1TNPCyXrsSg,3089
461
+ rucio-38.3.0.data/scripts/rucio-cache-client,sha256=71-xm4MyxEDBlwnlviHsOgF0tx5EbADsPoVpj_DJDkA,5276
462
+ rucio-38.3.0.data/scripts/rucio-cache-consumer,sha256=5mCXRQWwAww3aabTMQh-U9HgHFkCJf3VpTHdk9R-rsU,1348
463
+ rucio-38.3.0.data/scripts/rucio-conveyor-finisher,sha256=mAexgdlj41UOwIQDZ5POU8gTRMuKzaOqhEww6cRV2rI,2333
464
+ rucio-38.3.0.data/scripts/rucio-conveyor-poller,sha256=z2C17x3n_eKdDrL1w1ePJpslkbOw2UMTh5BaOw-__Es,2825
465
+ rucio-38.3.0.data/scripts/rucio-conveyor-preparer,sha256=jlaBQbN8f081ekInQxn3QcNvrQQqedmdjQ6PeEp9JeU,1746
466
+ rucio-38.3.0.data/scripts/rucio-conveyor-receiver,sha256=Tgg6oXQp1G31ZK_7OKh6fLvcO3GdGi55b7xho2I9B74,1669
467
+ rucio-38.3.0.data/scripts/rucio-conveyor-stager,sha256=AaFzBHTahrv5--H16lbpUlXc64hijLL_myakuJ0V-oI,3371
468
+ rucio-38.3.0.data/scripts/rucio-conveyor-submitter,sha256=IMENh4rK8w6KbjZaOD8UJEv5BHdiFDjhfsHmZZK-T80,6738
469
+ rucio-38.3.0.data/scripts/rucio-conveyor-throttler,sha256=5YIuyXE_ezko31YMuQkz-w1oGGYluoL3FP7o50KtoTI,3914
470
+ rucio-38.3.0.data/scripts/rucio-dark-reaper,sha256=GmQAUNmmJKJjeuY7jbQIHvrbdQWRJSlqojMF_6h8j2Y,2532
471
+ rucio-38.3.0.data/scripts/rucio-dumper,sha256=zGfdsamPIUxbnDFDPM6FtqR1d3FH1AdC0gtH1JeLaxU,6729
472
+ rucio-38.3.0.data/scripts/rucio-follower,sha256=GgZPcVlIejOX91VcgbUh7DThYTu3lDe8c1AuCIk85vM,1400
473
+ rucio-38.3.0.data/scripts/rucio-hermes,sha256=i238hHzuv9JNUUPHNcOjnFQSs6BpPmz88t8ZFgS2GxI,1973
474
+ rucio-38.3.0.data/scripts/rucio-judge-cleaner,sha256=iOucH4sil-tu5nibFOSKK3BQUhkXvzAx4E5QGbQGGCs,4726
475
+ rucio-38.3.0.data/scripts/rucio-judge-evaluator,sha256=JrWN2ZatnUig5iWM7Ku4nEspXBjaucOrc8Ic55_OCzc,7458
476
+ rucio-38.3.0.data/scripts/rucio-judge-injector,sha256=d6na_n4H7njpUmJQg2Gc4KlbgK0_xuW5vw3waLReLTQ,1657
477
+ rucio-38.3.0.data/scripts/rucio-judge-repairer,sha256=QHeBySAn1bYS17z5dTfq8o81uEUpqhGVUqe6KWZBVmQ,1661
478
+ rucio-38.3.0.data/scripts/rucio-kronos,sha256=WQQ0izYfdVvmfaaRkqSf4mejL-U86OL5mD5v1t2p6Eg,1770
479
+ rucio-38.3.0.data/scripts/rucio-minos,sha256=-utVl82-xd7zxp4yy1udqCm_MehRP7pU5WDdJ7EFuac,2246
480
+ rucio-38.3.0.data/scripts/rucio-minos-temporary-expiration,sha256=E9G_h__cJNWuEcFDoeBFjzCHqp1swW-ff67M2WpZ3eg,1983
481
+ rucio-38.3.0.data/scripts/rucio-necromancer,sha256=3qGsbLJqoEVyuKYLgpCRoxRexPf-_1ufR_wJYMby9gc,5681
482
+ rucio-38.3.0.data/scripts/rucio-oauth-manager,sha256=qqFyI_L-bHg4R6a3OSgL_RsmosuODykX7HM-u0Mr-nY,2776
483
+ rucio-38.3.0.data/scripts/rucio-reaper,sha256=c0aMDs0N0ubKcl5T5aHunqaBcmIIj6WmERReKTS9di4,3773
484
+ rucio-38.3.0.data/scripts/rucio-replica-recoverer,sha256=vE_8iW0wooL3rSejMtX5SDKZ8jVit1QC86XesGwwsIU,19446
485
+ rucio-38.3.0.data/scripts/rucio-rse-decommissioner,sha256=zXXTq1lPzoI5R012fGWrxXi9VcHZNIfB85EefwQN1kw,2337
486
+ rucio-38.3.0.data/scripts/rucio-storage-consistency-actions,sha256=Mb4GUO1kP7HdiCORhHkYfmfZIhJKp88RBr8TEC19HXo,3906
487
+ rucio-38.3.0.data/scripts/rucio-transmogrifier,sha256=i17F1FTrxharmCWVZpylXSH2Xow2KaxkTr2jzDFn8Rc,3350
488
+ rucio-38.3.0.data/scripts/rucio-undertaker,sha256=JYwGBZC_wdwOPHJKXj_VLipd7G838Eo__43JFNtBors,2775
489
+ rucio-38.3.0.dist-info/licenses/AUTHORS.rst,sha256=FQ5q2_bY3dYKDmEw-8YD-SgPJ4fgnM1XI5wRF5ksQPg,4771
490
+ rucio-38.3.0.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
491
+ rucio-38.3.0.dist-info/METADATA,sha256=RylaWQw80s5tP4LnAwTq1_92fRLo6PoPjbm5gx1SjW0,3300
492
+ rucio-38.3.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
493
+ rucio-38.3.0.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
494
+ rucio-38.3.0.dist-info/RECORD,,
File without changes