summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2023-05-22 09:12:16 +1000
committerAndy Botting2023-05-22 09:12:16 +1000
commit42dc7b4baad4460bbed2f2705e739019117055a6 (patch)
treeaf667a1df2f315ec3e4a4a65cfe19382e1d9ff53
parent809af2537dd44447bdcbbbc50f02f9e0e79eee24 (diff)
downloadaur-42dc7b4baad4460bbed2f2705e739019117055a6.tar.gz
Update to v4.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 c06ff62b3979..d76dc67c2f70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-osc-placement
pkgdesc = OpenStackClient plugin for the Placement service
- pkgver = 4.0.0
+ pkgver = 4.1.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/4.0.0.tar.gz
- sha512sums = 5b320591ef4ac189c09f209129b1a9f08a0aafa59803072b1334ad483e07fce0d5837038fbfcda1b48eacdcd7a3e8fb4d4a6fc60c082c8195cfe7691171bdd58
+ source = https://github.com/openstack/osc-placement/archive/4.1.0.tar.gz
+ sha512sums = f301cfda3fdb2135c80650c3b8dfcc4926fbaa118869b4f417536be4f9cbcf64634b0b3715d3dcd983177f2a59a614d71353ad95aec43d8e3bd4d851d687bcea
pkgname = python-osc-placement
diff --git a/PKGBUILD b/PKGBUILD
index ae54396cdfcb..8b4c7984a406 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-osc-placement
-pkgver=4.0.0
+pkgver=4.1.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=('5b320591ef4ac189c09f209129b1a9f08a0aafa59803072b1334ad483e07fce0d5837038fbfcda1b48eacdcd7a3e8fb4d4a6fc60c082c8195cfe7691171bdd58')
+sha512sums=('f301cfda3fdb2135c80650c3b8dfcc4926fbaa118869b4f417536be4f9cbcf64634b0b3715d3dcd983177f2a59a614d71353ad95aec43d8e3bd4d851d687bcea')
export PBR_VERSION=$pkgver