From eb6b56bf753874eb01b7d307610dcdd26ffa559e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 17:41:17 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-sqlalchemy.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/python-sqlalchemy.spec b/python-sqlalchemy.spec index 5921a6b..f8ef096 100644 --- a/python-sqlalchemy.spec +++ b/python-sqlalchemy.spec @@ -8,7 +8,7 @@ Name: python-sqlalchemy Version: 1.3.6 # 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 @@ -128,6 +128,9 @@ PYTHONPATH=. %{__python3} -m pytest test --numprocesses=auto %endif # with_python3 %changelog +* Thu Aug 15 2019 Miro HronĨok - 1.3.6-2 +- Rebuilt for Python 3.8 + * Sat Jul 27 2019 Nils Philippsen - 1.3.6-1 - version 1.3.6