Merged update from upstream sources

This is an automated DistroBaker update from upstream sources.
If you do not know what this is about or would like to opt out,
contact the OSCI team.

Source: https://src.fedoraproject.org/rpms/python-sqlalchemy.git#6b7bb78e2b97779efdb772d6b261863f1c7b1caf
This commit is contained in:
DistroBaker 2021-02-03 04:33:19 +00:00
parent 33cb1bfde4
commit f2801bbc6c
1 changed files with 4 additions and 1 deletions

View File

@ -21,7 +21,7 @@ Name: python-sqlalchemy
Version: 1.3.22
# 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 Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.22-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 21 2020 Nils Philippsen <nils@tiptoe.de> - 1.3.22-1
- version 1.3.22