summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew O'Neill2021-12-07 19:54:30 -0500
committerAndrew O'Neill2021-12-07 19:54:30 -0500
commita0fda735b3168152d14edcba4b1026f4167c48c9 (patch)
tree45e45ae8b340b4c647a3e39746b6c66c798e659b
parent5f5a68b66453f15d43f1a8094a93c125afae7f85 (diff)
downloadaur-a0fda735b3168152d14edcba4b1026f4167c48c9.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 1b088216df2c..a426b3cffc0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.52.0
+ pkgver = 2.52.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.52.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.52.0.tar.gz
- sha256sums = 70c1aa0c5b62ab979910ea3f2060627b85ce32d9f90c3fc098d8db2e79e36ac4
+ source = python-oci-2.52.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.52.1.tar.gz
+ sha256sums = b6261f75328e093ce3876febfab7f9576e7e54fa175ff0230a60e5b8133c4ae6
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index 4d1463210c6f..7312e8d7fc86 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.52.0
+pkgver=2.52.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=('70c1aa0c5b62ab979910ea3f2060627b85ce32d9f90c3fc098d8db2e79e36ac4')
+sha256sums=('b6261f75328e093ce3876febfab7f9576e7e54fa175ff0230a60e5b8133c4ae6')
prepare() {
cd "${_pyname}-${pkgver}"