summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-02-06 23:53:29 -0500
committerAndrew O'Neill2021-02-06 23:53:29 -0500
commitdae971a414238ef38afd9937520e20eb709ca0dc (patch)
tree53a5abfeefbebe06b8d3337fe8aec2fad9e02d49
parent9d2ec442e09115c960af119094002ab921fda5cb (diff)
downloadaur-dae971a414238ef38afd9937520e20eb709ca0dc.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 719a03eab073..fc462966cd65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.28.0
+ pkgver = 2.30.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.28.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.28.0.tar.gz
+ source = python-oci-2.30.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.30.0.tar.gz
source = python-oci.patch
- sha256sums = 20f9d9a7fb465d5a5646db7b6c41f1313d808b94141627ad090aabd6797ec5a5
- sha256sums = 4112aa35c274c66e3f99814a259eb13d1d1543f40b139a0734e7c846c656cf36
+ sha256sums = 0922380b4640a2416c7281859325033320346d3142fd635dbc43ffe49f1a2389
+ sha256sums = bbfd89bdb5113c40a485c2960a324890aabb7d1af329a5b7ca20679f072e15ff
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 2ec053b9177b..cf43422a8258 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.28.0
+pkgver=2.30.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=('20f9d9a7fb465d5a5646db7b6c41f1313d808b94141627ad090aabd6797ec5a5'
- '4112aa35c274c66e3f99814a259eb13d1d1543f40b139a0734e7c846c656cf36')
+sha256sums=('0922380b4640a2416c7281859325033320346d3142fd635dbc43ffe49f1a2389'
+ 'bbfd89bdb5113c40a485c2960a324890aabb7d1af329a5b7ca20679f072e15ff')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 78549fe19aef..3a1a174ce222 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.28.0/setup.py oci-python-sdk-2.28.0b/setup.py
---- oci-python-sdk-2.28.0/setup.py 2021-01-19 12:47:06.000000000 -0500
-+++ oci-python-sdk-2.28.0b/setup.py 2021-01-19 19:28:47.834386294 -0500
+diff -rupN oci-python-sdk-2.30.0/setup.py oci-python-sdk-2.30.0b/setup.py
+--- oci-python-sdk-2.30.0/setup.py 2021-02-02 14:03:53.000000000 -0500
++++ oci-python-sdk-2.30.0b/setup.py 2021-02-06 23:46:27.427740251 -0500
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [