From 9b60a88bdb7fbab5e01cf88290b38b55a5969ab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Mon, 16 Oct 2023 15:31:35 +0200 Subject: [PATCH] Do not BuildRequire python3-sphinxcontrib-httpdomain, it was not needed As far as I can tell, the package is not used during the build. The Fedora package seems outdated and has no check. A comment in the update pull request (opened 2 years ago) claims the currently packaged version (1.7.0) is incompatible with Sphinx 4.1+. Upstream issue: https://github.com/readthedocs/sphinx_rtd_theme/issues/1533 --- python-sphinx_rtd_theme.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index fd7a1b6..bcd026a 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 1.2.2 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Sphinx theme for readthedocs.org # SPDX @@ -31,7 +31,6 @@ BuildRequires: python%{python3_pkgversion}-devel %if %{without bootstrap} BuildRequires: %{py3_dist pytest} BuildRequires: %{py3_dist sphinx} -BuildRequires: %{py3_dist sphinxcontrib-httpdomain} BuildRequires: python-sphinx-doc %endif @@ -195,6 +194,9 @@ grep 'format("woff2\?")' \ %endif %changelog +* Mon Oct 16 2023 Miro HronĨok - 1.2.2-2 +- Do not BuildRequire python3-sphinxcontrib-httpdomain, it was not needed + * Mon Aug 07 2023 Karolina Surma - 1.2.2-1 - Update to 1.2.2 Fixes rhbz#2213220