From 6947effe2b2586a68aa73eac941e8ef349edbd95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Fri, 15 Jun 2018 11:49:53 +0200 Subject: [PATCH] Bootstrap for Python 3.7 --- python-sphinx.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index 601e184..8db4e15 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -1,5 +1,4 @@ %global _without_tests 1 -%global _without_websupport 1 %if 0%{?fedora} || 0%{?rhel} > 7 %global with_python3 1 %else @@ -29,7 +28,7 @@ Name: python-sphinx Version: 1.7.2 -Release: 3%{?dist} +Release: 4%{?dist} Epoch: 1 Summary: Python documentation generator @@ -624,6 +623,9 @@ popd %changelog +* Fri Jun 15 2018 Miro Hrončok - 1:1.7.2-4 +- Bootstrap for Python 3.7 + * Thu Jun 14 2018 Miro Hrončok - 1:1.7.2-3 - Bootstrap for Python 3.7