- Fix minor issues found in the staging.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=18
This commit is contained in:
parent
e6ebe7eed4
commit
b7439f20fa
@ -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.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 14 20:27:24 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
Tue Jul 14 20:27:24 UTC 2020 - Matej Cepl <mcepl@suse.com>
|
||||||
|
|
||||||
|
@ -194,7 +194,7 @@ Requires: %{python_pkg_name}-base = %{version}
|
|||||||
Recommends: %{python_pkg_name}-curses
|
Recommends: %{python_pkg_name}-curses
|
||||||
Recommends: %{python_pkg_name}-dbm
|
Recommends: %{python_pkg_name}-dbm
|
||||||
Recommends: %{python_pkg_name}-pip
|
Recommends: %{python_pkg_name}-pip
|
||||||
Provides: python = %{python_version}
|
Provides: python = %{python-version}
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: python3 = %{python-version}
|
Provides: python3 = %{python-version}
|
||||||
%endif
|
%endif
|
||||||
@ -263,6 +263,9 @@ a debugger.
|
|||||||
%package -n %{python_pkg_name}-doc
|
%package -n %{python_pkg_name}-doc
|
||||||
Summary: Package Documentation for Python 3
|
Summary: Package Documentation for Python 3
|
||||||
Enhances: %{python_pkg_name} = %{python_version}
|
Enhances: %{python_pkg_name} = %{python_version}
|
||||||
|
%if %{primary_interpreter}
|
||||||
|
Provides: python3-doc = %{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n %{python_pkg_name}-doc
|
%description -n %{python_pkg_name}-doc
|
||||||
Tutorial, Global Module Index, Language Reference, Library Reference,
|
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
|
%package -n %{python_pkg_name}-doc-devhelp
|
||||||
Summary: Additional Package Documentation for Python 3 in devhelp format
|
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
|
%description -n %{python_pkg_name}-doc-devhelp
|
||||||
Tutorial, Global Module Index, Language Reference, Library Reference,
|
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}-demo = %{version}
|
||||||
Provides: %{python_pkg_name}-2to3 = %{version}
|
Provides: %{python_pkg_name}-2to3 = %{version}
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: pytohn3-tools = %{version}
|
Provides: python3-tools = %{version}
|
||||||
Provides: python3-demo = %{version}
|
Provides: python3-demo = %{version}
|
||||||
Provides: python3-2to3 = %{version}
|
Provides: python3-2to3 = %{version}
|
||||||
Obsoletes: python3-demo < %{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} = %{version}
|
||||||
Requires: %{python_pkg_name}-tk = %{version}
|
Requires: %{python_pkg_name}-tk = %{version}
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: pytohn3-testsuite = %{version}
|
Provides: python3-testsuite = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %{python_pkg_name}-testsuite
|
%description -n %{python_pkg_name}-testsuite
|
||||||
|
Loading…
Reference in New Issue
Block a user