Accepting request 898503 from devel:languages:python:Factory
OBS-URL: https://build.opensuse.org/request/show/898503 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python38?expand=0&rev=14
This commit is contained in:
commit
91d6e677aa
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 8 11:18:08 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- allow building against sphinx 3.x+
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri May 21 15:13:59 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
- Stop providing "python" symbol (bsc#1185588), which means
|
||||
python2 currently.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 5 15:29:30 UTC 2021 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python38-core
|
||||
# spec file
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
#
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user