summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2021-01-27 08:53:23 +1100
committerAndy Botting2021-01-27 08:53:23 +1100
commitaf7c42a578fc5663155c897b49e338b6a52f875f (patch)
treeaffde4d9c0691d574767dd47c8ce2c5cc48bf0cc
parenta2eee7db87be2440787992358f16dffd823aae8c (diff)
downloadaur-af7c42a578fc5663155c897b49e338b6a52f875f.tar.gz
Update to v2.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e0b609859a0..752c43875676 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-muranoclient
pkgdesc = Python client library for Murano
- pkgver = 2.1.0
+ pkgver = 2.2.0
pkgrel = 1
url = https://docs.openstack.org/python-muranoclient/
arch = any
@@ -31,8 +31,8 @@ pkgbase = python-muranoclient
depends = python-oslo-utils
depends = python-oslo-log
depends = python-oslo-i18n
- source = https://github.com/openstack/python-muranoclient/archive/2.1.0.tar.gz
- sha512sums = 9c25aafe3b53a210893a625383a48f9dd981dc669703aea2c0d3741eb51ef840db5435585589a6c13143708a975a3563080545130bf4a5ca9eac4988a41cb3be
+ source = https://github.com/openstack/python-muranoclient/archive/2.2.0.tar.gz
+ sha512sums = 1ecb4712c3eabad31b9391111cd0eb07d7eac07a3eafdf70ca11d513f7e465f71969a780b47a141c052fe5a3aefbd07db39475e98ddc0e5eb57edad2985116a8
pkgname = python-muranoclient
diff --git a/PKGBUILD b/PKGBUILD
index 03f9d59fc2fe..ebb9056e4d02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-muranoclient
-pkgver=2.1.0
+pkgver=2.2.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=('9c25aafe3b53a210893a625383a48f9dd981dc669703aea2c0d3741eb51ef840db5435585589a6c13143708a975a3563080545130bf4a5ca9eac4988a41cb3be')
+sha512sums=('1ecb4712c3eabad31b9391111cd0eb07d7eac07a3eafdf70ca11d513f7e465f71969a780b47a141c052fe5a3aefbd07db39475e98ddc0e5eb57edad2985116a8')
export PBR_VERSION=$pkgver