From 98aa860b5cbdb3b8b53c3108c704d98fa8b2e9b9 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 2 Feb 2019 08:45:19 +0000 Subject: [PATCH] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- python-pyrsistent.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pyrsistent.spec b/python-pyrsistent.spec index c180222..301fcc0 100644 --- a/python-pyrsistent.spec +++ b/python-pyrsistent.spec @@ -14,7 +14,7 @@ original structure is left untouched.} Name: python-%{pypi_name} Summary: Persistent/Functional/Immutable data structures Version: 0.14.9 -Release: 1%{?dist} +Release: 2%{?dist} License: MIT URL: http://github.com/tobgu/pyrsistent/ @@ -72,6 +72,9 @@ rm -rf %{pypi_name}.egg-info %changelog +* Sat Feb 02 2019 Fedora Release Engineering - 0.14.9-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Mon Jan 14 2019 Fabio Valentini - 0.14.9-1 - Update to version 0.14.9. - Enable the test suite.