summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-03-21 11:08:48 -0400
committerAndrew O'Neill2024-03-21 11:08:48 -0400
commitf0bdeabd053cac3ec6eb5eb472a3799dc9b82a7e (patch)
tree110852926cfc9f639073c85ec71f04719bc2b458
parentfa86989aa8c18845bb164fe3775676fc7d6358d2 (diff)
downloadaur-f0bdeabd053cac3ec6eb5eb472a3799dc9b82a7e.tar.gz
Update version to 2.124.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9a39aa4dbb80..b0c26a6fb4ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.124.1
+ pkgver = 2.124.2
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.124.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.124.1.tar.gz
- sha256sums = e2501af24c069df4760380aab9a179e9db9f53c7102692b6387cd0e036bda1fc
+ source = python-oci-2.124.2.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.124.2.tar.gz
+ sha256sums = f495daf5f21cc8afd14b356bb246d365b21efc9cf851409b1f75e26a4ccd5115
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 001274ef021a..7b67478752dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.124.1
+pkgver=2.124.2
pkgrel=1
pkgdesc='Python SDK for Oracle Cloud Infrastructure'
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('Apache-2.0 OR UPL-1.0')
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=('e2501af24c069df4760380aab9a179e9db9f53c7102692b6387cd0e036bda1fc')
+sha256sums=('f495daf5f21cc8afd14b356bb246d365b21efc9cf851409b1f75e26a4ccd5115')
prepare() {
cd "${_pyname}-${pkgver}"