summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-04-26 09:55:28 +1000
committerAndy Botting2020-04-26 09:55:28 +1000
commitd1d48c13d9256c03bfb4a5726a3dbc48dab21882 (patch)
treea4e733c86a5ca1b6f1fa377f109bf03afb1074b5
parent0c9d2bda61058b4c4eafa5d59db872660eb230e2 (diff)
downloadaur-python-heatclient.tar.gz
Update to v2.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 d16b3fc952cd..8469f03e0c68 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-heatclient
pkgdesc = Python client library for Heat
- pkgver = 1.18.0
+ pkgver = 2.1.0
pkgrel = 1
url = https://docs.openstack.org/python-heatclient/
arch = any
@@ -28,8 +28,8 @@ pkgbase = python-heatclient
depends = python-requests
depends = python-six
depends = python-openstackclient
- source = https://github.com/openstack/python-heatclient/archive/1.18.0.tar.gz
- sha512sums = b778e034bb80823642758fac167b30cf78a3c78dcc3bb99007c051012052b176a8faf4da26917004c21277b9db42c63dbbb9be4f50b5487fd4d6127e3dc78256
+ source = https://github.com/openstack/python-heatclient/archive/2.1.0.tar.gz
+ sha512sums = cfbcd75bbcd208a778f8c31de42a2242e2fa80c856345fba1def85fda1c818fa080b29c0ff91ee896caa0375d6058e405d725af2a51e63e906a0f59f3e492b99
pkgname = python-heatclient
diff --git a/PKGBUILD b/PKGBUILD
index 21ba4d8608ce..614594bc29a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-heatclient
-pkgver='1.18.0'
+pkgver='2.1.0'
pkgrel='1'
pkgdesc='Python client library for Heat'
arch=('any')
@@ -16,7 +16,7 @@ checkdepends=('python-fixtures' 'python-requests-mock' 'python-mock'
'python-openstackclient' 'python-stestr' 'python-testrepository'
'python-testscenarios' 'python-mox3')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('b778e034bb80823642758fac167b30cf78a3c78dcc3bb99007c051012052b176a8faf4da26917004c21277b9db42c63dbbb9be4f50b5487fd4d6127e3dc78256')
+sha512sums=('cfbcd75bbcd208a778f8c31de42a2242e2fa80c856345fba1def85fda1c818fa080b29c0ff91ee896caa0375d6058e405d725af2a51e63e906a0f59f3e492b99')
export PBR_VERSION=$pkgver