Hello community,

here is the log from the commit of package python39 for openSUSE:Factory 
checked in at 2020-08-21 19:11:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python39 (Old)
 and      /work/SRC/openSUSE:Factory/.python39.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python39"

Fri Aug 21 19:11:31 2020 rev:3 rq:828415 version:3.9.0b5

Changes:
--------
--- /work/SRC/openSUSE:Factory/python39/python39.changes        2020-08-20 
22:29:15.279993273 +0200
+++ /work/SRC/openSUSE:Factory/.python39.new.3399/python39.changes      
2020-08-21 19:12:40.620659197 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 15:41:28 UTC 2020 - Andreas Schwab <sch...@suse.de>
+
+- Increase testsuite timeout to account for super long running
+  test_peg_generator
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python39.spec ++++++
--- /var/tmp/diff_new_pack.rXYTtx/_old  2020-08-21 19:12:42.492660309 +0200
+++ /var/tmp/diff_new_pack.rXYTtx/_new  2020-08-21 19:12:42.496660311 +0200
@@ -290,8 +290,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}
@@ -317,14 +317,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
@@ -392,7 +392,6 @@
 %patch29 -p1
 %patch31 -p1
 
-
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac
 
@@ -510,7 +509,7 @@
 # Use timeout, like make target buildbottest
 # We cannot run tests parallel, because osc build environment doesn’t
 # have /dev/shm
-%make_build -j1 test TESTOPTS="-u curses -v -x $EXCLUDE --timeout=1200"
+%make_build -j1 test TESTOPTS="-u curses -v -x $EXCLUDE --timeout=3000"
 # use network, be verbose:
 #make test TESTOPTS="-l -u network -v"
 %endif




Reply via email to