From ead6100977e6ecdec3bc586bab9312156ff2d17626323d26eee45b884531fc61 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 21 Jan 2023 10:00:32 +0000 Subject: [PATCH] * Fixed parsing of port 0 (zero) returning None, instead of 0. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=145 --- python-urllib3.changes | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/python-urllib3.changes b/python-urllib3.changes index 478ae79..59abead 100644 --- a/python-urllib3.changes +++ b/python-urllib3.changes @@ -2,8 +2,7 @@ Sat Jan 21 09:59:43 UTC 2023 - Dirk Müller - update to 1.26.14: - * Fixed parsing of port 0 (zero) returning None, instead of 0. (`#2850 - `__) + * Fixed parsing of port 0 (zero) returning None, instead of 0. * Removed deprecated getheaders() calls in contrib module. -------------------------------------------------------------------