summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2022-07-13 08:09:01 +1000
committerAndy Botting2022-07-13 08:09:01 +1000
commitd8347b846fcf19e4924d7d6914654a1855b3ae38 (patch)
tree319a01dc4ab2a3a3b0ee009322c0b8783af4dfaf
parentf76e42ee52a4743aa6dd095b356a61f0a6b5dd7a (diff)
downloadaur-d8347b846fcf19e4924d7d6914654a1855b3ae38.tar.gz
Update to v2.4.1-1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 48735ccdefb2..c8b308ac5daa 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.3.0
+ pkgver = 2.4.1
pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
@@ -16,8 +16,7 @@ pkgbase = python-futurist
depends = python-monotonic
depends = python-prettytable
depends = python-wheel
- source = https://github.com/openstack/futurist/archive/2.3.0.tar.gz
- sha512sums = 79a0e8ec71a27ca6a58ed2e45ada7bfaae9f09fe1d68be624eb31593b4417f4c7ec8569cda13727694aa25250f95077d407a13897cc67bd86042ad64d9726540
+ source = https://github.com/openstack/futurist/archive/2.4.1.tar.gz
+ sha512sums = 843dddb5aacde60772be4e92b7c514393ccc51849da8c34ce0bdfa77155bcd4d002a1986143f2ba575ff6eb4f2cae036536da484ed0cc494caaf26b417ebb8e1
pkgname = python-futurist
-
diff --git a/PKGBUILD b/PKGBUILD
index 2665affa4e47..971ba7759196 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver=2.3.0
+pkgver=2.4.1
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-stestr'
'python-testrepository' 'python-testscenarios' 'python-testtools')
source=("https://github.com/openstack/futurist/archive/$pkgver.tar.gz")
-sha512sums=('79a0e8ec71a27ca6a58ed2e45ada7bfaae9f09fe1d68be624eb31593b4417f4c7ec8569cda13727694aa25250f95077d407a13897cc67bd86042ad64d9726540')
+sha512sums=('843dddb5aacde60772be4e92b7c514393ccc51849da8c34ce0bdfa77155bcd4d002a1986143f2ba575ff6eb4f2cae036536da484ed0cc494caaf26b417ebb8e1')
export PBR_VERSION=$pkgver