- Also in the corresponding ipaddress.IPv4Network and

ipaddress.IPv6Network attributes.
        - Fixes bsc#1226448 (CVE-2024-4032).
      Stinner to improve the CVE-2023-27043 fix (bsc#1210638).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python313?expand=0&rev=47
This commit is contained in:
Matej Cepl 2024-09-07 19:39:36 +00:00 committed by Git OBS Bridge
parent 48b8355786
commit 608d0c1bfd

View File

@ -1526,6 +1526,7 @@ Thu May 9 08:18:00 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
ipaddress.IPv6Address.is_global ipaddress.IPv6Address.is_global
- Also in the corresponding ipaddress.IPv4Network and - Also in the corresponding ipaddress.IPv4Network and
ipaddress.IPv6Network attributes. ipaddress.IPv6Network attributes.
- Fixes bsc#1226448 (CVE-2024-4032).
- gh-63283: In encodings.idna, any capitalization of the the ACE - gh-63283: In encodings.idna, any capitalization of the the ACE
prefix (xn--) is now acceptable. Patch by Pepijn de Vos and prefix (xn--) is now acceptable. Patch by Pepijn de Vos and
Zackery Spytz. Zackery Spytz.
@ -2813,7 +2814,7 @@ Thu Feb 8 08:10:09 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
behavior, accept malformed inputs. getattr(email.utils, behavior, accept malformed inputs. getattr(email.utils,
'supports_strict_parsing', False) can be use to check if the 'supports_strict_parsing', False) can be use to check if the
strict paramater is available. Patch by Thomas Dwyer and Victor strict paramater is available. Patch by Thomas Dwyer and Victor
Stinner to improve the CVE-2023-27043 fix. Stinner to improve the CVE-2023-27043 fix (bsc#1210638).
- gh-52161: cmd.Cmd.do_help() now cleans docstrings with - gh-52161: cmd.Cmd.do_help() now cleans docstrings with
inspect.cleandoc() before writing them. Patch by Filip inspect.cleandoc() before writing them. Patch by Filip
Łapkiewicz. Łapkiewicz.