From e887ebc82c09294bb8e0857a0628def1cd76adc6e6d08b2038a5fe1cc42c94c0 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 11 Mar 2025 06:56:33 +0000 Subject: [PATCH] Fix bug reference in the changelog OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python311?expand=0&rev=163 --- python311.changes | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python311.changes b/python311.changes index e113225..5ae8f88 100644 --- a/python311.changes +++ b/python311.changes @@ -412,8 +412,9 @@ Mon Apr 8 05:44:04 UTC 2024 - Daniel Garcia - gh-60346: Fix ArgumentParser inconsistent with parse_known_args. - gh-100985: Update HTTPSConnection to consistently wrap IPv6 Addresses when using a proxy. - - gh-100884: email: fix misfolding of comma in address-lists over - multiple lines in combination with unicode encoding. + - gh-100884: email: fix misfolding of comma in address-lists + over multiple lines in combination with unicode encoding + (bsc#1238450 CVE-2025-1795) - gh-95782: Fix io.BufferedReader.tell(), io.BufferedReader.seek(), _pyio.BufferedReader.tell(), io.BufferedRandom.tell(), io.BufferedRandom.seek() and