summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-01-19 19:36:19 -0500
committerAndrew O'Neill2021-01-19 19:36:19 -0500
commit9d2ec442e09115c960af119094002ab921fda5cb (patch)
treec53b9e83c497c87cd65ebcea74c8e4e68acf8c56
parent26d7a6199c01c6424fd3de4bf1a717f6c0c57ef5 (diff)
downloadaur-9d2ec442e09115c960af119094002ab921fda5cb.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 fa7c269f343f..719a03eab073 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.27.0
+ pkgver = 2.28.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.27.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.27.0.tar.gz
+ source = python-oci-2.28.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.28.0.tar.gz
source = python-oci.patch
- sha256sums = fefa69c33e2de577c19c217e93a6c2a177c936fa582e039a955965531975e131
- sha256sums = 92415f40eceb30c2f6cbabcfa888bce3c65c82816dee7d75a2ad68768a1bdff9
+ sha256sums = 20f9d9a7fb465d5a5646db7b6c41f1313d808b94141627ad090aabd6797ec5a5
+ sha256sums = 4112aa35c274c66e3f99814a259eb13d1d1543f40b139a0734e7c846c656cf36
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index bb3a04bf4d68..2ec053b9177b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.27.0
+pkgver=2.28.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=('fefa69c33e2de577c19c217e93a6c2a177c936fa582e039a955965531975e131'
- '92415f40eceb30c2f6cbabcfa888bce3c65c82816dee7d75a2ad68768a1bdff9')
+sha256sums=('20f9d9a7fb465d5a5646db7b6c41f1313d808b94141627ad090aabd6797ec5a5'
+ '4112aa35c274c66e3f99814a259eb13d1d1543f40b139a0734e7c846c656cf36')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 5bb9bc7e34d0..78549fe19aef 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.27.0/setup.py oci-python-sdk-2.27.0b/setup.py
---- oci-python-sdk-2.27.0/setup.py 2021-01-12 13:13:09.000000000 -0500
-+++ oci-python-sdk-2.27.0b/setup.py 2021-01-13 19:08:23.249382009 -0500
+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
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [