summarylogtreecommitdiffstats
path: root/setup.patch
blob: c6f77605709d31040b4894b90ba6ab3ffe824ce7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
diff -Naur azure-storage-python-0.37.1-common/azure-storage-blob/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-blob/setup.py
--- azure-storage-python-0.37.1-common/azure-storage-blob/setup.py	2017-11-03 13:57:11.000000000 -0700
+++ azure-storage-python-0.37.1-common-fixed/azure-storage-blob/setup.py	2017-12-10 10:42:46.641675176 -0800
@@ -43,21 +43,6 @@
 except ImportError:
     pass
 
-# azure-storage v0.36.0 and prior are not compatible with this package
-try:
-    import azure.storage
-
-    try:
-        ver = azure.storage.__version__
-        raise Exception(
-            'This package is incompatible with azure-storage=={}. '.format(ver) +
-            ' Uninstall it with "pip uninstall azure-storage".'
-        )
-    except AttributeError:
-        pass
-except ImportError:
-    pass
-
 setup(
     name='azure-storage-blob',
     version='0.37.1',
diff -Naur azure-storage-python-0.37.1-common/azure-storage-common/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-common/setup.py
--- azure-storage-python-0.37.1-common/azure-storage-common/setup.py	2017-11-03 13:57:11.000000000 -0700
+++ azure-storage-python-0.37.1-common-fixed/azure-storage-common/setup.py	2017-12-10 10:43:01.201429132 -0800
@@ -43,21 +43,6 @@
 except ImportError:
     pass
 
-# azure-storage v0.36.0 and prior are not compatible with this package
-try:
-    import azure.storage
-
-    try:
-        ver = azure.storage.__version__
-        raise Exception(
-            'This package is incompatible with azure-storage=={}. '.format(ver) +
-            ' Uninstall it with "pip uninstall azure-storage".'
-        )
-    except AttributeError:
-        pass
-except ImportError:
-    pass
-
 setup(
     name='azure-storage-common',
     version='0.37.1',
diff -Naur azure-storage-python-0.37.1-common/azure-storage-file/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-file/setup.py
--- azure-storage-python-0.37.1-common/azure-storage-file/setup.py	2017-11-03 13:57:11.000000000 -0700
+++ azure-storage-python-0.37.1-common-fixed/azure-storage-file/setup.py	2017-12-10 10:43:12.721221237 -0800
@@ -43,21 +43,6 @@
 except ImportError:
     pass
 
-# azure-storage v0.36.0 and prior are not compatible with this package
-try:
-    import azure.storage
-
-    try:
-        ver = azure.storage.__version__
-        raise Exception(
-            'This package is incompatible with azure-storage=={}. '.format(ver) +
-            ' Uninstall it with "pip uninstall azure-storage".'
-        )
-    except AttributeError:
-        pass
-except ImportError:
-    pass
-
 setup(
     name='azure-storage-file',
     version='0.37.0',
diff -Naur azure-storage-python-0.37.1-common/azure-storage-queue/setup.py azure-storage-python-0.37.1-common-fixed/azure-storage-queue/setup.py
--- azure-storage-python-0.37.1-common/azure-storage-queue/setup.py	2017-11-03 13:57:11.000000000 -0700
+++ azure-storage-python-0.37.1-common-fixed/azure-storage-queue/setup.py	2017-12-10 10:43:30.667545241 -0800
@@ -43,21 +43,6 @@
 except ImportError:
     pass
 
-# azure-storage v0.36.0 and prior are not compatible with this package
-try:
-    import azure.storage
-
-    try:
-        ver = azure.storage.__version__
-        raise Exception(
-            'This package is incompatible with azure-storage=={}. '.format(ver) +
-            ' Uninstall it with "pip uninstall azure-storage".'
-        )
-    except AttributeError:
-        pass
-except ImportError:
-    pass
-
 setup(
     name='azure-storage-queue',
     version='0.37.0',