diff --git a/python-alembic.spec b/python-alembic.spec index e61b045..ee733c1 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -2,7 +2,7 @@ Name: python-alembic Version: 1.7.7 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Database migration tool for SQLAlchemy License: MIT @@ -103,6 +103,9 @@ py.test-3 %changelog +* Tue Jun 14 2022 Python Maint - 1.7.7-2 +- Rebuilt for Python 3.11 + * Sun May 29 2022 Kevin Fenzi - 1.7.7-1 - Update to 1.7.7. Fixes rhbz#2049145