From 2eb41a285e71491d573f5b7c9bdfc9b1a21e44a4 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 1 Mar 2019 10:08:56 +0100 Subject: [PATCH] Update futurist to 1.8.1 Change-Id: Ie6bf58fb24676e464e6ca471538718675b098ca6 --- openstack/futurist/futurist.spec.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack/futurist/futurist.spec.j2 b/openstack/futurist/futurist.spec.j2 index 3e25283f4..6b069a4f5 100644 --- a/openstack/futurist/futurist.spec.j2 +++ b/openstack/futurist/futurist.spec.j2 @@ -1,5 +1,5 @@ {% set pypi_name = 'futurist' %} -{% set upstream_version = upstream_version('1.8.0') %} +{% set upstream_version = upstream_version('1.8.1') %} {% set rpm_release = '1' %} {% set source = url_pypi() %}