From patchwork Wed Nov 9 18:57:31 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6124 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 4N6vQD3tnBz3whc for ; Wed, 9 Nov 2022 18:59:00 +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 4N6vPc6PZ5z30M; Wed, 9 Nov 2022 18:58:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPc4TLzz309j; Wed, 9 Nov 2022 18:58:28 +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 4N6vPY2VmHz3028 for ; Wed, 9 Nov 2022 18:58:25 +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 4N6vPW3Vzzz2sV; Wed, 9 Nov 2022 18:58:23 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020303; 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=i5Vxn3kPk1GX5ojUbQUFyfiC4+O8ol03vbn6Ms0br18=; b=jj2x9iY0RgYoleb+Zppx5qCsL0GK+qpQOS5Jjfj8nI3PWIKoSZT9tRxNeO6RSzPI4gg4ZR tEgtJY7a6ENxpgBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020303; 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=i5Vxn3kPk1GX5ojUbQUFyfiC4+O8ol03vbn6Ms0br18=; b=ZA8AzhVkd593lqgVMS7S4/0RjUu74ZqNK90d2nhV5V9omiEq+HRbxPBp37qPL2PVRfIl8v jSK6yKeLCcgJvlvP2OS1z511DNTaSIj5RYpphk9Vc5izbr7sbdQkeLzKykEb5xMszEECE4 PJGfpa9Y8FI8o1Zoxxtt1DTq1o4YJyowPEO89I0RfbRxD2PE9s9wNQNqekS+jSRKnGWXo9 4DSLtkEQgMY8aMg9JFjLspE/iC7rAnd+1Z2hYaaSLRvhGS1gIHBQHWWM+xIPBPswRL525f KxncIFDV+imdtjVNjSyLTMD8FXHLMP11cmMiraBU3qIytrTqDUadLU0IVQn0mQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 45/48] python3-urllib3:Update to version 1.26.12 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:31 +0100 Message-Id: <20221109185734.3920-45-adolf.belka@ipfire.org> In-Reply-To: <20221109185734.3920-1-adolf.belka@ipfire.org> References: <20221109185734.3920-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" - Updated from version 1.26.9 to 1.26.12 - Update of rootfile - Changelog 1.26.12 (2022-08-22) * Deprecated the `urllib3[secure]` extra and the `urllib3.contrib.pyopenssl` module. Both will be removed in v2.x. See this `GitHub issue `_ for justification and info on how to migrate. 1.26.11 (2022-07-25) * Fixed an issue where reading more than 2 GiB in a call to ``HTTPResponse.read`` would raise an ``OverflowError`` on Python 3.9 and earlier. 1.26.10 (2022-07-07) * Removed support for Python 3.5 * Fixed an issue where a ``ProxyError`` recommending configuring the proxy as HTTP instead of HTTPS could appear even when an HTTPS proxy wasn't configured. Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-urllib3 | 12 ++++++------ lfs/python3-urllib3 | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-urllib3 b/config/rootfiles/packages/python3-urllib3 index 5d486273e..6d00780b1 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.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-1.26.12-py3.10.egg-info +#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.12-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/urllib3-1.26.12-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 diff --git a/lfs/python3-urllib3 b/lfs/python3-urllib3 index 411a52b8d..89647d06b 100644 --- a/lfs/python3-urllib3 +++ b/lfs/python3-urllib3 @@ -24,7 +24,7 @@ include Config -VER = 1.26.9 +VER = 1.26.12 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 = 3 +PAK_VER = 4 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 1c6b51e4243c18c25bcb53158e645ea71fe33e0d09ca029256bcbe05bf178ba600dd8911c71730bdefc3cf9f65cdfd5740f579d17d293f9ac7c5d3cbff478b6f +$(DL_FILE)_BLAKE2 = 17c1f02382101b5a44fbc456344befe671c9579f6208ea307866ae0e2fabbe017fdd4b751a6053a6d014bf007f114ca4fc81e2149c9814ab5bef057ffcbce2d0 install : $(TARGET)