From 20c47fcc6fe3cab7e96620382f370cbc4e7abe10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 14 Jun 2018 00:13:29 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-py.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-py.spec b/python-py.spec index 6855014..3455909 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,3 +1,5 @@ +%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 @@ -19,7 +21,7 @@ Name: python-%{srcname} Version: 1.5.3 -Release: 1%{?dist} +Release: 2%{?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 @@ -203,6 +205,9 @@ popd %changelog +* Wed Jun 13 2018 Miro HronĨok - 1.5.3-2 +- Bootstrap for Python 3.7 + * Thu Mar 22 2018 Thomas Moschny - 1.5.3-1 - Update to 1.5.3.