summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-09-16 20:04:40 -0400
committerAndrew O'Neill2020-09-16 20:04:40 -0400
commitdfb39ee793147ea24655d86e5ed5758c3e392ad4 (patch)
treece3dacfba6181a036d00636c794ce66274e54f0b
parent615ef956e0865bb97c019a21385a01ae1c56e31b (diff)
downloadaur-dfb39ee793147ea24655d86e5ed5758c3e392ad4.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 2e69eef2a4c0..87cbb2fae339 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.21.3
+ pkgver = 2.21.4
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.3.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.3.tar.gz
+ source = python-oci-2.21.4.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.4.tar.gz
source = python-oci.patch
- sha256sums = 44320eec091c7683e9411c25ec9b89adde64aef820831039c18c10b427388659
- sha256sums = 86ea23f5eebe04aca9c507627e1dcc676dad6f85bb0a54099b23cbe42053441c
+ sha256sums = 1100010cb52feca14fdecbda914c8885b94f8ebd139c95c526514a4a30cf02e6
+ sha256sums = 953750406254f59490cea5b55bbc22182076fa573068bdb8a47502124931d891
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index e3477ab7d55b..f68adef7bc4f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.21.3
+pkgver=2.21.4
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=('44320eec091c7683e9411c25ec9b89adde64aef820831039c18c10b427388659'
- '86ea23f5eebe04aca9c507627e1dcc676dad6f85bb0a54099b23cbe42053441c')
+sha256sums=('1100010cb52feca14fdecbda914c8885b94f8ebd139c95c526514a4a30cf02e6'
+ '953750406254f59490cea5b55bbc22182076fa573068bdb8a47502124931d891')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 77026764b58f..0af24f70582e 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.21.3/setup.py oci-python-sdk-2.21.3b/setup.py
---- oci-python-sdk-2.21.3/setup.py 2020-09-08 14:39:15.000000000 -0400
-+++ oci-python-sdk-2.21.3b/setup.py 2020-09-08 20:00:34.520548164 -0400
+diff -rupN oci-python-sdk-2.21.4/setup.py oci-python-sdk-2.21.4b/setup.py
+--- oci-python-sdk-2.21.4/setup.py 2020-09-15 13:30:19.000000000 -0400
++++ oci-python-sdk-2.21.4b/setup.py 2020-09-16 19:44:08.461330115 -0400
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [