From patchwork Mon Jan 24 16:16:36 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4995 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 4JjFj31llJz3wsf for ; Mon, 24 Jan 2022 16:25:59 +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 4JjFj25L7TzsX; Mon, 24 Jan 2022 16:25:58 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JjFj24tG7z2yDs; Mon, 24 Jan 2022 16:25:58 +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 4JjFj22q6Hz2yBP for ; Mon, 24 Jan 2022 16:25:58 +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 4JjFj16l2yzsX; Mon, 24 Jan 2022 16:25:57 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1643041558; 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=mYVIFLvczE6e3+19tAxHsmLNo+fa+rhxnwQqcVNCg30=; b=jOyCZmK/RkLfQP70HsY8AUuxVk4c37AnjQrMH51RpPDb9uE0YiAKHx+s3LLgUABLuYZCn6 22Ty/HNmgCF+mwDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1643041558; 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=mYVIFLvczE6e3+19tAxHsmLNo+fa+rhxnwQqcVNCg30=; b=YBIWITnmfEAUS2/5fm6ZlwNHAnXSPZvcIyfpDBRG55IYDiWSYa6nkr5ppyHZKXtJLjECer Mj2WpRzFE/Z6ulIqMFqrcZNGQtvsXSS31Ae7Ldt2esgWv12/J/Uq+ngf1k3qZ33UY3s6bM 4ts1v76BESinSwGFQckJR0icLfK+w9CbEwE0MdjitFDpgSQI5ClsLBfKwBJ17Eaq6RuzGA K80dcaDBrTWsOpfVnEfOmX2B3p2NSbJAxBVLzEbO9WYUQV9vFHoxdvGBcjQ5HCA+9OIgn0 E2kNzGg5vSqytVELa//00H7/hjSlpa2Z+rnFwlPjd8KPmCodbt8gJDk2nQC9eA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 16/35] python3-jmespath: Update to version 0.10.0 and python-3.10 Date: Mon, 24 Jan 2022 17:16:36 +0100 Message-Id: <20220124161656.71960-16-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 0.9.5 to 0.10.0 - Update of rootfile - Changelog 0.10.0 Python 2.6 and 3.3 have reached end-of-life and have been deprecated. (issue 175) Fix race condition when clearing cached parsed expressions. (issue 197) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/packages/python3-jmespath | 28 +++++++++++----------- lfs/python3-jmespath | 8 +++---- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/config/rootfiles/packages/python3-jmespath b/config/rootfiles/packages/python3-jmespath index 6f0022a13..5232c958b 100644 --- a/config/rootfiles/packages/python3-jmespath +++ b/config/rootfiles/packages/python3-jmespath @@ -1,15 +1,15 @@ usr/bin/jp.py -#usr/lib/python3.8/site-packages/jmespath -#usr/lib/python3.8/site-packages/jmespath-0.9.5-py3.8.egg-info -#usr/lib/python3.8/site-packages/jmespath-0.9.5-py3.8.egg-info/PKG-INFO -#usr/lib/python3.8/site-packages/jmespath-0.9.5-py3.8.egg-info/SOURCES.txt -#usr/lib/python3.8/site-packages/jmespath-0.9.5-py3.8.egg-info/dependency_links.txt -#usr/lib/python3.8/site-packages/jmespath-0.9.5-py3.8.egg-info/top_level.txt -usr/lib/python3.8/site-packages/jmespath/__init__.py -usr/lib/python3.8/site-packages/jmespath/ast.py -usr/lib/python3.8/site-packages/jmespath/compat.py -usr/lib/python3.8/site-packages/jmespath/exceptions.py -usr/lib/python3.8/site-packages/jmespath/functions.py -usr/lib/python3.8/site-packages/jmespath/lexer.py -usr/lib/python3.8/site-packages/jmespath/parser.py -usr/lib/python3.8/site-packages/jmespath/visitor.py +#usr/lib/python3.10/site-packages/jmespath +#usr/lib/python3.10/site-packages/jmespath-0.10.0-py3.10.egg-info +#usr/lib/python3.10/site-packages/jmespath-0.10.0-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/jmespath-0.10.0-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/jmespath-0.10.0-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/jmespath-0.10.0-py3.10.egg-info/top_level.txt +usr/lib/python3.10/site-packages/jmespath/__init__.py +usr/lib/python3.10/site-packages/jmespath/ast.py +usr/lib/python3.10/site-packages/jmespath/compat.py +usr/lib/python3.10/site-packages/jmespath/exceptions.py +usr/lib/python3.10/site-packages/jmespath/functions.py +usr/lib/python3.10/site-packages/jmespath/lexer.py +usr/lib/python3.10/site-packages/jmespath/parser.py +usr/lib/python3.10/site-packages/jmespath/visitor.py diff --git a/lfs/python3-jmespath b/lfs/python3-jmespath index d49a429a6..e28ab37cc 100644 --- a/lfs/python3-jmespath +++ b/lfs/python3-jmespath @@ -24,15 +24,15 @@ include Config -VER = 0.9.5 +VER = 0.10.0 THISAPP = jmespath-$(VER) DL_FILE = $(THISAPP).tar.gz DL_FROM = $(URL_IPFIRE) -DIR_APP = $(DIR_SRC)/jmespath.py-$(VER) +DIR_APP = $(DIR_SRC)/jmespath-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-jmespath -PAK_VER = 3 +PAK_VER = 4 DEPS = @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 81edf8744cade9793164daff3bd16a65 +$(DL_FILE)_MD5 = 65bdcb5fa5bcf1cc710ffa508e78e408 install : $(TARGET)