From 6b55ea6d923a5bdd00d3bc2a9ac12c3431145c60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 22 May 2020 04:03:53 +0200 Subject: [PATCH] Bootstrap for Python 3.9 --- python-py.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-py.spec b/python-py.spec index bf9f4e6..8b9f947 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 @@ -16,7 +18,7 @@ Name: python-%{srcname} Version: 1.8.0 -Release: 8%{?dist} +Release: 9%{?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 @@ -110,6 +112,9 @@ py.test-%{python3_version} -r s -k"-TestWCSvnCommandPath" testing %changelog +* Fri May 22 2020 Miro HronĨok - 1.8.0-9 +- Bootstrap for Python 3.9 + * Thu Jan 30 2020 Fedora Release Engineering - 1.8.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild