From patchwork Wed Nov 9 18:57:17 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6109 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 4N6vPv56Yrz3xjm for ; Wed, 9 Nov 2022 18:58:43 +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 4N6vPR23QWz2x8; Wed, 9 Nov 2022 18:58:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPQ3THfz30BH; Wed, 9 Nov 2022 18:58:18 +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 4N6vPP0p2Lz2xKs for ; Wed, 9 Nov 2022 18:58:17 +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 4N6vPM14dXz2rJ; Wed, 9 Nov 2022 18:58:15 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020295; 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=ogsiAHgrmb1cCtTrvIULB3mIGNnj+zFDaCv8CLUHCnk=; b=Jd8RFtdTBBwy7o6nzwgwM5ibBTBrvXN7EJhnrxM33vDupIs9n7pEySIb2Bt6Aqm7KkAP69 q28Vbgm2wDBIH8DQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020295; 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=ogsiAHgrmb1cCtTrvIULB3mIGNnj+zFDaCv8CLUHCnk=; b=QFZB+DEqjwKxCJDGKgB/k6BFdVbwRd72M9xtJNLAEnZacyUEn8VX67ivhq5vzPDcwT48a4 o+b100gce30CIRDYi6u4WwVBByQS1so2TP/phO0C9FVPiMVi1HjcEkTmNDvhCNmlRnpazh j8LzoQ/DX1SgDqdZxjS/rUgdLj5h+Zvcpmal7x9Lpuf8b08I1gjRCb4h8brL2ojP+OPW+u sKuKcPLfU9kUUJGr1wHZ32JnNx17ITw9Wn0G9PpBGfxRo/dbLlfqd0UywQ8fuHVLVyr0qC JvshpCz8tB/J5Ivtk5n5QYqekWKstq1pn2BUOn7UzpNfmM8pePLNYSztD3iK0w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 31/48] python3-idna:Update to version 3.4 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:17 +0100 Message-Id: <20221109185734.3920-31-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 3.3 to 3.4 - Update of rootfile - Changelog 3.4 (2022-09-14) - Update to Unicode 15.0.0 - Migrate to pyproject.toml for build information (PEP 621) - Correct another instance where generic exception was raised instead of IDNAError for malformed input - Source distribution uses zeroized file ownership for improved reproducibility Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-idna | 10 +++++----- lfs/python3-idna | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/packages/python3-idna b/config/rootfiles/packages/python3-idna index 01ee2e135..009673f43 100644 --- a/config/rootfiles/packages/python3-idna +++ b/config/rootfiles/packages/python3-idna @@ -1,9 +1,9 @@ usr/lib/python3.10/site-packages/idna -#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info -#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/idna-3.3-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/idna-0.0.0-py3.10.egg-info/top_level.txt usr/lib/python3.10/site-packages/idna/__init__.py usr/lib/python3.10/site-packages/idna/codec.py usr/lib/python3.10/site-packages/idna/compat.py diff --git a/lfs/python3-idna b/lfs/python3-idna index e7b3c0c4b..0c26c6a03 100644 --- a/lfs/python3-idna +++ b/lfs/python3-idna @@ -24,7 +24,7 @@ include Config -VER = 3.3 +VER = 3.4 THISAPP = idna-$(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-idna -PAK_VER = 1 +PAK_VER = 2 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = b804759b23157ff3d81fcd37f04baf83d7e522e98e8d842e3f228a242bbd9b1f9302ca28b8989a4221512bbbe92839cd593641830a0c6b2e12061b3501b1bd45 +$(DL_FILE)_BLAKE2 = dd6c94104e17b441a7a63aec4e28f1969278996964c402865da8ad1040878539f798956e26532281cc44934544fd6fa33407949caf4a34fa2b48d7aafbb8fb5e install : $(TARGET)