summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2021-10-05 12:22:50 +1100
committerAndy Botting2021-10-05 12:22:50 +1100
commitc77f49c39c45e592efa61fc76cfa9c1a44f7910d (patch)
tree5b2460bd2d4a3b67ebe4812dbecaaced699995c8
parentb68319519d63d6d66d927e97b5b11492c30d75de (diff)
downloadaur-c77f49c39c45e592efa61fc76cfa9c1a44f7910d.tar.gz
Update to v5.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a0da044a13e8..14782d179e16 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-barbicanclient
pkgdesc = Client library for the Barbican Key Management API
- pkgver = 5.1.0
+ pkgver = 5.2.0
pkgrel = 1
url = https://docs.openstack.org/python-barbicanclient/
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-barbicanclient
depends = python-oslo-i18n
depends = python-oslo-serialization
depends = python-oslo-utils
- source = https://github.com/openstack/python-barbicanclient/archive/5.1.0.tar.gz
- sha512sums = 837b56a7836c258a6a5422dc0c82e142b8cb6a4e372738e951bc1e18987030c70e99c2ab69305d154d8e5233ab7efffe3d7856416db73e0830fa6a175c1ea680
+ source = https://github.com/openstack/python-barbicanclient/archive/5.2.0.tar.gz
+ sha512sums = db091ba793948fd9e7a6cf5788741570c4021eb5540ece0b4fc983ed744f17c11860aefc7d373ea6d6dd972189ecb2a69a4257549a6e4a44459ae62e148a4dca
pkgname = python-barbicanclient
diff --git a/PKGBUILD b/PKGBUILD
index f5c0c3bfdb99..64b44f468c4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-barbicanclient
-pkgver=5.1.0
+pkgver=5.2.0
pkgrel=1
pkgdesc='Client library for the Barbican Key Management API'
arch=('any')
@@ -14,7 +14,7 @@ checkdepends=('python-fixtures' 'python-requests-mock' 'python-mock'
'python-testrepository' 'python-testtools' 'python-oslotest'
'python-nose' 'python-oslo-config' 'python-openstackclient')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('837b56a7836c258a6a5422dc0c82e142b8cb6a4e372738e951bc1e18987030c70e99c2ab69305d154d8e5233ab7efffe3d7856416db73e0830fa6a175c1ea680')
+sha512sums=('db091ba793948fd9e7a6cf5788741570c4021eb5540ece0b4fc983ed744f17c11860aefc7d373ea6d6dd972189ecb2a69a4257549a6e4a44459ae62e148a4dca')
export PBR_VERSION=$pkgver