summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-08-14 21:50:16 -0400
committerAndrew O'Neill2020-08-14 21:50:16 -0400
commit943e40dec0fc0e764d00920c7545848a9e81674a (patch)
tree72d428430259c9f7d97d3a76ba62cc4049129b3f
parent7a5feac0f4714ead2f1296f3c1f7154181ee0e6f (diff)
downloadaur-943e40dec0fc0e764d00920c7545848a9e81674a.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 74385c98117e..54e8b2d8dfae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.20.0
+ pkgver = 2.21.0
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.20.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.20.0.tar.gz
+ source = python-oci-2.21.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.0.tar.gz
source = python-oci.patch
- sha256sums = 74761a1c4ffd5b2d83085ff5306acdab9d022a673ae0f194c712398771f26c56
- sha256sums = 6dbea2a267e252218e2435860f498715b416444265cb0ced9abf3cb4638db061
+ sha256sums = d1878dc3105bfc7fc4704af73d875fa0adb905b465977f72155d57c479e02363
+ sha256sums = a8cfd7690b237dbdf034811ed36340a525a452a73793215fe3b0c5da277e2eb8
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 7652b08cb133..8e7a158375da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.20.0
+pkgver=2.21.0
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=('74761a1c4ffd5b2d83085ff5306acdab9d022a673ae0f194c712398771f26c56'
- '6dbea2a267e252218e2435860f498715b416444265cb0ced9abf3cb4638db061')
+sha256sums=('d1878dc3105bfc7fc4704af73d875fa0adb905b465977f72155d57c479e02363'
+ 'a8cfd7690b237dbdf034811ed36340a525a452a73793215fe3b0c5da277e2eb8')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index b5968ec0d64e..3c3fa0482b98 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.20.0/setup.py oci-python-sdk-2.20.0b/setup.py
---- oci-python-sdk-2.20.0/setup.py 2020-08-04 13:18:04.000000000 -0400
-+++ oci-python-sdk-2.20.0b/setup.py 2020-08-04 19:24:49.892605378 -0400
+diff -rupN oci-python-sdk-2.21.0/setup.py oci-python-sdk-2.21.0b/setup.py
+--- oci-python-sdk-2.21.0/setup.py 2020-08-11 14:08:36.000000000 -0400
++++ oci-python-sdk-2.21.0b/setup.py 2020-08-14 21:35:14.204895058 -0400
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [