summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2019-05-01 21:31:03 -0400
committerAndrew O'Neill2019-05-01 21:31:03 -0400
commitdef7cddd9d3998507e758856d8ec2e20c5bfc506 (patch)
treefd8a0464a843127e88cb2d6a9f9aee43d0d66ecd
parent7d1c87d58ebc8a93d33af88a53c7c323620ad303 (diff)
downloadaur-def7cddd9d3998507e758856d8ec2e20c5bfc506.tar.gz
Version bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--python-oci.patch6
3 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3cabe0a305a5..2dbc6f93870a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.2.5
+ pkgver = 2.2.7
pkgrel = 1
url = https://github.com/oracle/oci-python-sdk
arch = any
@@ -16,10 +16,10 @@ pkgbase = python-oci
depends = python-pytz
depends = python-requests
depends = python-six
- source = https://github.com/oracle/oci-python-sdk/archive/v2.2.5.tar.gz
+ source = https://github.com/oracle/oci-python-sdk/archive/v2.2.7.tar.gz
source = python-oci.patch
- sha256sums = 62762192b56ae6a66abe36c299e110584c0b9547c242f2ceb7e0eb1a973ddc6d
- sha256sums = 44ad7698c180b82812367dff4dedeb1910a49a06c5e71cc7260d6cedf084e34f
+ sha256sums = 11d9f0609127274d931f1e877e298239f2c4b2266b241d643640bc080566e49a
+ sha256sums = a108a28fef656c6ac2d0ee18f35d416c76d9abbd1051423277b447c50985703e
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 21ebab4a9b98..29c57b4c1753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.2.5
+pkgver=2.2.7
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('any')
@@ -12,8 +12,8 @@ depends=('python' 'python-pyjwt' 'python-dateutil' 'python-certifi' 'python-cryp
makedepends=('python-setuptools')
source=("${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('62762192b56ae6a66abe36c299e110584c0b9547c242f2ceb7e0eb1a973ddc6d'
- '44ad7698c180b82812367dff4dedeb1910a49a06c5e71cc7260d6cedf084e34f')
+sha256sums=('11d9f0609127274d931f1e877e298239f2c4b2266b241d643640bc080566e49a'
+ 'a108a28fef656c6ac2d0ee18f35d416c76d9abbd1051423277b447c50985703e')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index d9be06d730af..ef36a23a5ec9 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.2.5/setup.py oci-python-sdk-2.2.5b/setup.py
---- oci-python-sdk-2.2.5/setup.py 2019-04-02 15:56:38.000000000 -0400
-+++ oci-python-sdk-2.2.5b/setup.py 2019-04-02 19:48:07.528504843 -0400
+diff -rupN oci-python-sdk-2.2.7/setup.py oci-python-sdk-2.2.7b/setup.py
+--- oci-python-sdk-2.2.7/setup.py 2019-04-16 14:42:09.000000000 -0400
++++ oci-python-sdk-2.2.7b/setup.py 2019-05-01 21:26:47.478459486 -0400
@@ -30,11 +30,10 @@ with open_relative("README.rst") as f:
requires = [