diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index d2163c0..a3e4e5c 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -21,7 +21,7 @@ Name: python-sqlalchemy Version: 1.3.13 # cope with pre-release versions containing tildes %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} -Release: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python License: MIT @@ -165,6 +165,9 @@ PYTHONPATH=. %{__python3} -m pytest test \ # with python3 %changelog +* Thu Jan 30 2020 Fedora Release Engineering - 1.3.13-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Sun Jan 26 2020 Nils Philippsen - 1.3.13-1 - version 1.3.13