From patchwork Mon Jan 24 16:16:26 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4985 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 4JjFcq47nqz3wsf for ; Mon, 24 Jan 2022 16:22:19 +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 4JjFcq0hDrzgP; Mon, 24 Jan 2022 16:22:19 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFcq0Dsgz2xSN; Mon, 24 Jan 2022 16:22:19 +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 4JjFcn6Ln4z2xFd for ; Mon, 24 Jan 2022 16:22: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 4JjFcn2wbBzdP; Mon, 24 Jan 2022 16:22:17 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041337; 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=dmvpgGka4ayQ64HNFpLcyvmi+yrYh4wQFb05QeFUYf0=; b=DeYHInmXBiCLl76aOkVLwkxhmttkzMJt2xXUQXeRxnDVZgv8VFXpTtJ/44n9HoWvIq49Bb JTiyLNcU4UWElbBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041337; 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=dmvpgGka4ayQ64HNFpLcyvmi+yrYh4wQFb05QeFUYf0=; b=apc1mlS3gJAMumFWiZ5ZPbPucH/apwNRWQLeMeOb8ez22EODKx3qUWKzWf8jjP83kmXr5X HnfCcZclEYwVP40gU4rnNDIE8CGdQ87uJ1cOHjlRPoP+6Eh32VWXGFTjdNcu7nTY/IJhbb VQsNbgW32YWb/byPy1s5eQXR2tu+n8kWkX6cZE2aRn1R7U7WNVx1T8SsxAdd+xEykxE2Sa mgQnL3nzYRW2SFjJX9NzfQdNmXuoX9XL81sAtA13m9Njspmequ/djUe3qeilHzONgrk0a6 FiQfM9LHLHLzsjWoRDYguoca8od1pBHtZdFo0IZkxMCjoLvtNxWGgiHL9uSnUQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 06/35] python3-six: Update to version 1.16.0 and python3.10 Date: Mon, 24 Jan 2022 17:16:26 +0100 Message-Id: <20220124161656.71960-6-adolf.belka@ipfire.org> In-Reply-To: <20220124161656.71960-1-adolf.belka@ipfire.org> References: <20220124161656.71960-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.14.0 to 1.16.0 - Update of rootfile - Changelog 1.16.0 - Pull request #343, issue #341, pull request #349: Port _SixMetaPathImporter to Python 3.10. 1.15.0 - Pull request #331: Optimize `six.ensure_str` and `six.ensure_binary`. Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-six | 12 ++++++------ lfs/python3-six | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/packages/python3-six b/config/rootfiles/packages/python3-six index 0801d36da..3c1446932 100644 --- a/config/rootfiles/packages/python3-six +++ b/config/rootfiles/packages/python3-six @@ -1,6 +1,6 @@ -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/six-1.14.0-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/six.py +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/six-1.16.0-py3.10.egg-info/top_level.txt +usr/lib/python3.10/site-packages/six.py diff --git a/lfs/python3-six b/lfs/python3-six index 9d467f273..e1c4a36d7 100644 --- a/lfs/python3-six +++ b/lfs/python3-six @@ -24,7 +24,7 @@ include Config -VER = 1.14.0 +VER = 1.16.0 THISAPP = six-$(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-six -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 21674588a57e649d1a6d977ec3122140 +$(DL_FILE)_MD5 = a7c927740e4964dd29b72cebfc1429bb install : $(TARGET)