diff --git a/python38.changes b/python38.changes index 915cc21..887aeef 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 1 10:16:34 UTC 2020 - Matej Cepl + +- Just cleanup and reordering items to synchronize with python39 + ------------------------------------------------------------------- Mon Jul 20 17:46:54 UTC 2020 - Callum Farmer diff --git a/python38.spec b/python38.spec index 99a1f59..4d13290 100644 --- a/python38.spec +++ b/python38.spec @@ -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