summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2019-09-25 11:08:01 +1000
committerAndy Botting2019-09-25 11:08:01 +1000
commit42769c81c32b83aab9f17379af70a1935a053327 (patch)
treefe280e2388cce9e684c62ec7dc2c1483aab3d2f7
parentc83b246fdcc4690843671e5199cac7acb6779701 (diff)
downloadaur-42769c81c32b83aab9f17379af70a1935a053327.tar.gz
Update to v1.9.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b628bbe18862..eea70619a246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
- pkgver = 1.8.1
- pkgrel = 2
+ pkgver = 1.9.0
+ pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
license = Apache
@@ -14,8 +14,8 @@ pkgbase = python-futurist
depends = python-six
depends = python-monotonic
depends = python-prettytable
- source = https://github.com/openstack/futurist/archive/1.8.1.tar.gz
- sha512sums = 2718593c54d2babba96a9a410f09648d7b32c038af912e3f217143ec0e2f11af6427c739acbf34b114351cb35aee869cf8ebcb7436c148f30ccc264664044cbe
+ source = https://github.com/openstack/futurist/archive/1.9.0.tar.gz
+ sha512sums = 42d47c59160643a3078bef0fcad8b30a0811483b2f3193bd5d0c418d930ca97499cbca4eaca86fd75827fc48f6777dfd67ab6f464bf57a8ee56c361de0bca81b
pkgname = python-futurist
diff --git a/PKGBUILD b/PKGBUILD
index 6d7596fa6110..64bdab257e66 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver=1.8.1
-pkgrel=2
+pkgver='1.9.0'
+pkgrel='1'
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
url='https://docs.openstack.org/futurist/'
@@ -11,7 +11,7 @@ depends=('python-pbr' 'python-six' 'python-monotonic' 'python-prettytable')
checkdepends=('python-eventlet' 'python-oslotest' 'python-testrepository'
'python-testscenarios' 'python-testtools')
source=("https://github.com/openstack/futurist/archive/$pkgver.tar.gz")
-sha512sums=('2718593c54d2babba96a9a410f09648d7b32c038af912e3f217143ec0e2f11af6427c739acbf34b114351cb35aee869cf8ebcb7436c148f30ccc264664044cbe')
+sha512sums=('42d47c59160643a3078bef0fcad8b30a0811483b2f3193bd5d0c418d930ca97499cbca4eaca86fd75827fc48f6777dfd67ab6f464bf57a8ee56c361de0bca81b')
export PBR_VERSION=$pkgver