- Fix minor issues found in the staging.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal 2020-07-15 09:21:05 +00:00 committed by Git OBS Bridge
parent 5c53ab03d9
commit 5ac62c3616
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jul 15 09:10:42 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Fix minor issues found in the staging.
-------------------------------------------------------------------
Wed Jul 15 06:13:33 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>

View File

@ -182,7 +182,7 @@ 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}
Provides: python = %{python-version}
%if %{primary_interpreter}
Provides: python3 = %{python-version}
%endif
@ -251,6 +251,9 @@ a debugger.
%package -n %{python_pkg_name}-doc
Summary: Package Documentation for Python 3
Enhances: %{python_pkg_name} = %{python_version}
%if %{primary_interpreter}
Provides: python3-doc = %{version}
%endif
%description -n %{python_pkg_name}-doc
Tutorial, Global Module Index, Language Reference, Library Reference,
@ -259,6 +262,9 @@ Python, and Macintosh Module Reference in HTML format.
%package -n %{python_pkg_name}-doc-devhelp
Summary: Additional Package Documentation for Python 3 in devhelp format
%if %{primary_interpreter}
Provides: python3-doc-devhelp = %{version}
%endif
%description -n %{python_pkg_name}-doc-devhelp
Tutorial, Global Module Index, Language Reference, Library Reference,
@ -316,7 +322,7 @@ Requires: %{python_pkg_name}-base = %{version}
Provides: %{python_pkg_name}-demo = %{version}
Provides: %{python_pkg_name}-2to3 = %{version}
%if %{primary_interpreter}
Provides: pytohn3-tools = %{version}
Provides: python3-tools = %{version}
Provides: python3-demo = %{version}
Provides: python3-2to3 = %{version}
Obsoletes: python3-demo < %{version}
@ -350,7 +356,7 @@ Summary: Unit tests for Python and its standard library
Requires: %{python_pkg_name} = %{version}
Requires: %{python_pkg_name}-tk = %{version}
%if %{primary_interpreter}
Provides: pytohn3-testsuite = %{version}
Provides: python3-testsuite = %{version}
%endif
%description -n %{python_pkg_name}-testsuite