summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-06-16 23:15:32 -0400
committerAndrew O'Neill2020-06-16 23:15:32 -0400
commit66ec35ee4cbb9633be63aa82ba2e0e80ec2b3cc3 (patch)
treeda131ab4aea9f55700f68d992140a39ada1496f7
parentc3772fdf0d4b1fdda35c7eda703a6adb1ecae326 (diff)
downloadaur-66ec35ee4cbb9633be63aa82ba2e0e80ec2b3cc3.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 c7698ad8baca..1dcf06009df0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.15.0
+ pkgver = 2.16.1
pkgrel = 1
url = https://github.com/oracle/oci-python-sdk
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = python-oci
depends = python-cryptography
depends = python-pyopenssl
depends = python-pytz
- source = python-oci-2.15.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.15.0.tar.gz
+ source = python-oci-2.16.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.16.1.tar.gz
source = python-oci.patch
- sha256sums = 728bd1a42439395159d5050c0efb5318c4f3434584927978670d91e67394e1c6
- sha256sums = e28418ddc26fdb5a78d7fad9f36733bf260eab7800e64da01a10fa9b76168108
+ sha256sums = 950806341bc973b9c17b7a008b4ddc7e6fb17d846c2569d32ec0dc947d206aa7
+ sha256sums = 6efc32d57b4896315b50a945b0fca45ea1eb129a7c13c01ac7d7e99b23cda3b5
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index a7015d75577c..74a341f9dbe6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.15.0
+pkgver=2.16.1
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -12,8 +12,8 @@ depends=('python' 'python-dateutil' 'python-certifi' 'python-cryptography' 'pyth
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
"${pkgname}.patch")
-sha256sums=('728bd1a42439395159d5050c0efb5318c4f3434584927978670d91e67394e1c6'
- 'e28418ddc26fdb5a78d7fad9f36733bf260eab7800e64da01a10fa9b76168108')
+sha256sums=('950806341bc973b9c17b7a008b4ddc7e6fb17d846c2569d32ec0dc947d206aa7'
+ '6efc32d57b4896315b50a945b0fca45ea1eb129a7c13c01ac7d7e99b23cda3b5')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index adda534064af..8c0f27ec1436 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.15.0/setup.py oci-python-sdk-2.15.0b/setup.py
---- oci-python-sdk-2.15.0/setup.py 2020-06-02 13:15:55.000000000 -0400
-+++ oci-python-sdk-2.15.0b/setup.py 2020-06-04 09:12:45.460333931 -0400
+diff -rupN oci-python-sdk-2.16.1/setup.py oci-python-sdk-2.16.1b/setup.py
+--- oci-python-sdk-2.16.1/setup.py 2020-06-16 11:02:55.000000000 -0400
++++ oci-python-sdk-2.16.1b/setup.py 2020-06-16 23:07:43.233964899 -0400
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [