summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-12-16 21:11:12 -0500
committerAndrew O'Neill2020-12-16 21:11:12 -0500
commitc0c180fdc08bed43246b20ef0773851dccf28018 (patch)
tree643a66d1808aabf52728274cbc4e009f2415a817
parent2115f751f7091836568937de2465b747a8c1f563 (diff)
downloadaur-c0c180fdc08bed43246b20ef0773851dccf28018.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 2ca724f8cc98..01b36635b67c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.25.1
+ pkgver = 2.26.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.25.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.25.1.tar.gz
+ source = python-oci-2.26.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.26.0.tar.gz
source = python-oci.patch
- sha256sums = 9ac05046d2045387fdabfeca554cc3eb2a849881ad9faf83608e6d926ca3a2da
- sha256sums = b21a7c87be4ce596400a452943fa77e2ec9502bc98b62f031aa01c550f9e9475
+ sha256sums = e98fa78124fb056d6a850ca9724a21bc211654720a4472fd6a5593ecb9a0d11a
+ sha256sums = 3e4c88e435f7c06d112956fed06a5009fa8c5e1a5f669978d5186410875bc532
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index b811504b3f71..a56a5c30f010 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.25.1
+pkgver=2.26.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=('9ac05046d2045387fdabfeca554cc3eb2a849881ad9faf83608e6d926ca3a2da'
- 'b21a7c87be4ce596400a452943fa77e2ec9502bc98b62f031aa01c550f9e9475')
+sha256sums=('e98fa78124fb056d6a850ca9724a21bc211654720a4472fd6a5593ecb9a0d11a'
+ '3e4c88e435f7c06d112956fed06a5009fa8c5e1a5f669978d5186410875bc532')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 9d3975401dd2..bff258244378 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.25.1/setup.py oci-python-sdk-2.25.1b/setup.py
---- oci-python-sdk-2.25.1/setup.py 2020-12-08 13:30:51.000000000 -0500
-+++ oci-python-sdk-2.25.1b/setup.py 2020-12-08 19:43:06.195136609 -0500
+diff -rupN oci-python-sdk-2.26.0/setup.py oci-python-sdk-2.26.0b/setup.py
+--- oci-python-sdk-2.26.0/setup.py 2020-12-15 13:40:46.000000000 -0500
++++ oci-python-sdk-2.26.0b/setup.py 2020-12-16 20:59:35.220816729 -0500
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [