From d32abf9b40e15d6fa0b653291287df0ceb217af1b6a60ed1f878809ef0ac440d Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Mon, 27 Apr 2020 07:04:57 +0000 Subject: [PATCH] - Use python3-Sphinx on anything more recent than SLE-15 (inclusive). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=282 --- python-base.changes | 5 +++++ python-doc.changes | 5 +++++ python-doc.spec | 4 ++++ python.changes | 5 +++++ 4 files changed, 19 insertions(+) diff --git a/python-base.changes b/python-base.changes index d982387..e53f85c 100644 --- a/python-base.changes +++ b/python-base.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 06:56:55 UTC 2020 - Matej Cepl + +- Use python3-Sphinx on anything more recent than SLE-15 (inclusive). + ------------------------------------------------------------------- Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl diff --git a/python-doc.changes b/python-doc.changes index d982387..e53f85c 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 06:56:55 UTC 2020 - Matej Cepl + +- Use python3-Sphinx on anything more recent than SLE-15 (inclusive). + ------------------------------------------------------------------- Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl diff --git a/python-doc.spec b/python-doc.spec index 1417348..49300c0 100644 --- a/python-doc.spec +++ b/python-doc.spec @@ -31,7 +31,11 @@ Source0: %{tarname}.tar.xz #Source3: http://docs.python.org/%{version}/archives/python-%{pyver}-docs-pdf-letter.tar.bz2 Source2: python-%{version}-docs-pdf-a4.tar.bz2 Source3: python-%{version}-docs-pdf-letter.tar.bz2 +%if 0%{?suse_version} >= 1500 +BuildRequires: python3-Sphinx +%else BuildRequires: python-Sphinx +%endif BuildRequires: xz # COMMON-PATCH-BEGIN Patch1: python-2.7-dirs.patch diff --git a/python.changes b/python.changes index d982387..e53f85c 100644 --- a/python.changes +++ b/python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Apr 27 06:56:55 UTC 2020 - Matej Cepl + +- Use python3-Sphinx on anything more recent than SLE-15 (inclusive). + ------------------------------------------------------------------- Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl