summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-09-08 20:34:43 -0400
committerAndrew O'Neill2020-09-08 20:34:43 -0400
commit615ef956e0865bb97c019a21385a01ae1c56e31b (patch)
tree0fd438e5441bcbe051260aecb0a25e3fa6cee999
parentcbe3db3d9a87421d723721bbd92695ff1a6b1dcb (diff)
downloadaur-615ef956e0865bb97c019a21385a01ae1c56e31b.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 bcb73ecf9d27..2e69eef2a4c0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.21.2
+ pkgver = 2.21.3
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.2.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.2.tar.gz
+ source = python-oci-2.21.3.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.21.3.tar.gz
source = python-oci.patch
- sha256sums = e46be5273aea088fcd146b8ce75f91e09806386de4d3fb33e321d4d0f4416169
- sha256sums = c8fe46b79502bc9b3f9a03962319f0c29077dcefb8721b86220c46b2a9cd3a4c
+ sha256sums = 44320eec091c7683e9411c25ec9b89adde64aef820831039c18c10b427388659
+ sha256sums = 86ea23f5eebe04aca9c507627e1dcc676dad6f85bb0a54099b23cbe42053441c
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index c145bfc59342..e3477ab7d55b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.21.2
+pkgver=2.21.3
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=('e46be5273aea088fcd146b8ce75f91e09806386de4d3fb33e321d4d0f4416169'
- 'c8fe46b79502bc9b3f9a03962319f0c29077dcefb8721b86220c46b2a9cd3a4c')
+sha256sums=('44320eec091c7683e9411c25ec9b89adde64aef820831039c18c10b427388659'
+ '86ea23f5eebe04aca9c507627e1dcc676dad6f85bb0a54099b23cbe42053441c')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 3b86ad928b1a..77026764b58f 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-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
+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
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [