rucio-clients 35.7.0__py3-none-any.whl → 35.8.1__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-clients might be problematic. Click here for more details.
- rucio/client/uploadclient.py +1 -1
- rucio/common/utils.py +1 -1
- rucio/vcsversion.py +3 -3
- {rucio_clients-35.7.0.dist-info → rucio_clients-35.8.1.dist-info}/METADATA +1 -1
- {rucio_clients-35.7.0.dist-info → rucio_clients-35.8.1.dist-info}/RECORD +16 -16
- {rucio_clients-35.7.0.dist-info → rucio_clients-35.8.1.dist-info}/WHEEL +1 -1
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/etc/rse-accounts.cfg.template +0 -0
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/etc/rucio.cfg.atlas.client.template +0 -0
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/etc/rucio.cfg.template +0 -0
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/requirements.client.txt +0 -0
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/rucio_client/merge_rucio_configs.py +0 -0
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/scripts/rucio +0 -0
- {rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/scripts/rucio-admin +0 -0
- {rucio_clients-35.7.0.dist-info → rucio_clients-35.8.1.dist-info}/licenses/AUTHORS.rst +0 -0
- {rucio_clients-35.7.0.dist-info → rucio_clients-35.8.1.dist-info}/licenses/LICENSE +0 -0
- {rucio_clients-35.7.0.dist-info → rucio_clients-35.8.1.dist-info}/top_level.txt +0 -0
rucio/client/uploadclient.py
CHANGED
|
@@ -674,7 +674,7 @@ class UploadClient:
|
|
|
674
674
|
pfn = self.client.get_signed_url(rse_settings['rse'], sign_service, 'write', pfn)
|
|
675
675
|
|
|
676
676
|
# Create a name of tmp file if renaming operation is supported
|
|
677
|
-
pfn_tmp = cast(str, '%s.rucio.upload' % pfn if protocol_write.renaming else pfn)
|
|
677
|
+
pfn_tmp = cast("str", '%s.rucio.upload' % pfn if protocol_write.renaming else pfn)
|
|
678
678
|
signed_read_pfn_tmp = '%s.rucio.upload' % signed_read_pfn if protocol_write.renaming else signed_read_pfn
|
|
679
679
|
|
|
680
680
|
# Either DID exists or not register_after_upload
|
rucio/common/utils.py
CHANGED
|
@@ -2116,7 +2116,7 @@ def check_policy_package_version(package: str) -> None:
|
|
|
2116
2116
|
components = 2 if version_string().startswith("1.") else 1
|
|
2117
2117
|
current_version = ".".join(version_string().split(".")[:components])
|
|
2118
2118
|
if current_version not in supported_version:
|
|
2119
|
-
raise PolicyPackageVersionError(package)
|
|
2119
|
+
raise PolicyPackageVersionError(package, current_version, supported_version)
|
|
2120
2120
|
|
|
2121
2121
|
|
|
2122
2122
|
class Availability:
|
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': '35.
|
|
7
|
+
'version': '35.8.1',
|
|
8
8
|
'branch_nick': 'release-35-LTS',
|
|
9
|
-
'revision_id': '
|
|
10
|
-
'revno':
|
|
9
|
+
'revision_id': '326670438b8315f14abb0f35d82abf1e85627b2c',
|
|
10
|
+
'revno': 13208
|
|
11
11
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
rucio/__init__.py,sha256=Y7cPPlHVQPFyN8bSPFC0W3WViEdONr5g_qwBub5rufE,660
|
|
2
2
|
rucio/alembicrevision.py,sha256=cvH9DsDzl7pCXmg1g_sfQ5rDJttSk8ULj0ojSdrbFzg,690
|
|
3
|
-
rucio/vcsversion.py,sha256=
|
|
3
|
+
rucio/vcsversion.py,sha256=rXv4DyjB_h2fIAJv9T0wQTbtXq27n-_IHrZAid7PQQc,248
|
|
4
4
|
rucio/version.py,sha256=k9Jc0DNwCHLS1rwtNo3qOJX0WFkL-kexdtBCKFabQ4A,1325
|
|
5
5
|
rucio/client/__init__.py,sha256=0-jkSlrJf-eqbN4swA5a07eaWd6_6JXPQPLXMs4A3iI,660
|
|
6
6
|
rucio/client/accountclient.py,sha256=o8qUg-NZc_PwLk_lMevaBEdM0LdvaJ4_qGmNqgd2dkI,17370
|
|
@@ -26,7 +26,7 @@ rucio/client/ruleclient.py,sha256=lppOYILWLOPBIcq8Qv-8lp9iTVjLGUMYFto3PYrGwYY,13
|
|
|
26
26
|
rucio/client/scopeclient.py,sha256=CfJyM86I8BKfXLnbUOD_KjxuqMD5B0I8AQLiuNKTjag,3238
|
|
27
27
|
rucio/client/subscriptionclient.py,sha256=GgSFlube82Xv87GQ58ouWthjxsbLalWcXQywrNmh_M4,8207
|
|
28
28
|
rucio/client/touchclient.py,sha256=i_cvIAbwH9MLF2hE1o_I5w2M9jACykEFGdyypHmyBlA,2759
|
|
29
|
-
rucio/client/uploadclient.py,sha256=
|
|
29
|
+
rucio/client/uploadclient.py,sha256=1VqI-0Rzmr_gGgs030DNGuxxy2NGwxDCrVL8yo3mnss,49564
|
|
30
30
|
rucio/common/__init__.py,sha256=Q91iipvMQ0VzNMuYcYQfDujZ0vL-hrB4Kmd0YrgtHGQ,618
|
|
31
31
|
rucio/common/cache.py,sha256=cnCHNz3VOYLmKbg1RkG-n_rqb-VnuRa_b7y3aXSkqNI,2301
|
|
32
32
|
rucio/common/config.py,sha256=mgHqLhso6bXqLVrkW5OwQp-WX3Pyc4Wt3Ir5CrL8dGU,24764
|
|
@@ -43,7 +43,7 @@ rucio/common/stomp_utils.py,sha256=3GTiRTJ0roe5OX_wgkVwOJYAIhGgYbhiROHc2M8LQT8,5
|
|
|
43
43
|
rucio/common/stopwatch.py,sha256=_9zxoLjr8A0wUDJsljK4vZNDCI-dIOgpcxXiCNVJcHU,1641
|
|
44
44
|
rucio/common/test_rucio_server.py,sha256=r35Pm1DMAHMMhQUG1GMV3Se8LSAZb3_xHBWU-poILNU,4935
|
|
45
45
|
rucio/common/types.py,sha256=1tbj6DJhjIovvHQVP1xUjqdXCX8Mg2eEZ3sXDDwXlro,9996
|
|
46
|
-
rucio/common/utils.py,sha256=
|
|
46
|
+
rucio/common/utils.py,sha256=1NKhpJybKMOSlAYkoIaumgEP6kp8kwQkdLAaOjiZaJk,82568
|
|
47
47
|
rucio/common/schema/__init__.py,sha256=xLZXejC8vl8fco-wW6srBDw2WApCmo1qn01Nm2N0MC8,5510
|
|
48
48
|
rucio/common/schema/atlas.py,sha256=VR6iUVIiK7V6c67iuZZVYlz8vMFBWJTzOHqqdPmRPJQ,15638
|
|
49
49
|
rucio/common/schema/belleii.py,sha256=1dlgVdx3GfWf9jhkA4EyjYchpekiTpiEjPvyw58GU6o,15455
|
|
@@ -73,16 +73,16 @@ rucio/rse/protocols/ssh.py,sha256=lQ2j_DEKtivoyQqhQhLqpeVvbGD_iF1kvtlAdRm7F-U,17
|
|
|
73
73
|
rucio/rse/protocols/storm.py,sha256=1eR1gQe2VcNx_hMJUxA4XXvX0WWgqDd6oI_DkKW4r8Q,8141
|
|
74
74
|
rucio/rse/protocols/webdav.py,sha256=rPmcTB-yjnFJ322J8peliX8EU-696TCg-nG4iV8mTNM,22448
|
|
75
75
|
rucio/rse/protocols/xrootd.py,sha256=0nxVjw_Ab7tauoHsoIV_0A2jGlURZoPYu9dilsgwGpA,12571
|
|
76
|
-
rucio_clients-35.
|
|
77
|
-
rucio_clients-35.
|
|
78
|
-
rucio_clients-35.
|
|
79
|
-
rucio_clients-35.
|
|
80
|
-
rucio_clients-35.
|
|
81
|
-
rucio_clients-35.
|
|
82
|
-
rucio_clients-35.
|
|
83
|
-
rucio_clients-35.
|
|
84
|
-
rucio_clients-35.
|
|
85
|
-
rucio_clients-35.
|
|
86
|
-
rucio_clients-35.
|
|
87
|
-
rucio_clients-35.
|
|
88
|
-
rucio_clients-35.
|
|
76
|
+
rucio_clients-35.8.1.data/data/requirements.client.txt,sha256=2oEOW5KSXnf5ApEtzQkiwPHswyQrj02D3BwxXfy0V94,1418
|
|
77
|
+
rucio_clients-35.8.1.data/data/etc/rse-accounts.cfg.template,sha256=IfDnXVxBPUrMnTMbJnd3P7eYHgY1C4Kfz7xKskJs-FI,543
|
|
78
|
+
rucio_clients-35.8.1.data/data/etc/rucio.cfg.atlas.client.template,sha256=O24QKo-0OX4Clj7Bp2Bv9W-b0NtLkyYg3jNNpz_alr0,1311
|
|
79
|
+
rucio_clients-35.8.1.data/data/etc/rucio.cfg.template,sha256=z1s8B-_C-gKsPM8ZtCOZDTKLd0Emj8IYgLBz4B9dCw4,8534
|
|
80
|
+
rucio_clients-35.8.1.data/data/rucio_client/merge_rucio_configs.py,sha256=u62K1EcCGydM5nZA30zhlqWo4EX5N87b_MDkx5YfzVI,6163
|
|
81
|
+
rucio_clients-35.8.1.data/scripts/rucio,sha256=Bv77AQpk6EuHk1A4c91IgWdMZ1AzIBVvXA_9dZ0_PWk,128577
|
|
82
|
+
rucio_clients-35.8.1.data/scripts/rucio-admin,sha256=OzbgXHRdrHcxN1LIjMIfPU5GcaVPu3OzPZpcfyMONmU,133614
|
|
83
|
+
rucio_clients-35.8.1.dist-info/licenses/AUTHORS.rst,sha256=aakReWi6XP3cIus05aE6qvfMOGJozW42LaRbfJV_QJY,4586
|
|
84
|
+
rucio_clients-35.8.1.dist-info/licenses/LICENSE,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
|
85
|
+
rucio_clients-35.8.1.dist-info/METADATA,sha256=SMnxUDgxLSgBNpJwqyx5JGd_IWf3E9UIDrweJ6AeJi8,1738
|
|
86
|
+
rucio_clients-35.8.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
87
|
+
rucio_clients-35.8.1.dist-info/top_level.txt,sha256=lJM8plwW0ePPICkwFnpYzfdqHnSv6JZr1OD4JEysPgM,6
|
|
88
|
+
rucio_clients-35.8.1.dist-info/RECORD,,
|
|
File without changes
|
{rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/etc/rucio.cfg.atlas.client.template
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rucio_clients-35.7.0.data → rucio_clients-35.8.1.data}/data/rucio_client/merge_rucio_configs.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|