summarylogtreecommitdiffstats
path: root/python-oci.patch
diff options
context:
space:
mode:
authorAndrew O'Neill2018-09-30 14:49:50 -0400
committerAndrew O'Neill2018-09-30 14:49:50 -0400
commit109ea108b813c9002d71e52f9e1ffe597543e0a2 (patch)
tree05ba45509bef3a935643ee518b1bdd55941060e0 /python-oci.patch
parent5f2370afc03e1395b32d8c4c491c0ab56353aec5 (diff)
downloadaur-109ea108b813c9002d71e52f9e1ffe597543e0a2.tar.gz
Version bump
Diffstat (limited to 'python-oci.patch')
-rw-r--r--python-oci.patch10
1 files changed, 5 insertions, 5 deletions
diff --git a/python-oci.patch b/python-oci.patch
index 4ff89839be79..dafee554293a 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,12 +1,12 @@
-diff -rupN oci-python-sdk-2.0.1/setup.py oci-python-sdk-2.0.1b/setup.py
---- oci-python-sdk-2.0.1/setup.py 2018-08-09 16:59:17.000000000 -0400
-+++ oci-python-sdk-2.0.1b/setup.py 2018-08-14 20:20:38.950855661 -0400
+diff -rupN oci-python-sdk-2.0.4/setup.py oci-python-sdk-2.0.4b/setup.py
+--- oci-python-sdk-2.0.4/setup.py 2018-09-27 16:48:35.000000000 -0400
++++ oci-python-sdk-2.0.4b/setup.py 2018-09-30 14:08:16.019548327 -0400
@@ -30,11 +30,10 @@ with open_relative("README.rst") as f:
requires = [
"certifi",
-- "configparser==3.5.0",
-- "cryptography>=2.1.3,<=2.2.2",
+- "configparser>=3.5.0b1",
+- "cryptography>=2.1.3",
- "pyOpenSSL<=17.4.0",
- "python-dateutil>=2.5.3,<=2.7.3",
- "pytz>=2016.10",