summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2020-06-22 14:35:38 +1000
committerAndy Botting2020-06-22 14:35:38 +1000
commitdf96b02e283fbd12e938f5a9b39ef0ceec32096e (patch)
tree6b8614c38c38ac785804dd4861c91b9d0893531b
parent31f8b38219562cab1a08eaacc20eeb3189e55a53 (diff)
downloadaur-df96b02e283fbd12e938f5a9b39ef0ceec32096e.tar.gz
Update to v2.2.0-1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f14d17863256..e4a8d209cd61 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
- pkgver = 2.1.1
+ pkgver = 2.2.0
pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
@@ -15,8 +15,8 @@ pkgbase = python-futurist
depends = python-monotonic
depends = python-prettytable
depends = python-wheel
- source = https://github.com/openstack/futurist/archive/2.1.1.tar.gz
- sha512sums = 5bc12a2e7c9657ba09b1ce3f527cec810fc8b1dbc8ebc1eeb73a730d19d1165f8d8325051bdc4a31c58ab79492699302a6749670e5c3f35be7d7fe9ecac73ff2
+ source = https://github.com/openstack/futurist/archive/2.2.0.tar.gz
+ sha512sums = 30c0186684a6f03ea6177978093a153f1c2c828a602fe76b1068dcd3feba93aa9791464f109321a2d2c3f7b32f4f76864493fdd225d2d4f9e81ac6fed3be1b4b
pkgname = python-futurist
diff --git a/PKGBUILD b/PKGBUILD
index 102bb620a1a0..6c8fbd6417a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver='2.1.1'
+pkgver='2.2.0'
pkgrel='1'
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
@@ -12,7 +12,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=('5bc12a2e7c9657ba09b1ce3f527cec810fc8b1dbc8ebc1eeb73a730d19d1165f8d8325051bdc4a31c58ab79492699302a6749670e5c3f35be7d7fe9ecac73ff2')
+sha512sums=('30c0186684a6f03ea6177978093a153f1c2c828a602fe76b1068dcd3feba93aa9791464f109321a2d2c3f7b32f4f76864493fdd225d2d4f9e81ac6fed3be1b4b')
export PBR_VERSION=$pkgver