From 509606d6afe17a08b7b0a43f474c3c66485515075c47de41c2fc466938bceb2c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 Apr 2019 15:02:34 +0000 Subject: [PATCH] Accepting request 693299 from home:mcepl:branches:devel:languages:python - Switch off type_https test as it fails with new Python 2.7.16 - Clean up the SPEC file. OBS-URL: https://build.opensuse.org/request/show/693299 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=57 --- python-gevent.changes | 6 ++++++ python-gevent.spec | 3 +++ 2 files changed, 9 insertions(+) diff --git a/python-gevent.changes b/python-gevent.changes index e355898..38b6bba 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Apr 11 14:20:20 UTC 2019 - Matej Cepl + +- Switch off type_https test as it fails with new Python 2.7.16 +- Clean up the SPEC file. + ------------------------------------------------------------------- Mon Feb 18 12:09:52 UTC 2019 - Tomáš Chvátal diff --git a/python-gevent.spec b/python-gevent.spec index 0b7e667..5488591 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -93,6 +93,7 @@ Documentation and examples for %{name}. %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 @@ export CARES_EMBED=0 # 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 @@ -120,6 +122,7 @@ test__socket_dns.py test__getaddrinfo_import.py test__examples.py test_ssl.py +test_https test__ssl.py EOF export GEVENT_RESOLVER=thread