summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-02-25 20:50:13 -0500
committerAndrew O'Neill2021-02-25 20:50:13 -0500
commitdad63da98b7d2cb082f0a2470cdffd71c662e02c (patch)
tree81a40f27e485fe5e0bb2a671bf7addfd8b67cf7c
parent7d445b04f665e57c56655b393d0cebcf129fe2e1 (diff)
downloadaur-dad63da98b7d2cb082f0a2470cdffd71c662e02c.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 315652d3253d..3600576e4d8a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.31.1
+ pkgver = 2.31.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.31.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.31.1.tar.gz
+ source = python-oci-2.31.2.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.31.2.tar.gz
source = python-oci.patch
- sha256sums = 06c78c92c0312ded6e8d7a4ea7fa088f6e5587f4bb9a52f94d0c10c9baab5835
- sha256sums = 2f4a18235211443acc3a730081da16ac4a491c83f83588e98d0a3ad5a7b80549
+ sha256sums = 8a7e81e2c47b7d48b51239bac60608132628b36fa7e2f077cfeae9968504eb4e
+ sha256sums = ed3cdd89a3e470672ae02049dc6ed1bac39b7e637a581aad64999c1616b4df67
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 4ed0c98b1790..3a3f431c08c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.31.1
+pkgver=2.31.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=('06c78c92c0312ded6e8d7a4ea7fa088f6e5587f4bb9a52f94d0c10c9baab5835'
- '2f4a18235211443acc3a730081da16ac4a491c83f83588e98d0a3ad5a7b80549')
+sha256sums=('8a7e81e2c47b7d48b51239bac60608132628b36fa7e2f077cfeae9968504eb4e'
+ 'ed3cdd89a3e470672ae02049dc6ed1bac39b7e637a581aad64999c1616b4df67')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 168225670841..63711a01cece 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.31.1/setup.py oci-python-sdk-2.31.1b/setup.py
---- oci-python-sdk-2.31.1/setup.py 2021-02-16 13:33:51.000000000 -0500
-+++ oci-python-sdk-2.31.1b/setup.py 2021-02-17 19:45:57.324287730 -0500
+diff -rupN oci-python-sdk-2.31.2/setup.py oci-python-sdk-2.31.2b/setup.py
+--- oci-python-sdk-2.31.2/setup.py 2021-02-23 13:55:49.000000000 -0500
++++ oci-python-sdk-2.31.2b/setup.py 2021-02-25 20:39:55.867705335 -0500
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [