From 783932ce13f8909d28a6e78f0d6b1c79ce20ec4e Mon Sep 17 00:00:00 2001 From: Python Maint Date: Tue, 14 Jun 2022 12:09:00 +0200 Subject: [PATCH] Rebuilt for Python 3.11 --- python-sqlalchemy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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