summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ed045f9ae5a..85e73e8ab2f9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-designateclient
pkgdesc = Python client library for Designate
- pkgver = 2.12.0
+ pkgver = 3.0.0
pkgrel = 1
url = https://docs.openstack.org/python-designateclient/
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-designateclient
depends = python-requests
depends = python-six
depends = python-stevedore
- source = https://github.com/openstack/python-designateclient/archive/2.12.0.tar.gz
- sha512sums = 99b202696de5c79649893d5a6ed13a422d781a2d87123f94d2c225f51fae5fa2416efd4a3b254954fca092c6eb28948597cceb56f011a1c216d168ff78b22560
+ source = https://github.com/openstack/python-designateclient/archive/3.0.0.tar.gz
+ sha512sums = 15e1b74769924a94558329d982754b6f7442110312cbef47cd699942964dccbda7718b40932a0dd7bc67587792030f79ebc45bd22ee0c1e30eb0e651694ead85
pkgname = python-designateclient
diff --git a/PKGBUILD b/PKGBUILD
index 532f7bae55d6..af1db56cd5ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-designateclient
-pkgver='2.12.0'
+pkgver='3.0.0'
pkgrel='1'
pkgdesc='Python client library for Designate'
arch=('any')
@@ -14,7 +14,7 @@ depends=('python-cliff' 'python-debtcollector' 'python-jsonschema'
checkdepends=('python-oslo-config' 'python-oslotest' 'python-requests-mock'
'python-subunit')
source=("https://github.com/openstack/$pkgname/archive/$pkgver.tar.gz")
-sha512sums=('99b202696de5c79649893d5a6ed13a422d781a2d87123f94d2c225f51fae5fa2416efd4a3b254954fca092c6eb28948597cceb56f011a1c216d168ff78b22560')
+sha512sums=('15e1b74769924a94558329d982754b6f7442110312cbef47cd699942964dccbda7718b40932a0dd7bc67587792030f79ebc45bd22ee0c1e30eb0e651694ead85')
export PBR_VERSION=$pkgver