summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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 6215ed8518c2..241232297b45 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.18.1
+ pkgver = 2.19.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.18.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.18.1.tar.gz
+ source = python-oci-2.19.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.19.0.tar.gz
source = python-oci.patch
- sha256sums = e7324fb30c48a1ddab2dfc5246d69d888bec588c3e1872798b0dfa2a7d0d9002
- sha256sums = 4c5640448291975bf180951c5002b7d1340fa400f4665ff0cc32901d88a1ac67
+ sha256sums = 16b3bbd5b2d68684160803fb71a8852e19b32ebfef6014920615106d5c205e06
+ sha256sums = d169090234c6dfc34f6a3be08858cb5ccd79edbafb26a77b26d8a446ceb443ca
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 4990066fd342..2c573019b11c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.18.1
+pkgver=2.19.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=('e7324fb30c48a1ddab2dfc5246d69d888bec588c3e1872798b0dfa2a7d0d9002'
- '4c5640448291975bf180951c5002b7d1340fa400f4665ff0cc32901d88a1ac67')
+sha256sums=('16b3bbd5b2d68684160803fb71a8852e19b32ebfef6014920615106d5c205e06'
+ 'd169090234c6dfc34f6a3be08858cb5ccd79edbafb26a77b26d8a446ceb443ca')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 0b5a14988e0e..df50882f4aea 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.18.1/setup.py oci-python-sdk-2.18.1b/setup.py
---- oci-python-sdk-2.18.1/setup.py 2020-07-21 11:23:51.000000000 -0400
-+++ oci-python-sdk-2.18.1b/setup.py 2020-07-23 01:33:54.920133865 -0400
+diff -rupN oci-python-sdk-2.19.0/setup.py oci-python-sdk-2.19.0b/setup.py
+--- oci-python-sdk-2.19.0/setup.py 2020-07-28 12:42:36.000000000 -0400
++++ oci-python-sdk-2.19.0b/setup.py 2020-07-29 19:44:14.391319949 -0400
@@ -31,11 +31,10 @@ with open_relative("README.rst") as f:
requires = [