Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
This commit is contained in:
Fedora Release Engineering 2020-07-29 04:06:56 +00:00
parent f341c386f1
commit f89e88a4f1
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Name: python-sqlalchemy
Version: 1.3.18
# 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
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jul 10 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.18-1
- version 1.3.18