diff --git a/python-flask-migrate.spec b/python-flask-migrate.spec index 848e00c..b1fb07d 100644 --- a/python-flask-migrate.spec +++ b/python-flask-migrate.spec @@ -1,13 +1,7 @@ # Upstream name %global srcname Flask-Migrate -%if 0%{?fedora == 35} -# Disable the tests until python-flask-sqlalchemy is updated to support -# python-sqlalchemy 1.4. -%bcond_with tests -%else %bcond_without tests -%endif # Name used in egg-info %global eggname %(\ @@ -20,7 +14,7 @@ Name: python-%{rpmname} Version: 2.5.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: SQLAlchemy database migrations for Flask applications using Alembic License: MIT @@ -102,6 +96,10 @@ echo 'Tests are disabled' %changelog +* Mon May 24 2021 Benjamin A. Beasley - 2.5.3-4 +- Re-enable tests on F35/Rawhide since python-flask-sqlalchemy is now updated to + 2.5.x. + * Sun May 23 2021 Benjamin A. Beasley - 2.5.3-3 - Replace %%modname with a group of name macros and use them in more places - Change URL from PyPI to GitHub, and HTTP to HTTPS