From 128cfadaccce20ee8acd503622ac0e52d32dba39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 20:31:04 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-alembic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-alembic.spec b/python-alembic.spec index 465b926..09199c6 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -2,7 +2,7 @@ Name: python-alembic Version: 1.4.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Database migration tool for SQLAlchemy License: MIT @@ -98,6 +98,9 @@ py.test-3 %changelog +* Sun May 24 2020 Miro HronĨok - 1.4.2-2 +- Rebuilt for Python 3.9 + * Sun Mar 22 2020 Carl George - 1.4.2-1 - Latest upstream rhbz#1808866