From d412267ee4f8d1302091846a207471ede3b93b3b59e54a6286a2bc98021f6f79 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sat, 5 Jun 2021 07:02:53 +0000 Subject: [PATCH] Accepting request 897590 from home:dirkmueller:Factory - allow build with Sphinx >= 3.x OBS-URL: https://build.opensuse.org/request/show/897590 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=70 --- python39.changes | 5 +++++ python39.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python39.changes b/python39.changes index cd17c25..0aad0b9 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Jun 4 21:36:30 UTC 2021 - Dirk Müller + +- allow build with Sphinx >= 3.x + ------------------------------------------------------------------- Wed Jun 2 13:12:04 UTC 2021 - Dan Čermák diff --git a/python39.spec b/python39.spec index 5bd3037..6f329e6 100644 --- a/python39.spec +++ b/python39.spec @@ -164,7 +164,7 @@ BuildRequires: pkgconfig(libtirpc) %if %{with doc} # Here we just run sphinx and we can use generic one, we don't need # the flavor variant -BuildRequires: python3-Sphinx < 3.0 +BuildRequires: python3-Sphinx %if 0%{?suse_version} >= 1500 BuildRequires: python3-python-docs-theme %endif