Rebuilt for Python 3.10

This commit is contained in:
Python Maint 2021-06-04 00:12:49 +02:00 committed by Miro Hrončok
parent 340fc49873
commit 8778acd38a
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ Name: python-sqlalchemy
Version: 1.4.15
# 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
@ -125,6 +125,9 @@ PYTHONPATH=. %{__python3} -m pytest test -k "not test_error_other_loop" \
%{python3_sitearch}/*
%changelog
* Thu Jun 03 2021 Python Maint <python-maint@redhat.com> - 1.4.15-2
- Rebuilt for Python 3.10
* Fri May 14 2021 Nils Philippsen <nils@tiptoe.de> - 1.4.15-1
- version 1.4.15