summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2022-07-13 11:07:14 +1000
committerAndy Botting2022-07-13 11:07:14 +1000
commitc0db19997ad882cc4315ba5043c21aa683ee4471 (patch)
treee2134da8aef92b98da9540625eacfa2002ad9ffc
parentc63e6e3f086b7141be8458eaf81f6b0cecfcbec3 (diff)
downloadaur-c0db19997ad882cc4315ba5043c21aa683ee4471.tar.gz
Update to v3.4.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b40e446c3a83..3d9e3b06e5ba 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-manilaclient
pkgdesc = Client library for OpenStack Manila API
- pkgver = 3.0.0
+ pkgver = 3.4.0
pkgrel = 1
url = http://docs.openstack.org/python-manilaclient
arch = any
@@ -23,7 +23,7 @@ pkgbase = python-manilaclient
depends = python-babel
depends = python-six
depends = python-keystoneclient
- source = https://github.com/openstack/python-manilaclient/archive/3.0.0.tar.gz
- sha512sums = b2d8de8545e8241a2d257a1499ec9632618e9f2e2b764d44f63048e7a0061c475e2ab094f4e2c66a4f643ee1be7acbfa6e79c045eadeca2a5a36f77b825e6af4
+ source = https://github.com/openstack/python-manilaclient/archive/3.4.0.tar.gz
+ sha512sums = 73c66f08385e138654e888d511209fbc3e64b00a83994565ee49ef0ffd00425f222a3fcdf8048d2fe98e772517eca396e87ee0017ca57ea3fcc5edf861a54c01
pkgname = python-manilaclient
diff --git a/PKGBUILD b/PKGBUILD
index e5d8d10c9886..b0c3fdc04045 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-manilaclient
-pkgver=3.0.0
+pkgver=3.4.0
pkgrel=1
pkgdesc='Client library for OpenStack Manila API'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-oslo-config' 'python-oslo-log' 'python-oslo-serialization'
checkdepends=('python-ddt' 'python-fixtures' 'python-mock' 'python-os-testr'
'python-tempest' 'python-testtools' 'python-openstackclient')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('b2d8de8545e8241a2d257a1499ec9632618e9f2e2b764d44f63048e7a0061c475e2ab094f4e2c66a4f643ee1be7acbfa6e79c045eadeca2a5a36f77b825e6af4')
+sha512sums=('73c66f08385e138654e888d511209fbc3e64b00a83994565ee49ef0ffd00425f222a3fcdf8048d2fe98e772517eca396e87ee0017ca57ea3fcc5edf861a54c01')
export PBR_VERSION=$pkgver