summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-04-26 09:57:17 +1000
committerAndy Botting2020-04-26 09:57:17 +1000
commit750ae898cf38a75fe8783dc1fc199242499f3630 (patch)
treeb2ac3278ef49eb9cae1574dbe8c63c76cd7d6180
parentdd59be6ecea766a52f75f395c9b546b1bd92a836 (diff)
downloadaur-750ae898cf38a75fe8783dc1fc199242499f3630.tar.gz
Update to v3.1.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4af36a663257..a1ccf45ba3de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-saharaclient
pkgdesc = Python client library for Sahara
- pkgver = 3.0.0
+ pkgver = 3.1.0
pkgrel = 1
url = http://docs.openstack.org/python-saharaclient/
arch = any
@@ -21,8 +21,8 @@ pkgbase = python-saharaclient
depends = python-openstackclient
depends = python-requests
depends = python-six
- source = https://github.com/openstack/python-saharaclient/archive/3.0.0.tar.gz
- sha512sums = 3cf8f43ce0256aa944760749fecf78bd2f7ee56799e390c0b6c4b64d91f234e9211596fd9fc46dedcd75451d9ec1afa92e5619a184e104ab8747c07b32438cec
+ source = https://github.com/openstack/python-saharaclient/archive/3.1.0.tar.gz
+ sha512sums = 9510e493d1fd94b8337ffe2318b1fc46862c13d7214b0eef32514311a80a993233c93bcff86271d86de953d3df43256c5ca12d6682d42fcf12b1f02180ebff4c
pkgname = python-saharaclient
diff --git a/PKGBUILD b/PKGBUILD
index 1717497c1882..5a14f521f248 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-saharaclient
-pkgver='3.0.0'
+pkgver='3.1.0'
pkgrel='1'
pkgdesc='Python client library for Sahara'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-pbr' 'python-babel' 'python-keystoneauth1' 'python-osc-lib'
checkdepends=('python-hacking' 'python-mock' 'python-oslotest' 'python-stestr'
'python-requests-mock')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('3cf8f43ce0256aa944760749fecf78bd2f7ee56799e390c0b6c4b64d91f234e9211596fd9fc46dedcd75451d9ec1afa92e5619a184e104ab8747c07b32438cec')
+sha512sums=('9510e493d1fd94b8337ffe2318b1fc46862c13d7214b0eef32514311a80a993233c93bcff86271d86de953d3df43256c5ca12d6682d42fcf12b1f02180ebff4c')
export PBR_VERSION=$pkgver