summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a6491686f99..542e942f30b8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-oci
pkgdesc = Python SDK for Oracle Cloud Infrastructure
- pkgver = 2.55.0
+ pkgver = 2.55.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.55.0.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.55.0.tar.gz
- sha256sums = fd403964007426c114426d5cbaaec188687acccb26b49632a5e2c1db092af63e
+ source = python-oci-2.55.1.tar.gz::https://github.com/oracle/oci-python-sdk/archive/v2.55.1.tar.gz
+ sha256sums = 0f2cb8b5882da4aa4bb9abbb1e6ca8acd460d78e43f50fdba6917987eda1fe73
pkgname = python-oci
diff --git a/PKGBUILD b/PKGBUILD
index f0b578c226f3..97d76fd9c44c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-oci
_pyname=oci-python-sdk
-pkgver=2.55.0
+pkgver=2.55.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=('fd403964007426c114426d5cbaaec188687acccb26b49632a5e2c1db092af63e')
+sha256sums=('0f2cb8b5882da4aa4bb9abbb1e6ca8acd460d78e43f50fdba6917987eda1fe73')
prepare() {
cd "${_pyname}-${pkgver}"