summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2024-03-12 11:20:41 -0400
committerAndrew O'Neill2024-03-12 11:20:41 -0400
commitfa86989aa8c18845bb164fe3775676fc7d6358d2 (patch)
treefaebf257bfe1ede1c6944471503b4bda0b0fad94
parent3b1e5d9f9d3d7a4409c46d8e79efa69d071787cb (diff)
downloadaur-fa86989aa8c18845bb164fe3775676fc7d6358d2.tar.gz
Update version to 2.124.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa3d5f42f3c5..9a39aa4dbb80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.124.0
+ pkgver = 2.124.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.124.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.124.0.tar.gz
- sha256sums = d6b621e847b7a26afc06ac55785e45a78b4578fbf8d93a9ddd2508bcd95c9212
+ source = python-oci-2.124.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.124.1.tar.gz
+ sha256sums = e2501af24c069df4760380aab9a179e9db9f53c7102692b6387cd0e036bda1fc
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 3289533c7cf6..001274ef021a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.124.0
+pkgver=2.124.1
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=('d6b621e847b7a26afc06ac55785e45a78b4578fbf8d93a9ddd2508bcd95c9212')
+sha256sums=('e2501af24c069df4760380aab9a179e9db9f53c7102692b6387cd0e036bda1fc')
prepare() {
cd "${_pyname}-${pkgver}"