summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2022-09-19 19:26:25 +1000
committerAndy Botting2022-09-19 19:26:25 +1000
commit809af2537dd44447bdcbbbc50f02f9e0e79eee24 (patch)
treea208cc04b95a0f4df6b5222c8fe6ef2cf433c608
parent7cdcddc054257661afba18831a94d66ce37fc791 (diff)
downloadaur-809af2537dd44447bdcbbbc50f02f9e0e79eee24.tar.gz
Update to v4.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 81dafbf02c4d..c06ff62b3979 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osc-placement
pkgdesc = OpenStackClient plugin for the Placement service
- pkgver = 3.2.0
+ pkgver = 4.0.0
pkgrel = 1
url = http://docs.openstack.org/osc-placement
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-osc-placement
depends = python-six
depends = python-keystoneauth1
depends = python-osc-lib
- source = https://github.com/openstack/osc-placement/archive/3.2.0.tar.gz
- sha512sums = 95a5b3004671b4ea541b0b2a923779a0820e8fe89757977b05d1c30857066d93f873856110a529cdedd21eec4484cbc4e800b9a5dcabd670059a6f111d9e1dbe
+ source = https://github.com/openstack/osc-placement/archive/4.0.0.tar.gz
+ sha512sums = 5b320591ef4ac189c09f209129b1a9f08a0aafa59803072b1334ad483e07fce0d5837038fbfcda1b48eacdcd7a3e8fb4d4a6fc60c082c8195cfe7691171bdd58
pkgname = python-osc-placement
diff --git a/PKGBUILD b/PKGBUILD
index e13b7bb17048..ae54396cdfcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-osc-placement
-pkgver=3.2.0
+pkgver=4.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=('95a5b3004671b4ea541b0b2a923779a0820e8fe89757977b05d1c30857066d93f873856110a529cdedd21eec4484cbc4e800b9a5dcabd670059a6f111d9e1dbe')
+sha512sums=('5b320591ef4ac189c09f209129b1a9f08a0aafa59803072b1334ad483e07fce0d5837038fbfcda1b48eacdcd7a3e8fb4d4a6fc60c082c8195cfe7691171bdd58')
export PBR_VERSION=$pkgver