summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Botting2021-01-13 19:40:52 +1100
committerAndy Botting2021-01-13 19:40:52 +1100
commitf76e42ee52a4743aa6dd095b356a61f0a6b5dd7a (patch)
tree857421432535e8816c39ef5a389bf168afd6050b
parent411f3222d56763d01455a6c0a870f0f21bc4b368 (diff)
downloadaur-f76e42ee52a4743aa6dd095b356a61f0a6b5dd7a.tar.gz
Update to v2.3.0-1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 344f0d46e817..48735ccdefb2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-futurist
pkgdesc = Code from the future, delivered to you in the now.
- pkgver = 2.2.0
- pkgrel = 2
+ pkgver = 2.3.0
+ pkgrel = 1
url = https://docs.openstack.org/futurist/
arch = any
license = Apache
@@ -16,8 +16,8 @@ pkgbase = python-futurist
depends = python-monotonic
depends = python-prettytable
depends = python-wheel
- source = https://github.com/openstack/futurist/archive/2.2.0.tar.gz
- sha512sums = 30c0186684a6f03ea6177978093a153f1c2c828a602fe76b1068dcd3feba93aa9791464f109321a2d2c3f7b32f4f76864493fdd225d2d4f9e81ac6fed3be1b4b
+ source = https://github.com/openstack/futurist/archive/2.3.0.tar.gz
+ sha512sums = 79a0e8ec71a27ca6a58ed2e45ada7bfaae9f09fe1d68be624eb31593b4417f4c7ec8569cda13727694aa25250f95077d407a13897cc67bd86042ad64d9726540
pkgname = python-futurist
diff --git a/PKGBUILD b/PKGBUILD
index cd6362af93a6..2665affa4e47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Andy Botting <andy@andybotting.com>
pkgname=python-futurist
-pkgver='2.2.0'
-pkgrel='2'
+pkgver=2.3.0
+pkgrel=1
pkgdesc='Code from the future, delivered to you in the now.'
arch=('any')
url='https://docs.openstack.org/futurist/'
@@ -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=('30c0186684a6f03ea6177978093a153f1c2c828a602fe76b1068dcd3feba93aa9791464f109321a2d2c3f7b32f4f76864493fdd225d2d4f9e81ac6fed3be1b4b')
+sha512sums=('79a0e8ec71a27ca6a58ed2e45ada7bfaae9f09fe1d68be624eb31593b4417f4c7ec8569cda13727694aa25250f95077d407a13897cc67bd86042ad64d9726540')
export PBR_VERSION=$pkgver