summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-01-18 20:49:04 +1100
committerAndy Botting2020-01-18 20:49:04 +1100
commitb716d9cda4d829c932115cbd5bd6f9314b06d2bf (patch)
treef36fcfedbf2adba7a442c00eb0cdc3229dbf5f55
parent42769c81c32b83aab9f17379af70a1935a053327 (diff)
downloadaur-b716d9cda4d829c932115cbd5bd6f9314b06d2bf.tar.gz
Update to v1.10.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eea70619a246..95a8ea07e9e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
- pkgver = 1.9.0
+ pkgver = 1.10.0
pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-futurist
depends = python-six
depends = python-monotonic
depends = python-prettytable
- source = https://github.com/openstack/futurist/archive/1.9.0.tar.gz
- sha512sums = 42d47c59160643a3078bef0fcad8b30a0811483b2f3193bd5d0c418d930ca97499cbca4eaca86fd75827fc48f6777dfd67ab6f464bf57a8ee56c361de0bca81b
+ source = https://github.com/openstack/futurist/archive/1.10.0.tar.gz
+ sha512sums = ae9eb05b895b48dcd71774594b1a8261ba86bf7ae4b0cb30f70edaa75249fe8179ed7e92bec0cb4f9889edbf6e69299adfa5938b7fe45684ecf290be7fae5bc4
pkgname = python-futurist
diff --git a/PKGBUILD b/PKGBUILD
index 64bdab257e66..3b5a3c3036ab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver='1.9.0'
+pkgver='1.10.0'
pkgrel='1'
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
@@ -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=('42d47c59160643a3078bef0fcad8b30a0811483b2f3193bd5d0c418d930ca97499cbca4eaca86fd75827fc48f6777dfd67ab6f464bf57a8ee56c361de0bca81b')
+sha512sums=('ae9eb05b895b48dcd71774594b1a8261ba86bf7ae4b0cb30f70edaa75249fe8179ed7e92bec0cb4f9889edbf6e69299adfa5938b7fe45684ecf290be7fae5bc4')
export PBR_VERSION=$pkgver