From c38e8596de69e401c2648fbbc5d57f74de0f7dda13c430a96fb276d1109d0167 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 21 May 2021 15:17:16 +0000 Subject: [PATCH 1/2] - Stop providing "python" symbol (bsc#1185588), which means python2 currently. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=68 --- python38.changes | 6 ++++++ python38.spec | 3 +-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python38.changes b/python38.changes index a35b1bd..d307400 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri May 21 15:13:59 UTC 2021 - Matej Cepl + +- Stop providing "python" symbol (bsc#1185588), which means + python2 currently. + ------------------------------------------------------------------- Wed May 5 15:29:30 UTC 2021 - Matej Cepl diff --git a/python38.spec b/python38.spec index d23968e..b3451e8 100644 --- a/python38.spec +++ b/python38.spec @@ -1,5 +1,5 @@ # -# spec file for package python38-core +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -196,7 +196,6 @@ Requires: %{python_pkg_name}-base = %{version} Recommends: %{python_pkg_name}-curses Recommends: %{python_pkg_name}-dbm Recommends: %{python_pkg_name}-pip -Provides: python = %{python_version} %if %{primary_interpreter} Provides: python3 = %{python_version} %endif From 2aa8e5771423131af5bc5f4eb483f65a6a4467794d55797bcc0851d269584038 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 8 Jun 2021 16:39:27 +0000 Subject: [PATCH 2/2] Accepting request 898393 from home:dirkmueller:Factory - allow building against sphinx 3.x+ OBS-URL: https://build.opensuse.org/request/show/898393 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=69 --- python38.changes | 5 +++++ python38.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python38.changes b/python38.changes index d307400..6ca6748 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 8 11:18:08 UTC 2021 - Dirk Müller + +- allow building against sphinx 3.x+ + ------------------------------------------------------------------- Fri May 21 15:13:59 UTC 2021 - Matej Cepl diff --git a/python38.spec b/python38.spec index b3451e8..4292162 100644 --- a/python38.spec +++ b/python38.spec @@ -173,7 +173,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 BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2