summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2023-10-04 20:38:01 -0400
committerAndrew O'Neill2023-10-04 20:38:01 -0400
commita3166e2e4177446aeb743765a364ee7673fb7de7 (patch)
treedbf0d66ec8ff6869ad793021da8947f7c3705191
parentcbab8bd68cfcac2ccb510ab2f4849d04c444e570 (diff)
downloadaur-a3166e2e4177446aeb743765a364ee7673fb7de7.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 a18dd31eeda5..0c9c9f155248 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.112.2
+ pkgver = 2.112.3
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.112.2.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.112.2.tar.gz
- sha256sums = 86de0bd6b436547e6e75ba1ee9f9ad90737a24d5b6802e31bc313dfccad599e9
+ source = python-oci-2.112.3.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.112.3.tar.gz
+ sha256sums = d2aa08c329dfadbb4ebd48406f04a852e0d4168e7b59443b32d79c50dfab96ae
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 63317c25b675..5a31d8f92118 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.112.2
+pkgver=2.112.3
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=('86de0bd6b436547e6e75ba1ee9f9ad90737a24d5b6802e31bc313dfccad599e9')
+sha256sums=('d2aa08c329dfadbb4ebd48406f04a852e0d4168e7b59443b32d79c50dfab96ae')
prepare() {
cd "${_pyname}-${pkgver}"