diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 724ddab..9174bfc 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -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 - 1.4.37-2 +- Rebuilt for Python 3.11 + * Wed Jun 08 2022 Nils Philippsen - Generally BR: python3-pytest-xdist, also on EL9