dcicutils 8.13.3.1b1__py3-none-any.whl → 8.13.3.1b2__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- dcicutils/common.py +1 -2
- dcicutils/qa_checkers.py +1 -2
- dcicutils/qa_utils.py +1 -2
- dcicutils/s3_utils.py +1 -2
- {dcicutils-8.13.3.1b1.dist-info → dcicutils-8.13.3.1b2.dist-info}/METADATA +4 -4
- {dcicutils-8.13.3.1b1.dist-info → dcicutils-8.13.3.1b2.dist-info}/RECORD +9 -9
- {dcicutils-8.13.3.1b1.dist-info → dcicutils-8.13.3.1b2.dist-info}/LICENSE.txt +0 -0
- {dcicutils-8.13.3.1b1.dist-info → dcicutils-8.13.3.1b2.dist-info}/WHEEL +0 -0
- {dcicutils-8.13.3.1b1.dist-info → dcicutils-8.13.3.1b2.dist-info}/entry_points.txt +0 -0
dcicutils/common.py
CHANGED
dcicutils/qa_checkers.py
CHANGED
@@ -6,8 +6,7 @@ import toml
|
|
6
6
|
import warnings
|
7
7
|
|
8
8
|
from collections import defaultdict
|
9
|
-
from typing import Optional, List, Dict, Type
|
10
|
-
from typing_extensions import Literal
|
9
|
+
from typing import Optional, List, Dict, Type, Literal
|
11
10
|
from .contribution_utils import Contributions
|
12
11
|
from .lang_utils import conjoined_list, n_of, there_are
|
13
12
|
from .misc_utils import PRINT, remove_prefix, remove_suffix, getattr_customized, CustomizableProperty
|
dcicutils/qa_utils.py
CHANGED
@@ -25,8 +25,7 @@ from botocore.credentials import Credentials as Boto3Credentials
|
|
25
25
|
from botocore.exceptions import ClientError
|
26
26
|
from collections import defaultdict
|
27
27
|
from json import dumps as json_dumps, loads as json_loads
|
28
|
-
from typing import Any, Optional, List, DefaultDict, Union, Type, Dict
|
29
|
-
from typing_extensions import Literal
|
28
|
+
from typing import Any, Optional, List, DefaultDict, Union, Type, Dict, Literal
|
30
29
|
from unittest import mock
|
31
30
|
from . import misc_utils as misc_utils_module, command_utils as command_utils_module
|
32
31
|
from .common import S3StorageClass
|
dcicutils/s3_utils.py
CHANGED
@@ -5,8 +5,7 @@ import mimetypes
|
|
5
5
|
import os
|
6
6
|
|
7
7
|
from io import BytesIO
|
8
|
-
from typing import Optional, Any, Union
|
9
|
-
from typing_extensions import Literal
|
8
|
+
from typing import Optional, Any, Union, Literal
|
10
9
|
from zipfile import ZipFile
|
11
10
|
from .base import get_beanstalk_real_url
|
12
11
|
from .common import (
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: dcicutils
|
3
|
-
Version: 8.13.3.
|
3
|
+
Version: 8.13.3.1b2
|
4
4
|
Summary: Utility package for interacting with the 4DN Data Portal and other 4DN resources
|
5
5
|
Home-page: https://github.com/4dn-dcic/utils
|
6
6
|
License: MIT
|
@@ -26,8 +26,8 @@ Requires-Dist: PyJWT (>=2.6.0,<3.0.0)
|
|
26
26
|
Requires-Dist: PyYAML (>=6.0.1,<7.0.0)
|
27
27
|
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
|
28
28
|
Requires-Dist: aws-requests-auth (>=0.4.2,<1)
|
29
|
-
Requires-Dist: boto3 (>=1.34.
|
30
|
-
Requires-Dist: botocore (>=1.34.
|
29
|
+
Requires-Dist: boto3 (>=1.34.147,<2.0.0)
|
30
|
+
Requires-Dist: botocore (>=1.34.147,<2.0.0)
|
31
31
|
Requires-Dist: chardet (>=5.2.0,<6.0.0)
|
32
32
|
Requires-Dist: docker (>=4.4.4,<5.0.0)
|
33
33
|
Requires-Dist: elasticsearch (==7.13.4)
|
@@ -41,7 +41,7 @@ Requires-Dist: pyperclip (>=1.8.2,<2.0.0)
|
|
41
41
|
Requires-Dist: pyramid (==1.10.8)
|
42
42
|
Requires-Dist: pytz (>=2020.4)
|
43
43
|
Requires-Dist: redis (>=4.5.1,<5.0.0)
|
44
|
-
Requires-Dist: requests (
|
44
|
+
Requires-Dist: requests (==2.31.0)
|
45
45
|
Requires-Dist: rfc3986 (>=1.4.0,<2.0.0)
|
46
46
|
Requires-Dist: shortuuid (>=1.0.13,<2.0.0)
|
47
47
|
Requires-Dist: structlog (>=19.2.0,<20.0.0)
|
@@ -6,7 +6,7 @@ dcicutils/captured_output.py,sha256=0hP7sPwleMaYXQAvCfJOxG8Z8T_JJYy8ADp8A5ZoblE,
|
|
6
6
|
dcicutils/cloudformation_utils.py,sha256=MtWJrSTXyiImgbPHgRvfH9bWso20ZPLTFJAfhDQSVj4,13786
|
7
7
|
dcicutils/codebuild_utils.py,sha256=CKpmhJ-Z8gYbkt1I2zyMlKtFdsg7T8lqrx3V5ieta-U,1155
|
8
8
|
dcicutils/command_utils.py,sha256=4LkszKXWlvgaUP_7d_tRsRqpOMc9IaohD2Kc9u9bEeU,18506
|
9
|
-
dcicutils/common.py,sha256=
|
9
|
+
dcicutils/common.py,sha256=U6tedhp6FFl9EUGoMqiMAqON_WqGJ_317JE_Tr4dXDs,3926
|
10
10
|
dcicutils/contribution_scripts.py,sha256=0k5Gw1TumcD5SAcXVkDd6-yvuMEw-jUp5Kfb7FJH6XQ,2015
|
11
11
|
dcicutils/contribution_utils.py,sha256=vYLS1JUB3sKd24BUxZ29qUBqYeQBLK9cwo8x3k64uPg,25653
|
12
12
|
dcicutils/creds_utils.py,sha256=64BbIfS90T1eJmmQJrDyfrRa3V2F1x7T8lOrEeFfqJY,11127
|
@@ -52,11 +52,11 @@ dcicutils/portal_object_utils.py,sha256=Az3n1aL-PQkN5gOFE6ZqC2XkYsqiwKlq7-tZggs1
|
|
52
52
|
dcicutils/portal_utils.py,sha256=R7v4uQUll34mn-NxyU3qoTouAwWrVDzW6W1zBGSU-M4,44762
|
53
53
|
dcicutils/progress_bar.py,sha256=R3bWLMYM3Xq9PY7U0JadcFT1m7QmCbrbDp9qs9_Kf_c,19472
|
54
54
|
dcicutils/project_utils.py,sha256=qPdCaFmWUVBJw4rw342iUytwdQC0P-XKpK4mhyIulMM,31250
|
55
|
-
dcicutils/qa_checkers.py,sha256=
|
56
|
-
dcicutils/qa_utils.py,sha256=
|
55
|
+
dcicutils/qa_checkers.py,sha256=j0kzo_T5VduKTxgsMTp7xjneyNokumZzI_iz55Y0Jjs,20505
|
56
|
+
dcicutils/qa_utils.py,sha256=tMvsMX0fXmE0BAaw34ulDw0f2twqgWnYcNQFBXHtAM0,160179
|
57
57
|
dcicutils/redis_tools.py,sha256=qkcSNMtvqkpvts-Cm9gWhneK523Q_oHwhNUud1be1qk,7055
|
58
58
|
dcicutils/redis_utils.py,sha256=VJ-7g8pOZqR1ZCtdcjKz3-6as2DMUcs1b1zG6wSprH4,6462
|
59
|
-
dcicutils/s3_utils.py,sha256=
|
59
|
+
dcicutils/s3_utils.py,sha256=h2B9ftOo-kxqfiKth5ZDC_cAUFy1Pbu7BrVanFnE5Iw,28839
|
60
60
|
dcicutils/schema_utils.py,sha256=GmRm-XqZKJ6qine16SQF1txcby9WougDav_sYmKNs9E,12400
|
61
61
|
dcicutils/scripts/publish_to_pypi.py,sha256=sMd4WASQGlxlh7uLrt2eGkFRXYgONVmvIg8mClMS5RQ,13903
|
62
62
|
dcicutils/scripts/run_license_checker.py,sha256=z2keYnRDZsHQbTeo1XORAXSXNJK5axVzL5LjiNqZ7jE,4184
|
@@ -75,8 +75,8 @@ dcicutils/trace_utils.py,sha256=g8kwV4ebEy5kXW6oOrEAUsurBcCROvwtZqz9fczsGRE,1769
|
|
75
75
|
dcicutils/validation_utils.py,sha256=cMZIU2cY98FYtzK52z5WUYck7urH6JcqOuz9jkXpqzg,14797
|
76
76
|
dcicutils/variant_utils.py,sha256=2H9azNx3xAj-MySg-uZ2SFqbWs4kZvf61JnK6b-h4Qw,4343
|
77
77
|
dcicutils/zip_utils.py,sha256=_Y9EmL3D2dUZhxucxHvrtmmlbZmK4FpSsHEb7rGSJLU,3265
|
78
|
-
dcicutils-8.13.3.
|
79
|
-
dcicutils-8.13.3.
|
80
|
-
dcicutils-8.13.3.
|
81
|
-
dcicutils-8.13.3.
|
82
|
-
dcicutils-8.13.3.
|
78
|
+
dcicutils-8.13.3.1b2.dist-info/LICENSE.txt,sha256=qnwSmfnEWMl5l78VPDEzAmEbLVrRqQvfUQiHT0ehrOo,1102
|
79
|
+
dcicutils-8.13.3.1b2.dist-info/METADATA,sha256=iEgNqdxcjbwkxqQ3YMTFnjFs4toHmHXBUU16hSrJCPQ,3439
|
80
|
+
dcicutils-8.13.3.1b2.dist-info/WHEEL,sha256=7Z8_27uaHI_UZAc4Uox4PpBhQ9Y5_modZXWMxtUi4NU,88
|
81
|
+
dcicutils-8.13.3.1b2.dist-info/entry_points.txt,sha256=W6kEWdUJk9tQ4myAgpehPdebcwvCAZ7UgB-wyPgDUMg,335
|
82
|
+
dcicutils-8.13.3.1b2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|