From 2d4fd330bed42fd32cebfe2dac33ed338f7c0ad1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 14 Jun 2018 00:46:00 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-pbr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-pbr.spec b/python-pbr.spec index b95a79a..a2c8861 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 3.1.1 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Python Build Reasonableness License: ASL 2.0 @@ -125,6 +125,9 @@ rm -rf %{buildroot}%{python_sitelib}/pbr/tests %endif %changelog +* Wed Jun 13 2018 Miro HronĨok - 3.1.1-8 +- Rebuilt for Python 3.7 + * Tue Feb 27 2018 Iryna Shcherbina - 3.1.1-7 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)