From 2d285e3c9bb53fc3ea7bc591ad8a6d565f1593b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Wed, 13 Jun 2018 13:19:05 +0200 Subject: [PATCH] Build the docs with Python 3 --- python-zope-event.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/python-zope-event.spec b/python-zope-event.spec index 9223256..e975f9e 100644 --- a/python-zope-event.spec +++ b/python-zope-event.spec @@ -4,7 +4,7 @@ Name: python-zope-event Version: 4.2.0 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Zope Event Publication Group: Development/Languages License: ZPLv2.1 @@ -26,8 +26,6 @@ Summary: Zope Event Publication (Python 2) BuildRequires: python2-devel BuildRequires: python2-setuptools -BuildRequires: python2-sphinx - Requires: python2 %description -n python2-zope-event @@ -47,6 +45,8 @@ Summary: Zope Event Publication (Python 3) BuildRequires: python3-devel BuildRequires: python3-setuptools +BuildRequires: python3-sphinx + Requires: python3 %description -n python3-zope-event @@ -71,7 +71,7 @@ rm -rf %{modname}.egg-info # build the sphinx documents pushd docs -PYTHONPATH=../src make html +PYTHONPATH=../src make SPHINXBUILD=sphinx-build-3 html rm -f _build/html/.buildinfo popd @@ -114,6 +114,9 @@ popd %endif %changelog +* Wed Jun 13 2018 Miro HronĨok - 4.2.0-9 +- Build the docs with Python 3 + * Fri Feb 09 2018 Fedora Release Engineering - 4.2.0-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild