From 74c85146896f3ac340e06e50d1e45534716dd5bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 14 Jun 2018 15:12:54 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-sphinx.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index b844232..601e184 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,3 +1,5 @@ +%global _without_tests 1 +%global _without_websupport 1 %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %else @@ -27,7 +29,7 @@ Name: python-sphinx Version: 1.7.2 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 Summary: Python documentation generator @@ -622,6 +624,9 @@ popd %changelog +* Thu Jun 14 2018 Miro HronĨok - 1:1.7.2-3 +- Bootstrap for Python 3.7 + * Wed Apr 11 2018 Petr Viktorin - 1:1.7.2-2 - Conditionalize the ImageMagick build dependency & tests