From d69dc51d27412aa9a3b1d0fb75d597f51bed4b310cd10e13907913bd4166d78c Mon Sep 17 00:00:00 2001 From: Hans-Peter Jansen Date: Wed, 1 Feb 2023 15:12:44 +0000 Subject: [PATCH] Accepting request 1062450 from home:bnavigator:branches:devel:languages:python - Explicitly require python3-Sphinx for building the docs. It could have been omitted from %pythons for %python_module in a 15.X backport project. OBS-URL: https://build.opensuse.org/request/show/1062450 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.hookable?expand=0&rev=25 --- python-zope.hookable.changes | 7 +++++++ python-zope.hookable.spec | 6 +++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/python-zope.hookable.changes b/python-zope.hookable.changes index 91d078e..554dfc4 100644 --- a/python-zope.hookable.changes +++ b/python-zope.hookable.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Feb 1 13:05:25 UTC 2023 - Ben Greiner + +- Explicitly require python3-Sphinx for building the docs. It could + have been omitted from %pythons for %python_module in a 15.X + backport project. + ------------------------------------------------------------------- Mon Dec 5 13:47:44 UTC 2022 - Yogalakshmi Arunachalam diff --git a/python-zope.hookable.spec b/python-zope.hookable.spec index fc442bd..ce8cd27 100644 --- a/python-zope.hookable.spec +++ b/python-zope.hookable.spec @@ -1,7 +1,7 @@ # # spec file # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # Copyright (c) 2013-2022 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -30,14 +30,14 @@ Version: 5.4 Release: 0 Summary: Zope hookable License: ZPL-2.1 -URL: https://www.python.org/pypi/zope.hookable +URL: https://github.com/zopefoundation/zope.hookable Source: https://files.pythonhosted.org/packages/source/z/zope.hookable/zope.hookable-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros # SECTION documentation requirements -BuildRequires: %{python_module Sphinx} +BuildRequires: python3-Sphinx # /SECTION # SECTION testing requirements %if %{with test}