SHA256
1
0
forked from pool/python38

- Just cleanup and reordering items to synchronize with python39

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=26
This commit is contained in:
Matej Cepl 2020-09-01 10:16:43 +00:00 committed by Git OBS Bridge
parent 43225ab2cb
commit 55230c9110
2 changed files with 11 additions and 7 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Sep 1 10:16:34 UTC 2020 - Matej Cepl <mcepl@suse.com>
- Just cleanup and reordering items to synchronize with python39
-------------------------------------------------------------------
Mon Jul 20 17:46:54 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>

View File

@ -38,7 +38,6 @@
%define _version %(c=%{version}; echo ${c/[a-z]*/})
%define tar_suffix %(c=%{_version}; echo ${c#%{_version}})
%define python_version %(c=%{_version}; echo ${c:0:3})
# the versions are autogenerated from pre_checkin.sh
# based on the current source tarball
%define python_version_abitag %(c=%{python_version}; echo ${c//./})
# FIXME %%define python_version_soname %%(c=%%{python_version}; echo ${c//./_})
@ -275,7 +274,7 @@ 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}
Provides: python3-doc-devhelp = %{version}
%endif
%description -n %{python_pkg_name}-doc-devhelp
@ -304,8 +303,8 @@ Provides: %{python_pkg_name}-importlib-metadata = %{version}
# python-importlib_resources is a backport of 3.7 behaviour into older pythons
Provides: %{python_pkg_name}-importlib_resources = %{version}
%if %{primary_interpreter}
Provides: python3-base = %{version}
Provides: python3-asyncio = %{version}
Provides: python3-base = %{version}
Obsoletes: python3-asyncio < %{version}
Provides: python3-typing = %{version}
Obsoletes: python3-typing < %{version}
@ -331,14 +330,14 @@ database and UI toolkits support.
%package -n %{python_pkg_name}-tools
Summary: Python Utility and Demonstration Scripts
Requires: %{python_pkg_name}-base = %{version}
Provides: %{python_pkg_name}-demo = %{version}
Provides: %{python_pkg_name}-2to3 = %{version}
Provides: %{python_pkg_name}-demo = %{version}
%if %{primary_interpreter}
Provides: python3-tools = %{version}
Provides: python3-demo = %{version}
Provides: python3-2to3 = %{version}
Obsoletes: python3-demo < %{version}
Provides: python3-demo = %{version}
Provides: python3-tools = %{version}
Obsoletes: python3-2to3 < %{version}
Obsoletes: python3-demo < %{version}
%endif
%description -n %{python_pkg_name}-tools