summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-09-02 20:03:40 -0400
committerAndrew O'Neill2020-09-02 20:03:40 -0400
commitcbe3db3d9a87421d723721bbd92695ff1a6b1dcb (patch)
treee8fab59b972686c76372c71d1996cde90c58aca1
parent25c683aed14f3ec0a60356efc4036ff993e8cd67 (diff)
downloadaur-cbe3db3d9a87421d723721bbd92695ff1a6b1dcb.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 aa59b7cfc9dd..bcb73ecf9d27 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.21.1
+ pkgver = 2.21.2
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.21.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.1.tar.gz
+ source = python-oci-2.21.2.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.2.tar.gz
source = python-oci.patch
- sha256sums = 3dedce76129119ec7e093f4a3c5910b1662234d46a42d239abe166a0147823f8
- sha256sums = defaebddf62cfd63c77a8b983a53184304898a3163d03a6e5535362a6a3952d1
+ sha256sums = e46be5273aea088fcd146b8ce75f91e09806386de4d3fb33e321d4d0f4416169
+ sha256sums = c8fe46b79502bc9b3f9a03962319f0c29077dcefb8721b86220c46b2a9cd3a4c
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 3534134cafde..c145bfc59342 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.21.1
+pkgver=2.21.2
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=('3dedce76129119ec7e093f4a3c5910b1662234d46a42d239abe166a0147823f8'
- 'defaebddf62cfd63c77a8b983a53184304898a3163d03a6e5535362a6a3952d1')
+sha256sums=('e46be5273aea088fcd146b8ce75f91e09806386de4d3fb33e321d4d0f4416169'
+ 'c8fe46b79502bc9b3f9a03962319f0c29077dcefb8721b86220c46b2a9cd3a4c')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 7c161b13d17d..3b86ad928b1a 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.21.1/setup.py oci-python-sdk-2.21.1b/setup.py
---- oci-python-sdk-2.21.1/setup.py 2020-08-18 13:42:57.000000000 -0400
-+++ oci-python-sdk-2.21.1b/setup.py 2020-08-20 19:18:31.057823067 -0400
+diff -rupN oci-python-sdk-2.21.2/setup.py oci-python-sdk-2.21.2b/setup.py
+--- oci-python-sdk-2.21.2/setup.py 2020-09-01 12:20:03.000000000 -0400
++++ oci-python-sdk-2.21.2b/setup.py 2020-09-02 19:47:30.779547411 -0400
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [