From 7919fc45c199eea2bc2cf94eb1193e3f4b29cf0c6166941b5a9bb219f89fc592 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 17 Sep 2021 19:43:07 +0000 Subject: [PATCH] Run pre_checkin.sh OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python?expand=0&rev=303 --- python-doc.changes | 5 +++-- python.changes | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/python-doc.changes b/python-doc.changes index ddbb4d4..ab27987 100644 --- a/python-doc.changes +++ b/python-doc.changes @@ -76,8 +76,9 @@ Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl - Fixed line numbers and column offsets for AST nodes for calls without arguments in decorators. - Disallow control characters in hostnames in http.client, - addressing CVE-2019-18348. Such potentially malicious header - injection URLs now cause a InvalidURL to be raised. + addressing CVE-2019-18348 (bpo#38576, bsc#1155094). Such + potentially malicious header injection URLs now cause + InvalidURL to be raised. - Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host. - Fix problems identified by GCC's -Wstringop-truncation diff --git a/python.changes b/python.changes index ddbb4d4..ab27987 100644 --- a/python.changes +++ b/python.changes @@ -76,8 +76,9 @@ Thu Apr 23 09:17:24 UTC 2020 - Matej Cepl - Fixed line numbers and column offsets for AST nodes for calls without arguments in decorators. - Disallow control characters in hostnames in http.client, - addressing CVE-2019-18348. Such potentially malicious header - injection URLs now cause a InvalidURL to be raised. + addressing CVE-2019-18348 (bpo#38576, bsc#1155094). Such + potentially malicious header injection URLs now cause + InvalidURL to be raised. - Fix urllib.urlretrieve failing on subsequent ftp transfers from the same host. - Fix problems identified by GCC's -Wstringop-truncation