summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2020-02-25 21:16:42 -0500
committerAndrew O'Neill2020-02-25 21:16:42 -0500
commit4729d33ec298f497aaa83527ff257b2bda277915 (patch)
tree486a5db99eb90995f9086b7843ef689271e6289b
parentbfd5f52908bf30b411729d3d121742bdd34bc57b (diff)
downloadaur-4729d33ec298f497aaa83527ff257b2bda277915.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 37cd9c6e6a96..ab495b3ec66b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.10.2
+ pkgver = 2.10.6
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.10.2.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.10.2.tar.gz
+ source = python-oci-2.10.6.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.10.6.tar.gz
source = python-oci.patch
- sha256sums = af302792aa8411b55dbfb9d78a9b6a3c5aee4e0109f64c296f2a8de0d1f36b54
- sha256sums = 29931b3ef482ca85b6fac08d24e3fad8f41c2a5ea8b44de46a822bab47d2e1fd
+ sha256sums = 155522a78bb5fd0b539f2d634ba374d89f326fcaf9a0a7e0a02d8115d9954b48
+ sha256sums = 4238b08cd874ace5fd23817ebbd6b776eaa2f415b187a426fc7a1e3a149c62c6
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 8945265a3057..16b81d7fbd58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.10.2
+pkgver=2.10.6
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=('af302792aa8411b55dbfb9d78a9b6a3c5aee4e0109f64c296f2a8de0d1f36b54'
- '29931b3ef482ca85b6fac08d24e3fad8f41c2a5ea8b44de46a822bab47d2e1fd')
+sha256sums=('155522a78bb5fd0b539f2d634ba374d89f326fcaf9a0a7e0a02d8115d9954b48'
+ '4238b08cd874ace5fd23817ebbd6b776eaa2f415b187a426fc7a1e3a149c62c6')
prepare() {
cd "${_pyname}-${pkgver}"
diff --git a/python-oci.patch b/python-oci.patch
index 486339fdf02f..1c2ab6ac6a86 100644
--- a/python-oci.patch
+++ b/python-oci.patch
@@ -1,6 +1,6 @@
-diff -rupN oci-python-sdk-2.10.2/setup.py oci-python-sdk-2.10.2b/setup.py
---- oci-python-sdk-2.10.2/setup.py 2020-01-28 17:38:37.000000000 -0500
-+++ oci-python-sdk-2.10.2b/setup.py 2020-02-01 21:59:24.881533777 -0500
+diff -rupN oci-python-sdk-2.10.6/setup.py oci-python-sdk-2.10.6b/setup.py
+--- oci-python-sdk-2.10.6/setup.py 2020-02-25 13:17:34.000000000 -0500
++++ oci-python-sdk-2.10.6b/setup.py 2020-02-25 21:01:45.529865106 -0500
@@ -30,11 +30,10 @@ with open_relative("README.rst") as f:
requires = [