summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-02-17 09:26:31 +1100
committerAndy Botting2020-02-17 09:26:31 +1100
commitdd59be6ecea766a52f75f395c9b546b1bd92a836 (patch)
treee9d6e75836eb7c7ab83bdffc0ea976aab941cacc
parent567f9b29e6c521e368ef8eb8afa0c08cbcaa084d (diff)
downloadaur-dd59be6ecea766a52f75f395c9b546b1bd92a836.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 5bd2d08fcd7b..4af36a663257 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-saharaclient
pkgdesc = Python client library for Sahara
- pkgver = 2.3.0
+ pkgver = 3.0.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/2.3.0.tar.gz
- sha512sums = 173d18a692ef739cff7a4c825660d5da887d650654a7f8e09191350457dc02cae17767f1e9b99f0b5a03f9a5c8907368ff0ec6b606b0a4cccf74d24880825116
+ source = https://github.com/openstack/python-saharaclient/archive/3.0.0.tar.gz
+ sha512sums = 3cf8f43ce0256aa944760749fecf78bd2f7ee56799e390c0b6c4b64d91f234e9211596fd9fc46dedcd75451d9ec1afa92e5619a184e104ab8747c07b32438cec
pkgname = python-saharaclient
diff --git a/PKGBUILD b/PKGBUILD
index b22657344c28..1717497c1882 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-saharaclient
-pkgver='2.3.0'
+pkgver='3.0.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=('173d18a692ef739cff7a4c825660d5da887d650654a7f8e09191350457dc02cae17767f1e9b99f0b5a03f9a5c8907368ff0ec6b606b0a4cccf74d24880825116')
+sha512sums=('3cf8f43ce0256aa944760749fecf78bd2f7ee56799e390c0b6c4b64d91f234e9211596fd9fc46dedcd75451d9ec1afa92e5619a184e104ab8747c07b32438cec')
export PBR_VERSION=$pkgver