From 08d1dbaf94aa14c5e6a0e03de1f686f63b62ad198cfdde17297408c0b1a5b210 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 25 Apr 2025 15:11:48 +0000 Subject: [PATCH] Fix changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=121 --- python-gevent.changes | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/python-gevent.changes b/python-gevent.changes index 0f9374a..27b75d3 100644 --- a/python-gevent.changes +++ b/python-gevent.changes @@ -12,19 +12,6 @@ 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á