From ba46707472cb63f9006c563cff135e68f2de9b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 16 Aug 2019 16:40:12 +0200 Subject: [PATCH] Rebuilt for Python 3.8 --- python-py.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-py.spec b/python-py.spec index db71419..85f3c5b 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,5 +1,3 @@ -%global _without_docs 1 -%global _without_tests 1 # we have a circular (build) dependency with the (new) pytest package # when generating the docs or running the testsuite %bcond_without docs @@ -21,7 +19,7 @@ Name: python-%{srcname} Version: 1.8.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT and Public Domain # main package: MIT, except: doc/style.css: Public Domain @@ -179,6 +177,9 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing %changelog +* Fri Aug 16 2019 Miro Hrončok - 1.8.0-5 +- Rebuilt for Python 3.8 + * Wed Aug 14 2019 Miro Hrončok - 1.8.0-4 - Bootstrap for Python 3.8