From efeb8361382544ba1b7373f5a3f9631ebdbf1a59 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 17 Jun 2018 16:10:48 +0200 Subject: [PATCH] Rebuilt for Python 3.7 --- python-alembic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-alembic.spec b/python-alembic.spec index f01c6ab..be77265 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -12,7 +12,7 @@ Name: python-alembic Version: 0.9.7 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Database migration tool for SQLAlchemy Group: Development/Libraries @@ -222,6 +222,9 @@ popd %changelog +* Sun Jun 17 2018 Miro HronĨok - 0.9.7-5 +- Rebuilt for Python 3.7 + * Wed Feb 21 2018 Iryna Shcherbina - 0.9.7-4 - Update Python 2 dependency declarations to new packaging standards (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)