summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2021-10-05 12:26:27 +1100
committerAndy Botting2021-10-05 12:26:27 +1100
commitc63e6e3f086b7141be8458eaf81f6b0cecfcbec3 (patch)
tree373aa79b2358d6c171d81eadb8b16863c192b7fd
parent6f2e9e76b4a674147c2ffad4504acc35a19786f6 (diff)
downloadaur-c63e6e3f086b7141be8458eaf81f6b0cecfcbec3.tar.gz
Update to v3.0.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b236b0eeaf74..b40e446c3a83 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-manilaclient
pkgdesc = Client library for OpenStack Manila API
- pkgver = 2.6.0
+ pkgver = 3.0.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/2.6.0.tar.gz
- sha512sums = d83695bf92846e3be84a42dadd3eb283a98c020d8d7230764a0c91a41c53390002a285f21371b5c6ba47d5b2ed67166b805e03b8b5587387f662d1723ecccbfd
+ source = https://github.com/openstack/python-manilaclient/archive/3.0.0.tar.gz
+ sha512sums = b2d8de8545e8241a2d257a1499ec9632618e9f2e2b764d44f63048e7a0061c475e2ab094f4e2c66a4f643ee1be7acbfa6e79c045eadeca2a5a36f77b825e6af4
pkgname = python-manilaclient
diff --git a/PKGBUILD b/PKGBUILD
index 3ea709278224..e5d8d10c9886 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-manilaclient
-pkgver=2.6.0
+pkgver=3.0.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=('d83695bf92846e3be84a42dadd3eb283a98c020d8d7230764a0c91a41c53390002a285f21371b5c6ba47d5b2ed67166b805e03b8b5587387f662d1723ecccbfd')
+sha512sums=('b2d8de8545e8241a2d257a1499ec9632618e9f2e2b764d44f63048e7a0061c475e2ab094f4e2c66a4f643ee1be7acbfa6e79c045eadeca2a5a36f77b825e6af4')
export PBR_VERSION=$pkgver