From patchwork Sun Apr 10 11:18:20 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5491 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4KbqLz4PhKz3x1Y for ; Sun, 10 Apr 2022 11:21:47 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4KbqLy6hmwz5Gg; Sun, 10 Apr 2022 11:21:46 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqLy6KSRz2yyR; Sun, 10 Apr 2022 11:21:46 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4KbqLx6LPVz2xSn for ; Sun, 10 Apr 2022 11:21:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4KbqLx51hVz4lQ; Sun, 10 Apr 2022 11:21:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589705; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ksyZuXM9kmvz8ato1Yqxh/rZja+4dOyccy50dRdUV4g=; b=UirwSSe2F+udNbaN9Uo5E+LJvjXYIugnmANKALmhqkT2ib6UGzcYyTRa4Fs5pVLzZekvRI Y04PGANv3e/v6XCg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589705; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ksyZuXM9kmvz8ato1Yqxh/rZja+4dOyccy50dRdUV4g=; b=Cm2FpKPpitpGxfgi9IycipuTKoMT4msECjM8NHeYXVqopOSZKUUzvzQd3ih8IFtyMbgiSo 3h46ZuOfMieQQfVin0qlc1TkVYX4P7sTlkSqTDsqQshvoe4BhUtNLk5vRz3GPpoe2qpfv/ nGzk9Ml7ZPIZCXfwkNlR01Dpoq/xwGTn3QX0GDgvEqly8wCCP7GBp3vK/AWVHKWhUlw+iV yIOvXnIjCuUZmPQ/RJxYabaTpb6KeUeeLJjfTXEa5bpXWjhDqenMjsiO/B/N/rsbr3VgWe tbVqTvFjRQXTIHSws2llhxUZYWs6V2D6UQ7HwA6IPZPsjfpGZyh6x2lzrhUmrw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-urllib3: Update to version 1.26.9 Date: Sun, 10 Apr 2022 13:18:20 +0200 Message-Id: <20220410111821.3479488-14-adolf.belka@ipfire.org> In-Reply-To: <20220410111821.3479488-1-adolf.belka@ipfire.org> References: <20220410111821.3479488-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 1.26.7 to 1.26.9 - Update of rootfile - Changelog 1.26.9 (2022-03-16) * Changed ``urllib3[brotli]`` extra to favor installing Brotli libraries that are still receiving updates like ``brotli`` and ``brotlicffi`` instead of ``brotlipy``. This change does not impact behavior of urllib3, only which dependencies are installed. * Fixed a socket leaking when ``HTTPSConnection.connect()`` raises an exception. * Fixed ``server_hostname`` being forwarded from ``PoolManager`` to ``HTTPConnectionPool`` when requesting an HTTP URL. Should only be forwarded when requesting an HTTPS URL. 1.26.8 (2022-01-07) * Added extra message to ``urllib3.exceptions.ProxyError`` when urllib3 detects that a proxy is configured to use HTTPS but the proxy itself appears to only use HTTP. * Added a mention of the size of the connection pool when discarding a connection due to the pool being full. * Added explicit support for Python 3.11. * Deprecated the ``Retry.MAX_BACKOFF`` class property in favor of ``Retry.DEFAULT_MAX_BACKOFF`` to better match the rest of the default parameter names. ``Retry.MAX_BACKOFF`` is removed in v2.0. * Changed location of the vendored ``ssl.match_hostname`` function from ``urllib3.packages.ssl_match_hostname`` to ``urllib3.util.ssl_match_hostname`` to ensure Python 3.10+ compatibility after being repackaged by downstream distributors. * Fixed absolute imports, all imports are now relative. Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-urllib3 | 16 +++++++--------- lfs/python3-urllib3 | 6 +++--- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/config/rootfiles/packages/python3-urllib3 b/config/rootfiles/packages/python3-urllib3 index 9a76302cb..5d486273e 100644 --- a/config/rootfiles/packages/python3-urllib3 +++ b/config/rootfiles/packages/python3-urllib3 @@ -1,10 +1,10 @@ usr/lib/python3.10/site-packages/urllib3 -#usr/lib/python3.10/site-packages/urllib3-1.26.7-py3.10.egg-info -#usr/lib/python3.10/site-packages/urllib3-1.26.7-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/urllib3-1.26.7-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/urllib3-1.26.7-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/urllib3-1.26.7-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/urllib3-1.26.7-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info +#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.9-py3.10.egg-info/top_level.txt #usr/lib/python3.10/site-packages/urllib3/__init__.py #usr/lib/python3.10/site-packages/urllib3/_collections.py #usr/lib/python3.10/site-packages/urllib3/_version.py @@ -31,9 +31,6 @@ usr/lib/python3.10/site-packages/urllib3 #usr/lib/python3.10/site-packages/urllib3/packages/backports/__init__.py #usr/lib/python3.10/site-packages/urllib3/packages/backports/makefile.py #usr/lib/python3.10/site-packages/urllib3/packages/six.py -#usr/lib/python3.10/site-packages/urllib3/packages/ssl_match_hostname -#usr/lib/python3.10/site-packages/urllib3/packages/ssl_match_hostname/__init__.py -#usr/lib/python3.10/site-packages/urllib3/packages/ssl_match_hostname/_implementation.py #usr/lib/python3.10/site-packages/urllib3/poolmanager.py #usr/lib/python3.10/site-packages/urllib3/request.py #usr/lib/python3.10/site-packages/urllib3/response.py @@ -46,6 +43,7 @@ usr/lib/python3.10/site-packages/urllib3 #usr/lib/python3.10/site-packages/urllib3/util/response.py #usr/lib/python3.10/site-packages/urllib3/util/retry.py #usr/lib/python3.10/site-packages/urllib3/util/ssl_.py +#usr/lib/python3.10/site-packages/urllib3/util/ssl_match_hostname.py #usr/lib/python3.10/site-packages/urllib3/util/ssltransport.py #usr/lib/python3.10/site-packages/urllib3/util/timeout.py #usr/lib/python3.10/site-packages/urllib3/util/url.py diff --git a/lfs/python3-urllib3 b/lfs/python3-urllib3 index ec43d9cd3..411a52b8d 100644 --- a/lfs/python3-urllib3 +++ b/lfs/python3-urllib3 @@ -24,7 +24,7 @@ include Config -VER = 1.26.7 +VER = 1.26.9 SUMMARY = HTTP library with thread-safe connection pooling, file post, and more THISAPP = urllib3-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-urllib3 -PAK_VER = 2 +PAK_VER = 3 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 5a95ea4df2e5a66ac7f3059b5453e122ae0e40531a23cb743e5a9574778a370d0cee3cb63fe6b29483b27c4a6ec498266ec5a0434db882ce0a79fb8d8400e08d +$(DL_FILE)_BLAKE2 = 1c6b51e4243c18c25bcb53158e645ea71fe33e0d09ca029256bcbe05bf178ba600dd8911c71730bdefc3cf9f65cdfd5740f579d17d293f9ac7c5d3cbff478b6f install : $(TARGET)