From 8778acd38adcbd304cdad3741849e9c9cf4e1d5b Mon Sep 17 00:00:00 2001 From: Python Maint Date: Fri, 4 Jun 2021 00:12:49 +0200 Subject: [PATCH] Rebuilt for Python 3.10 --- python-sqlalchemy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index ce614aa..64d7c56 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -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 - 1.4.15-2 +- Rebuilt for Python 3.10 + * Fri May 14 2021 Nils Philippsen - 1.4.15-1 - version 1.4.15