From 1dd56ecdb649ec37d79d688238c3724d71d2fc8909c8fe0bd3e4af5c584c02ea Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Apr 2025 15:10:19 +0000 Subject: [PATCH] Accepting request 1272750 from home:mcepl:branches:home:pmonrealgonzalez:openssl-3.5 - Update to 25.4.2: * Make gevent's queue classes subscriptable to match the standard library. See issue #2102. * Make the c-ares resolver build on Windows. * The gevent testsuite runs a copy of the test_ssl from cpython but the follwoing change has not been ported yet: - gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError in ConnectionHandler [gh#python/cpython/pull/126503] - Rebase gevent-openssl35-test-fix.patch OBS-URL: https://build.opensuse.org/request/show/1272750 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=120 --- python-gevent.changes | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/python-gevent.changes b/python-gevent.changes index 27b75d3..0f9374a 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -12,6 +12,19 @@ Fri Apr 25 07:37:04 UTC 2025 - Pedro Monreal - Rebase gevent-openssl35-test-fix.patch - Upstream PR: [gh#gevent/gevent/pull/2103] +------------------------------------------------------------------- +Fri Apr 25 07:37:04 UTC 2025 - Pedro Monreal + +- Update to 25.4.2: + * Make gevent's queue classes subscriptable to match the standard + library. See issue #2102. + * Make the c-ares resolver build on Windows. + * The gevent testsuite runs a copy of the test_ssl from cpython but + the follwoing change has not been ported yet: + - gh-126500: test_ssl: Don't stop ThreadedEchoServer on OSError + in ConnectionHandler [gh#python/cpython/pull/126503] + - Rebase gevent-openssl35-test-fix.patch + ------------------------------------------------------------------- Thu Apr 24 09:55:27 UTC 2025 - Markéta Machová