From bfbb2a88ea9b60500d7a65a3b96d58fa4548016c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 19:31:02 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-sqlalchemy.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 61d70c1..b84e9fb 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -1,3 +1,4 @@ +%global _without_xdist 1 # Don't build Python 3 package on all EL <= 7 %if !0%{?rhel} || 0%{?rhel} > 7 %bcond_without python3 @@ -21,7 +22,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: 1%{?dist} +Release: 2%{?dist} Summary: Modular and flexible ORM library for python License: MIT @@ -165,6 +166,9 @@ PYTHONPATH=. %{__python3} -m pytest test \ # with python3 %changelog +* Fri May 22 2020 Miro HronĨok - 1.3.17-2 +- Bootstrap for Python 3.9 + * Sat May 16 2020 Nils Philippsen - 1.3.17-1 - version 1.3.17