From b7439f20faae879c17ca05d32366ba52703967f22e2bbb97bfd4b5e9476fa87c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Wed, 15 Jul 2020 09:11:27 +0000 Subject: [PATCH] - Fix minor issues found in the staging. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=18 --- python38.changes | 5 +++++ python38.spec | 12 +++++++++--- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/python38.changes b/python38.changes index ccdae85..a61d368 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 15 09:10:42 UTC 2020 - Tomáš Chvátal + +- Fix minor issues found in the staging. + ------------------------------------------------------------------- Tue Jul 14 20:27:24 UTC 2020 - Matej Cepl diff --git a/python38.spec b/python38.spec index 40a729f..f68e29e 100644 --- a/python38.spec +++ b/python38.spec @@ -194,7 +194,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 @@ -263,6 +263,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, @@ -271,6 +274,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, @@ -328,7 +334,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} @@ -362,7 +368,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