This repository was archived by the owner on Mar 20, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 6 files changed +36
-44
lines changed Expand file tree Collapse file tree 6 files changed +36
-44
lines changed Original file line number Diff line number Diff line change 1
- azure-cosmosdb-table == 1.0.5
2
- azure-storage-blob == 2.0.1
3
- # temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
4
- azure-storage-common == 2.0.0
1
+ azure-cosmosdb-table == 1.0.6
2
+ azure-storage-blob == 2.1.0
Original file line number Diff line number Diff line change 59
59
logger = logging .getLogger (__name__ )
60
60
util .setup_logger (logger )
61
61
# global defines
62
- _BLOBXFER_VERSION = '1.9.2 '
62
+ _BLOBXFER_VERSION = '1.9.4 '
63
63
_MEGABYTE = 1048576
64
64
_MAX_READ_BLOCKSIZE_BYTES = 4194304
65
65
_FILE_SPLIT_PREFIX = '_shipyard-'
Original file line number Diff line number Diff line change 1
1
azure-batch == 8.0.0
2
- azure-cosmosdb-table == 1.0.5
3
- azure-mgmt-compute == 7.0.0
4
- azure-mgmt-resource == 4.0.0
5
- azure-mgmt-storage == 4.0.0
6
- azure-storage-blob == 2.0.1
7
- # temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
8
- azure-storage-common == 2.0.0
9
- azure-storage-queue == 2.0.1
10
- msrestazure == 0.6.1
11
- python-dateutil == 2.8.0
2
+ azure-cosmosdb-table == 1.0.6
3
+ azure-mgmt-compute == 9.0.0
4
+ azure-mgmt-resource == 6.0.0
5
+ azure-mgmt-storage == 6.0.0
6
+ azure-storage-blob == 2.1.0
7
+ azure-storage-queue == 2.1.0
8
+ msrestazure == 0.6.2
9
+ python-dateutil == 2.8.1
12
10
requests == 2.22.0
Original file line number Diff line number Diff line change 1
1
azure-batch == 8.0.0
2
- azure-cosmosdb-table == 1.0.5
3
- azure-mgmt-compute == 7 .0.0
4
- azure-mgmt-network == 5 .0.0
5
- azure-mgmt-resource == 4 .0.0
6
- azure-mgmt-storage == 4 .0.0
7
- msrestazure == 0.6.1
2
+ azure-cosmosdb-table == 1.0.6
3
+ azure-mgmt-compute == 9 .0.0
4
+ azure-mgmt-network == 8 .0.0
5
+ azure-mgmt-resource == 6 .0.0
6
+ azure-mgmt-storage == 6 .0.0
7
+ msrestazure == 0.6.2
8
8
requests == 2.22.0
Original file line number Diff line number Diff line change 1
1
adal == 1.2.2
2
2
azure-batch == 8.0.0
3
- azure-cosmosdb-table == 1.0.5
3
+ azure-cosmosdb-table == 1.0.6
4
4
azure-keyvault == 1.1.0
5
5
azure-mgmt-authorization == 0.60.0
6
6
azure-mgmt-batch == 7.0.0
7
- azure-mgmt-compute == 7.0.0
8
- azure-mgmt-network == 5.0.0
9
- azure-mgmt-resource == 4.0.0
10
- azure-mgmt-storage == 4.0.0
11
- azure-storage-blob == 2.0.1
12
- # temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
13
- azure-storage-common == 2.0.0
14
- azure-storage-file == 2.0.1
15
- azure-storage-queue == 2.0.1
16
- blobxfer == 1.9.2
7
+ azure-mgmt-compute == 9.0.0
8
+ azure-mgmt-network == 8.0.0
9
+ azure-mgmt-resource == 6.0.0
10
+ azure-mgmt-storage == 6.0.0
11
+ azure-storage-blob == 2.1.0
12
+ azure-storage-file == 2.1.0
13
+ azure-storage-queue == 2.1.0
14
+ blobxfer == 1.9.4
17
15
click == 7.0
18
- future == 0.17.1
16
+ future == 0.18.2
19
17
futures == 3.3.0 ; python_version < '3'
20
18
keyrings.alt == 3.1.1
21
19
msrest == 0.6.10
22
- msrestazure == 0.6.1
23
- pathlib2 == 2.3.4 ; python_version < '3.5'
24
- python-dateutil == 2.8.0
20
+ msrestazure == 0.6.2
21
+ pathlib2 == 2.3.5 ; python_version < '3.5'
22
+ python-dateutil == 2.8.1
25
23
requests == 2.22.0
26
24
ruamel.yaml == 0.16.5
27
25
scandir == 1.10.0 ; python_version < '3.5'
Original file line number Diff line number Diff line change 1
1
azure-batch == 8.0.0
2
- azure-cosmosdb-table == 1.0.5
3
- azure-mgmt-resource == 4.0.0
4
- azure-mgmt-storage == 4.0.0
5
- # temporarily pin azure-storage-common due to azure-cosmosdb-table incompatibility
6
- azure-storage-common == 2.0.0
7
- azure-storage-queue == 2.0.1
8
- msrestazure == 0.6.1
9
- python-dateutil == 2.8.0
2
+ azure-cosmosdb-table == 1.0.6
3
+ azure-mgmt-resource == 6.0.0
4
+ azure-mgmt-storage == 6.0.0
5
+ azure-storage-queue == 2.1.0
6
+ msrestazure == 0.6.2
7
+ python-dateutil == 2.8.1
10
8
requests == 2.22.0
You can’t perform that action at this time.
0 commit comments