From 9eda4d9189908e1cea57ca584a78b04719f771a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 24 May 2020 04:32:48 +0200 Subject: [PATCH] Rebuilt for Python 3.9 --- python-sqlalchemy.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index b84e9fb..9c0f0f5 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,4 +1,3 @@ -%global _without_xdist 1 # Don't build Python 3 package on all EL <= 7 %if !0%{?rhel} || 0%{?rhel} > 7 %bcond_without python3 @@ -22,7 +21,7 @@ Name: python-sqlalchemy Version: 1.3.17 # cope with pre-release versions containing tildes %global srcversion %{lua: srcversion, num = rpm.expand("%{version}"):gsub("~", ""); print(srcversion);} -Release: 2%{?dist} +Release: 3%{?dist} Summary: Modular and flexible ORM library for python License: MIT @@ -166,6 +165,9 @@ PYTHONPATH=. %{__python3} -m pytest test \ # with python3 %changelog +* Sun May 24 2020 Miro Hrončok - 1.3.17-3 +- Rebuilt for Python 3.9 + * Fri May 22 2020 Miro Hrončok - 1.3.17-2 - Bootstrap for Python 3.9