- Add gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch

which makes test_ssl not to stop ThreadedEchoServer on OSError,
  which makes test_ssl pass with OpenSSL 3.5 (bsc#1241067,
  gh#python/cpython!126572)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=170
This commit is contained in:
2025-04-19 18:46:57 +00:00
committed by Git OBS Bridge
parent 1e953d46a0
commit 9fa4687efc
4 changed files with 93 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
-------------------------------------------------------------------
Fri Apr 11 08:54:19 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
Fri Apr 18 14:05:38 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
- Update to 3.11.12:
- gh-131809: Update bundled libexpat to 2.7.1
@@ -46,6 +46,10 @@ Fri Apr 11 08:54:19 UTC 2025 - Matej Cepl <mcepl@cepl.eu>
interpreter to deadlock.
- Remove upstreamed patch:
- CVE-2025-0938-sq-brackets-domain-names.patch
- Add gh-126572-test_ssl-no-stop-ThreadedEchoServer-OSError.patch
which makes test_ssl not to stop ThreadedEchoServer on OSError,
which makes test_ssl pass with OpenSSL 3.5 (bsc#1241067,
gh#python/cpython!126572)
-------------------------------------------------------------------
Wed Mar 12 15:05:46 UTC 2025 - Bernhard Wiedemann <bwiedemann@suse.com>