From c57c776f65bd8f8a26b47c20e39b5cd2a2f2f16f Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 10:51:12 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-alembic.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-alembic.spec b/python-alembic.spec index 6c6998f..c4cd3f8 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -2,7 +2,7 @@ Name: python-alembic Version: 1.6.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Database migration tool for SQLAlchemy License: MIT @@ -102,6 +102,9 @@ py.test-3 %changelog +* Fri Jun 04 2021 Python Maint - 1.6.3-2 +- Rebuilt for Python 3.10 + * Sat May 22 2021 Kevin Fenzi - 1.6.3-1 - Update to 1.6.3. Fixes rhbz#1957878