Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2016-03-29 09:54:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Changes:
--------
python3-doc.changes: same change
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2016-03-14 
09:57:02.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2016-03-29 
09:54:05.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Mar 15 15:05:23 UTC 2016 - [email protected]
+
+- Skip test_asyncio under qemu_user_space_build
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.ZiTffc/_old  2016-03-29 09:54:06.000000000 +0200
+++ /var/tmp/diff_new_pack.ZiTffc/_new  2016-03-29 09:54:06.000000000 +0200
@@ -29,8 +29,8 @@
 %define         tarversion     %{version}
 %define         tarname        Python-%{tarversion}
 Source0:        
http://www.python.org/ftp/python/%{tarversion}/%{tarname}.tar.xz
-BuildRequires:  python-Sphinx >= 1.2
 BuildRequires:  libqt5-qttools
+BuildRequires:  python-Sphinx >= 1.2
 
 # for consistency:
 ### COMMON-PATCH-BEGIN ###
@@ -150,7 +150,6 @@
 sphinx-build -a -b qthelp . build/qthelp
 qhelpgenerator-qt5 build/qthelp/Python.qhp -o build/qthelp/Python.qch
 
-
 %install
 export PDOCS=${RPM_BUILD_ROOT}%{_docdir}/python3
 mkdir -p $PDOCS

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.ZiTffc/_old  2016-03-29 09:54:06.000000000 +0200
+++ /var/tmp/diff_new_pack.ZiTffc/_new  2016-03-29 09:54:06.000000000 +0200
@@ -255,7 +255,10 @@
        test_readline test_sqlite test_ssl test_tcl \
        test_ttk_textonly"
 # redo tests with SSL parts
-TESTS="$TESTS test_asyncio test_hashlib test_urllib test_httplib \
+%if !0%{?qemu_user_space_build}
+TESTS="$TESTS test_asyncio"
+%endif
+TESTS="$TESTS test_hashlib test_urllib test_httplib \
        test_imaplib test_ftplib test_urllib2_localnet test_nntplib"
 
 # ensurepip-based tests




Reply via email to