From patchwork Wed Nov 9 18:57:23 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6115 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 4N6vQ21q8Tz3xkS for ; Wed, 9 Nov 2022 18:58:50 +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 4N6vPX2Y9Zz2yL; Wed, 9 Nov 2022 18:58:24 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPX0Fnwz2yvw; Wed, 9 Nov 2022 18:58:24 +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 4N6vPW0tCWz2ytv for ; Wed, 9 Nov 2022 18:58:23 +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 4N6vPT6TPVz2sy; Wed, 9 Nov 2022 18:58:21 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020301; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tfeIoWEB9SfgiroW4SsaTFjor2k5YejN0BR/oA34qzw=; b=dxVdiup6kmv1UDlC6MRk51tX/BX+Xo32FmIAx5BU1ufW240ojCLpAD6UAW8IXefSIrM63T N7X8fDMXa13uV6DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020301; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=tfeIoWEB9SfgiroW4SsaTFjor2k5YejN0BR/oA34qzw=; b=bzKUEv59maGMS65aPvJwsFexbXO05hT0GdjbxZtcvU4s3aTngg5nfxEIm9oPDQCisHQcG3 JZGvQu1TYHyxs00JNtwdSgBIk91CWBm9NVYRoE7G+gb9nEEKYxFq8Ja6n7vMWg591h42vT YNrva0T4zvjZUR5463x92a6e4Ww/azqeIcYCPEUaNMUE/SZ4/Oqiz4bRSUqTTCej6hkQUU NlqvK/jH7eGiAOZ8/DZq217WuKxOweQQ0i6I4vfw2Ut1yK3mWqiQEQWTIoYeIsoQg6lY5s p5AreUPzuE6+bilW8xG+kH+3qAirdbiE26dB3cUc7Ltd6p4aG+uwAETyl/1OHg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 37/48] python3-requests:Update to version 2.28.1 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:23 +0100 Message-Id: <20221109185734.3920-37-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 2.27.1 to 2.28.1 - Update of rootfile - Changelog 2.28.1 (2022-06-29) **Improvements** - Speed optimization in `iter_content` with transition to `yield from`. (#6170) **Dependencies** - Added support for chardet 5.0.0 (#6179) - Added support for charset-normalizer 2.1.0 (#6169) 2.28.0 (2022-06-09) **Deprecations** - ⚠️ Requests has officially dropped support for Python 2.7. ⚠️ (#6091) - Requests has officially dropped support for Python 3.6 (including pypy3.6). (#6091) **Improvements** - Wrap JSON parsing issues in Request's JSONDecodeError for payloads without an encoding to make `json()` API consistent. (#6097) - Parse header components consistently, raising an InvalidHeader error in all invalid cases. (#6154) - Added provisional 3.11 support with current beta build. (#6155) - Requests got a makeover and we decided to paint it black. (#6095) **Bugfixes** - Fixed bug where setting `CURL_CA_BUNDLE` to an empty string would disable cert verification. All Requests 2.x versions before 2.28.0 are affected. (#6074) - Fixed urllib3 exception leak, wrapping `urllib3.exceptions.SSLError` with `requests.exceptions.SSLError` for `content` and `iter_content`. (#6057) - Fixed issue where invalid Windows registry entires caused proxy resolution to raise an exception rather than ignoring the entry. (#6149) - Fixed issue where entire payload could be included in the error message for JSONDecodeError. (#6036) Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-requests | 14 +++++++------- lfs/python3-requests | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/config/rootfiles/packages/python3-requests b/config/rootfiles/packages/python3-requests index d334559bb..c879ed13b 100644 --- a/config/rootfiles/packages/python3-requests +++ b/config/rootfiles/packages/python3-requests @@ -1,11 +1,11 @@ usr/lib/python3.10/site-packages/requests -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info/not-zip-safe -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info/requires.txt -#usr/lib/python3.10/site-packages/requests-2.27.1-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/not-zip-safe +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/requires.txt +#usr/lib/python3.10/site-packages/requests-2.28.1-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/requests/__init__.py usr/lib/python3.10/site-packages/requests/__version__.py usr/lib/python3.10/site-packages/requests/_internal_utils.py diff --git a/lfs/python3-requests b/lfs/python3-requests index 96284e2ad..6f4b4dd6f 100644 --- a/lfs/python3-requests +++ b/lfs/python3-requests @@ -24,7 +24,7 @@ include Config -VER = 2.27.1 +VER = 2.28.1 THISAPP = requests-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-requests -PAK_VER = 1 +PAK_VER = 2 DEPS = python3-certifi python3-charset-normalizer python3-idna @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = a7fed53998fa61b3d03abd254a0cee76450c5b60d76f80aa6b91f32dca1dae5d2c51987b3d3f2138d72c50790e35c36cb03eb5974554ac4eb1a902eff79b5bdd +$(DL_FILE)_BLAKE2 = 2106be5f9e1d9f1a22de5522b5d72084f91c2849e60e33b89b2411b76cae9b1f7faac34947f69c49480d001e9b77e4dce723ee939d51591882854d510db49b59 install : $(TARGET)