summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2021-10-05 12:25:30 +1100
committerAndy Botting2021-10-05 12:25:30 +1100
commit189a4d956adfa75b266025a90aa880b3eb8cedcd (patch)
tree03ce3e5777b8fb25b4b48a2d560219da116f4b9f
parentaf7c42a578fc5663155c897b49e338b6a52f875f (diff)
downloadaur-189a4d956adfa75b266025a90aa880b3eb8cedcd.tar.gz
Update to v2.3.0-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 752c43875676..8228cb29d60d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-muranoclient
pkgdesc = Python client library for Murano
- pkgver = 2.2.0
+ pkgver = 2.3.0
pkgrel = 1
url = https://docs.openstack.org/python-muranoclient/
arch = any
@@ -31,8 +31,7 @@ pkgbase = python-muranoclient
depends = python-oslo-utils
depends = python-oslo-log
depends = python-oslo-i18n
- source = https://github.com/openstack/python-muranoclient/archive/2.2.0.tar.gz
- sha512sums = 1ecb4712c3eabad31b9391111cd0eb07d7eac07a3eafdf70ca11d513f7e465f71969a780b47a141c052fe5a3aefbd07db39475e98ddc0e5eb57edad2985116a8
+ source = https://github.com/openstack/python-muranoclient/archive/2.3.0.tar.gz
+ sha512sums = 9ccd869a273287c97c3a2a69b8eb0b004b586316e0a7e62507efb3961b77b2b4237f3e09da3e4a833869be49c61c5f77920ea9d090b8474da817a8cb86d5cbc5
pkgname = python-muranoclient
-
diff --git a/PKGBUILD b/PKGBUILD
index ebb9056e4d02..a8f6bd6e61d5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-muranoclient
-pkgver=2.2.0
+pkgver=2.3.0
pkgrel=1
pkgdesc='Python client library for Murano'
arch=('any')
@@ -16,7 +16,7 @@ checkdepends=('python-fixtures' 'python-mock' 'python-requests-mock'
'python-tempest' 'python-stestr' 'python-testscenarios'
'python-testtools' 'python-oslotest' 'python-os-testr')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('1ecb4712c3eabad31b9391111cd0eb07d7eac07a3eafdf70ca11d513f7e465f71969a780b47a141c052fe5a3aefbd07db39475e98ddc0e5eb57edad2985116a8')
+sha512sums=('9ccd869a273287c97c3a2a69b8eb0b004b586316e0a7e62507efb3961b77b2b4237f3e09da3e4a833869be49c61c5f77920ea9d090b8474da817a8cb86d5cbc5')
export PBR_VERSION=$pkgver