summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-12-08 19:54:53 -0500
committerAndrew O'Neill2020-12-08 19:54:53 -0500
commit2115f751f7091836568937de2465b747a8c1f563 (patch)
treedbd6006dcd4e23fb75f57201395fb20f050c08b3
parent80adf8a2dfe41c396f56960a514a569048b35580 (diff)
downloadaur-2115f751f7091836568937de2465b747a8c1f563.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 098d53041f78..2ca724f8cc98 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.24.1
+ pkgver = 2.25.1
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.24.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.24.1.tar.gz
+ source = python-oci-2.25.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.25.1.tar.gz
source = python-oci.patch
- sha256sums = 21f6e7d6f545c7f9a8f6832df299887d69a13f6b1777e438eb7fce64bcc817b7
- sha256sums = b6313c916df3eebd8a5fd299d69d7f4fa78d7a59991a36b43fc45dd3d697e766
+ sha256sums = 9ac05046d2045387fdabfeca554cc3eb2a849881ad9faf83608e6d926ca3a2da
+ sha256sums = b21a7c87be4ce596400a452943fa77e2ec9502bc98b62f031aa01c550f9e9475
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 76879073c4e1..b811504b3f71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.24.1
+pkgver=2.25.1
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=('21f6e7d6f545c7f9a8f6832df299887d69a13f6b1777e438eb7fce64bcc817b7'
- 'b6313c916df3eebd8a5fd299d69d7f4fa78d7a59991a36b43fc45dd3d697e766')
+sha256sums=('9ac05046d2045387fdabfeca554cc3eb2a849881ad9faf83608e6d926ca3a2da'
+ 'b21a7c87be4ce596400a452943fa77e2ec9502bc98b62f031aa01c550f9e9475')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index f135f9876259..9d3975401dd2 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.24.1/setup.py oci-python-sdk-2.24.1b/setup.py
---- oci-python-sdk-2.24.1/setup.py 2020-11-24 12:49:06.000000000 -0500
-+++ oci-python-sdk-2.24.1b/setup.py 2020-11-24 20:27:23.626583267 -0500
+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
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [