summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2022-03-16 14:54:01 -0400
committerAndrew O'Neill2022-03-16 14:54:01 -0400
commit2dab9434995b0db55ec26fcfc536339786b8e89e (patch)
treed71e8b886a71a4b5b5fa45b7261cff5c39914336
parent1c9553f854ed006f55417ce765a93caed74a43ba (diff)
downloadaur-2dab9434995b0db55ec26fcfc536339786b8e89e.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 e3ffc752217e..5cb2030e8ce3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.59.0
+ pkgver = 2.60.1
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.59.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.59.0.tar.gz
- sha256sums = acfc8e76cfbe8cbb23185c88200747276d1a9d0656ba873656b3a82dd611731a
+ source = python-oci-2.60.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.60.1.tar.gz
+ sha256sums = a07da131700dc3864a0ee20d15f396ca1732df85bb035d42ca8a36ba08ad0863
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 3eeb849887be..4f147ca7ee33 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.59.0
+pkgver=2.60.1
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=('acfc8e76cfbe8cbb23185c88200747276d1a9d0656ba873656b3a82dd611731a')
+sha256sums=('a07da131700dc3864a0ee20d15f396ca1732df85bb035d42ca8a36ba08ad0863')
prepare() {
cd "${_pyname}-${pkgver}"