Hello community,

here is the log from the commit of package python38 for openSUSE:Factory 
checked in at 2020-09-08 22:55:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python38 (Old)
 and      /work/SRC/openSUSE:Factory/.python38.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python38"

Tue Sep  8 22:55:00 2020 rev:3 rq:831136 version:3.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python38/python38.changes        2020-08-12 
13:41:19.241882939 +0200
+++ /work/SRC/openSUSE:Factory/.python38.new.3399/python38.changes      
2020-09-08 22:55:05.475746410 +0200
@@ -1,0 +2,5 @@
+Tue Sep  1 10:16:34 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Just cleanup and reordering items to synchronize with python39
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python38.spec ++++++
--- /var/tmp/diff_new_pack.qOqETR/_old  2020-09-08 22:55:06.555746950 +0200
+++ /var/tmp/diff_new_pack.qOqETR/_new  2020-09-08 22:55:06.559746952 +0200
@@ -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//./_})
@@ -50,7 +49,7 @@
 %define tarversion %{version}
 %endif
 %define         python_pkg_name python38
-# Will provide the pyton3-* provides
+# Will provide the python3-* provides
 # Will do the /usr/bin/python3 and all the core links
 %define         primary_interpreter 1
 %define         folderversion %{tarversion}
@@ -81,6 +80,7 @@
 # pyexpat.cpython-35m-armv7-linux-gnueabihf
 # _md5.cpython-38m-x86_64-linux-gnu.so
 %define dynlib() 
%{sitedir}/lib-dynload/%{1}.cpython-%{abi_tag}-%{archname}-%{_os}%{?_gnu}%{?armsuffix}.so
+# deadlocks on test_faulthandler and blocks the build
 %if 0%{?qemu_user_space_build}
 %bcond_with profileopt
 %else
@@ -103,7 +103,7 @@
 Source11:       skipped_tests.py
 Source19:       idle3.desktop
 Source20:       idle3.appdata.xml
-Source99:       python.keyring
+Source99:       https://www.python.org/static/files/pubkeys.txt#/python.keyring
 # The following files are not used in the build.
 # They are listed here to work around missing functionality in rpmbuild,
 # which would otherwise exclude them from distributed src.rpm files.
@@ -304,8 +304,8 @@
 # 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 +331,14 @@
 %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


++++++ python.keyring ++++++
++++ 12582 lines (skipped)
++++ between python.keyring
++++ and /work/SRC/openSUSE:Factory/.python38.new.3399/python.keyring


Reply via email to