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:
parent
43225ab2cb
commit
55230c9110
@ -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>
|
Mon Jul 20 17:46:54 UTC 2020 - Callum Farmer <callumjfarmer13@gmail.com>
|
||||||
|
|
||||||
|
@ -38,7 +38,6 @@
|
|||||||
%define _version %(c=%{version}; echo ${c/[a-z]*/})
|
%define _version %(c=%{version}; echo ${c/[a-z]*/})
|
||||||
%define tar_suffix %(c=%{_version}; echo ${c#%{_version}})
|
%define tar_suffix %(c=%{_version}; echo ${c#%{_version}})
|
||||||
%define python_version %(c=%{_version}; echo ${c:0:3})
|
%define python_version %(c=%{_version}; echo ${c:0:3})
|
||||||
# the versions are autogenerated from pre_checkin.sh
|
|
||||||
# based on the current source tarball
|
# based on the current source tarball
|
||||||
%define python_version_abitag %(c=%{python_version}; echo ${c//./})
|
%define python_version_abitag %(c=%{python_version}; echo ${c//./})
|
||||||
# FIXME %%define python_version_soname %%(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
|
%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}
|
%if %{primary_interpreter}
|
||||||
Provides: python3-doc-devhelp = %{version}
|
Provides: python3-doc-devhelp = %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %{python_pkg_name}-doc-devhelp
|
%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
|
# python-importlib_resources is a backport of 3.7 behaviour into older pythons
|
||||||
Provides: %{python_pkg_name}-importlib_resources = %{version}
|
Provides: %{python_pkg_name}-importlib_resources = %{version}
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: python3-base = %{version}
|
|
||||||
Provides: python3-asyncio = %{version}
|
Provides: python3-asyncio = %{version}
|
||||||
|
Provides: python3-base = %{version}
|
||||||
Obsoletes: python3-asyncio < %{version}
|
Obsoletes: python3-asyncio < %{version}
|
||||||
Provides: python3-typing = %{version}
|
Provides: python3-typing = %{version}
|
||||||
Obsoletes: python3-typing < %{version}
|
Obsoletes: python3-typing < %{version}
|
||||||
@ -331,14 +330,14 @@ database and UI toolkits support.
|
|||||||
%package -n %{python_pkg_name}-tools
|
%package -n %{python_pkg_name}-tools
|
||||||
Summary: Python Utility and Demonstration Scripts
|
Summary: Python Utility and Demonstration Scripts
|
||||||
Requires: %{python_pkg_name}-base = %{version}
|
Requires: %{python_pkg_name}-base = %{version}
|
||||||
Provides: %{python_pkg_name}-demo = %{version}
|
|
||||||
Provides: %{python_pkg_name}-2to3 = %{version}
|
Provides: %{python_pkg_name}-2to3 = %{version}
|
||||||
|
Provides: %{python_pkg_name}-demo = %{version}
|
||||||
%if %{primary_interpreter}
|
%if %{primary_interpreter}
|
||||||
Provides: python3-tools = %{version}
|
|
||||||
Provides: python3-demo = %{version}
|
|
||||||
Provides: python3-2to3 = %{version}
|
Provides: python3-2to3 = %{version}
|
||||||
Obsoletes: python3-demo < %{version}
|
Provides: python3-demo = %{version}
|
||||||
|
Provides: python3-tools = %{version}
|
||||||
Obsoletes: python3-2to3 < %{version}
|
Obsoletes: python3-2to3 < %{version}
|
||||||
|
Obsoletes: python3-demo < %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n %{python_pkg_name}-tools
|
%description -n %{python_pkg_name}-tools
|
||||||
|
Loading…
Reference in New Issue
Block a user