Hello community,

here is the log from the commit of package python-gevent for openSUSE:Factory 
checked in at 2019-04-14 12:21:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gevent (Old)
 and      /work/SRC/openSUSE:Factory/.python-gevent.new.27019 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gevent"

Sun Apr 14 12:21:26 2019 rev:30 rq:693757 version:1.4.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gevent/python-gevent.changes      
2019-02-24 17:02:41.656700471 +0100
+++ /work/SRC/openSUSE:Factory/.python-gevent.new.27019/python-gevent.changes   
2019-04-14 12:21:33.199698598 +0200
@@ -1,0 +2,6 @@
+Thu Apr 11 14:20:20 UTC 2019 - Matej Cepl <mc...@suse.com>
+
+- Switch off type_https test as it fails with new Python 2.7.16
+- Clean up the SPEC file.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-gevent.spec ++++++
--- /var/tmp/diff_new_pack.H785Ws/_old  2019-04-14 12:21:35.979701932 +0200
+++ /var/tmp/diff_new_pack.H785Ws/_new  2019-04-14 12:21:36.007701966 +0200
@@ -93,6 +93,7 @@
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
+sed -i -e '1s!bin/env python!bin/python!' examples/*.py
 
 %build
 export LIBEV_EMBED=0
@@ -110,6 +111,7 @@
 # create ignore list of tests that reach out to the net
 # test_ssl.py is fragile as it expect specific responses from ssl and
 #  does not account to our local changes
+# Also, gh#gevent/gevent#1390
 cat <<'EOF' >> network_tests.txt
 test_urllib2net.py
 test__server.py
@@ -119,6 +121,8 @@
 test__socket_dns.py
 test__getaddrinfo_import.py
 test__examples.py
+test_https.py
+test_urllib2_localnet.py
 test_ssl.py
 test__ssl.py
 EOF


Reply via email to