Rebuilt for Python 3.11
This commit is contained in:
parent
135fe38dc4
commit
783932ce13
@ -19,7 +19,7 @@ Name: python-sqlalchemy
|
||||
Version: 1.4.37
|
||||
# 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
|
||||
@ -101,6 +101,9 @@ PYTHONPATH=. %{__python3} -m pytest test \
|
||||
%{python3_sitearch}/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 14 2022 Python Maint <python-maint@redhat.com> - 1.4.37-2
|
||||
- Rebuilt for Python 3.11
|
||||
|
||||
* Wed Jun 08 2022 Nils Philippsen <nils@tiptoe.de>
|
||||
- Generally BR: python3-pytest-xdist, also on EL9
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user