summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-04-26 09:49:03 +1000
committerAndy Botting2020-04-26 09:49:03 +1000
commit83e0cd22d2f62378b1fb936881b22bc70db7b522 (patch)
tree9ca443b65f0dcf9f26962681afc551094202ad27
parentf35bf330b951e7a611be2693abc9314fa55dcb68 (diff)
downloadaur-83e0cd22d2f62378b1fb936881b22bc70db7b522.tar.gz
Update to v2.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 aa80d2565bbf..2abbea54c668 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osc-placement
pkgdesc = OpenStackClient plugin for the Placement service
- pkgver = 1.8.0
+ pkgver = 2.0.0
pkgrel = 1
url = http://docs.openstack.org/osc-placement
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-osc-placement
depends = python-six
depends = python-keystoneauth1
depends = python-osc-lib
- source = https://github.com/openstack/osc-placement/archive/1.8.0.tar.gz
- sha512sums = b9774d9d9056fb73eabee11733a091df353d1f7b6e09aa872f442227138137282582ceb316213112ec7f2ae3611e75941abd84c850bfb27cba3422e51298b97f
+ source = https://github.com/openstack/osc-placement/archive/2.0.0.tar.gz
+ sha512sums = 4a6fbe5c12e1f121a882801514541c37c103dc2b695e1d428bd1640ccef2219769577cb0b2dfd6c9782048c021833c74a802274e76d3dbb46b4e36257e5fe667
pkgname = python-osc-placement
diff --git a/PKGBUILD b/PKGBUILD
index ce568cb30add..d44343cf981b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-osc-placement
-pkgver='1.8.0'
+pkgver='2.0.0'
pkgrel='1'
pkgdesc='OpenStackClient plugin for the Placement service'
arch=('any')
@@ -12,7 +12,7 @@ depends=('python-pbr' 'python-six' 'python-keystoneauth1'
checkdepends=('python-oslotest' 'python-openstackclient' 'python-stestr'
'python-wsgi-intercept')
source=("https://github.com/openstack/osc-placement/archive/$pkgver.tar.gz")
-sha512sums=('b9774d9d9056fb73eabee11733a091df353d1f7b6e09aa872f442227138137282582ceb316213112ec7f2ae3611e75941abd84c850bfb27cba3422e51298b97f')
+sha512sums=('4a6fbe5c12e1f121a882801514541c37c103dc2b695e1d428bd1640ccef2219769577cb0b2dfd6c9782048c021833c74a802274e76d3dbb46b4e36257e5fe667')
export PBR_VERSION=$pkgver