From 509606d6afe17a08b7b0a43f474c3c66485515075c47de41c2fc466938bceb2c Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Thu, 11 Apr 2019 15:02:34 +0000 Subject: [PATCH 1/3] 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 From bbe12d9a5ebd4908087031296f1a2d02f1feb2437d9fef6a5e3ddbf79a87a0ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 12 Apr 2019 07:22:17 +0000 Subject: [PATCH 2/3] Fix typo OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=58 --- python-gevent.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index 5488591..0c56e25 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -122,7 +122,7 @@ test__socket_dns.py test__getaddrinfo_import.py test__examples.py test_ssl.py -test_https +test_https.py test__ssl.py EOF export GEVENT_RESOLVER=thread From 0bda9fef56c6bdb57de7c5e1197e647c48af0266f726b103184c2a5b9f1b38d6 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 12 Apr 2019 14:47:35 +0000 Subject: [PATCH 3/3] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=59 --- python-gevent.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-gevent.spec b/python-gevent.spec index 0c56e25..3cc9610 100644 --- a/python-gevent.spec +++ b/python-gevent.spec @@ -121,8 +121,9 @@ test___example_servers.py test__socket_dns.py test__getaddrinfo_import.py test__examples.py -test_ssl.py test_https.py +test_urllib2_localnet.py +test_ssl.py test__ssl.py EOF export GEVENT_RESOLVER=thread