summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-09-14 22:17:12 -0400
committerAndrew O'Neill2022-09-14 22:17:12 -0400
commit4809aa63a95265d4b713351e8b0052afa7a72f68 (patch)
tree7fac6d3a704347cff834ae52aeb7de974b8af6ae
parent03160c3f9c9aca7ff3b1ebeb68754ec059a7fc5c (diff)
downloadaur-4809aa63a95265d4b713351e8b0052afa7a72f68.tar.gz
Version bump
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 789a30bde146..1768c9e2a22b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.81.0
+ pkgver = 2.82.0
pkgrel = 1
url = https://github.com/oracle/oci-python-sdk
arch = x86_64
@@ -13,7 +13,7 @@ pkgbase = python-oci
depends = python-cryptography
depends = python-pyopenssl
depends = python-pytz
- source = python-oci-2.81.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.81.0.tar.gz
- sha256sums = 0c93b0faed673838a08f94899b1b455bc988539864f61cf665d3bf4ed0ad59b9
+ source = python-oci-2.82.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.82.0.tar.gz
+ sha256sums = b94da676dd7d12aba79a2d3d8ff40702f07f8b5e61bc5a5833e6846406cc8a98
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 216985254b2a..39d3f3ba83da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.81.0
+pkgver=2.82.0
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache')
depends=('python' 'python-dateutil' 'python-certifi' 'python-circuitbreaker' 'python-cryptography' 'python-pyopenssl' 'python-pytz')
makedepends=('python-setuptools')
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('0c93b0faed673838a08f94899b1b455bc988539864f61cf665d3bf4ed0ad59b9')
+sha256sums=('b94da676dd7d12aba79a2d3d8ff40702f07f8b5e61bc5a5833e6846406cc8a98')
prepare() {
cd "${_pyname}-${pkgver}"