From a06c535b39062714878cc76beb7f2cea8da5623e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 15 Aug 2019 17:31:12 +0200 Subject: [PATCH] Bootstrap for Python 3.8 --- python-sphinx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 8e92602..4df6b10 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,3 +1,5 @@ +%global _without_tests 1 +%global _without_websupport 1 # When bootstrapping sphinx, we don't yet have sphinxcontrib-websupport # Without it we have warnings in docs, but it's not a hard dependency %bcond_without websupport @@ -23,7 +25,7 @@ Name: python-sphinx #global prerel ... %global upstream_version %{general_version}%{?prerel} Version: %{general_version}%{?prerel:~%{prerel}} -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Python documentation generator @@ -385,6 +387,9 @@ export PATH=%{buildroot}%{_bindir}:$PATH %changelog +* Thu Aug 15 2019 Miro HronĨok - 1:2.1.2-4 +- Bootstrap for Python 3.8 + * Thu Aug 15 2019 Richard Shaw - 1:2.1.2-3 - Rebuild for Python 3.8.