summarylogtreecommitdiffstats
path: root/oci-cli.patch
diff options
context:
space:
mode:
authorAndrew O'Neill2018-07-27 23:19:31 -0400
committerAndrew O'Neill2018-07-27 23:19:31 -0400
commit161104daf5fe82cb04101dd61c923b1205f0285c (patch)
tree08f6de958761152c3179fd0a73d520c33548f89f /oci-cli.patch
parentd7fe51567ebcb35371a23cfcd88ca13254f4c12c (diff)
downloadaur-161104daf5fe82cb04101dd61c923b1205f0285c.tar.gz
Version bump
Diffstat (limited to 'oci-cli.patch')
-rw-r--r--oci-cli.patch12
1 files changed, 5 insertions, 7 deletions
diff --git a/oci-cli.patch b/oci-cli.patch
index 2c9955acde6b..06b02f1393ff 100644
--- a/oci-cli.patch
+++ b/oci-cli.patch
@@ -1,11 +1,11 @@
-diff -rupN oci-cli-2.4.28/setup.py oci-cli-2.4.28b/setup.py
---- oci-cli-2.4.28/setup.py 2018-07-12 14:27:35.000000000 -0400
-+++ oci-cli-2.4.28b/setup.py 2018-07-19 20:15:46.429407584 -0400
-@@ -30,22 +30,21 @@ with open_relative("README.rst") as f:
+diff -rupN oci-cli-2.4.29/setup.py oci-cli-2.4.29b/setup.py
+--- oci-cli-2.4.29/setup.py 2018-07-26 20:59:08.000000000 -0400
++++ oci-cli-2.4.29b/setup.py 2018-07-27 23:11:43.325799289 -0400
+@@ -30,21 +30,20 @@ with open_relative("README.rst") as f:
requires = [
-- 'oci==1.4.5',
+- 'oci==2.0.0',
- 'arrow==0.10.0',
+ 'oci',
+ 'arrow',
@@ -19,7 +19,6 @@ diff -rupN oci-cli-2.4.28/setup.py oci-cli-2.4.28b/setup.py
- 'python-dateutil==2.7.3',
- 'pytz==2016.10',
- 'retrying==1.3.3',
-- 'requests[security]==2.18.4',
- 'six==1.11.0',
- 'terminaltables==3.1.0',
- 'idna>=2.5,<2.7'
@@ -31,7 +30,6 @@ diff -rupN oci-cli-2.4.28/setup.py oci-cli-2.4.28b/setup.py
+ 'python-dateutil',
+ 'pytz',
+ 'retrying',
-+ 'requests',
+ 'six',
+ 'terminaltables',
+ 'idna'