From patchwork Wed Nov 9 18:57:18 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6110 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 4N6vPw4s6mz3wgZ for ; Wed, 9 Nov 2022 18:58:44 +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 4N6vPR52BBz2xM; 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 4N6vPR4FYTz303K; Wed, 9 Nov 2022 18:58: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 4N6vPQ2D0fz309y for ; Wed, 9 Nov 2022 18:58:18 +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 4N6vPM30cHz2vM; Wed, 9 Nov 2022 18:58:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020296; 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=CnDTTWXVAKn903NJPtgCPgy5XjQu689pc5NWTYgSqCA=; b=JZ9Sr25t1gNOoRzFoyaMVmPvbvrUxnD9wG07APOQk9RF8DJut92gEpKv9uHxlnjsNUXQBC lUMy524bI9MFL7dmICcqpbxRYOtFxXUvOz2jJk71Sqxc/JIK7wO6b0JHVc65giO53MvR/5 RwDl5XIrk/ERUotjt6HMrWXv3Uwu5iVs3vWj425XC30notIoffegm+G2uuu2Wu/YbuSWH7 PoZoa0c7uNI0qV/Vbmxe/SybjGAIK3J2cUmNeFKLB5/uOf3gojpQHqvtE5R5baDUf+dbQq G+oqy3AIUMeVbtAx0kb/fICS47/5qZUduvzNNP2PTFJo8eYdxL7h0paOPMhpDQ== DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020296; 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=CnDTTWXVAKn903NJPtgCPgy5XjQu689pc5NWTYgSqCA=; b=8Is/nZF/miUyKp4MMR6vhhdCg1a+LEDFNR7OKdbBf1lHJsKEEVvOcwAi2J56j0GpxT2T5S Sw36hx6Imp7acHCg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 32/48] python3-jmespath:Update to version 1.0.1 and to work with python-3.10.8 Date: Wed, 9 Nov 2022 19:57:18 +0100 Message-Id: <20221109185734.3920-32-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.0.0 to 1.0.1 - Update of rootfile - No changelog found in source tarball or other location Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/packages/python3-jmespath | 10 +++++----- lfs/python3-jmespath | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/config/rootfiles/packages/python3-jmespath b/config/rootfiles/packages/python3-jmespath index 6e15e60fd..975b1a186 100644 --- a/config/rootfiles/packages/python3-jmespath +++ b/config/rootfiles/packages/python3-jmespath @@ -1,10 +1,10 @@ usr/bin/jp.py #usr/lib/python3.10/site-packages/jmespath -#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info -#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/PKG-INFO -#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/SOURCES.txt -#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/dependency_links.txt -#usr/lib/python3.10/site-packages/jmespath-1.0.0-py3.10.egg-info/top_level.txt +#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info +#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/PKG-INFO +#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/SOURCES.txt +#usr/lib/python3.10/site-packages/jmespath-1.0.1-py3.10.egg-info/dependency_links.txt +#usr/lib/python3.10/site-packages/jmespath-1.0.1-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 diff --git a/lfs/python3-jmespath b/lfs/python3-jmespath index f3bb34ff3..395356bc1 100644 --- a/lfs/python3-jmespath +++ b/lfs/python3-jmespath @@ -24,7 +24,7 @@ include Config -VER = 1.0.0 +VER = 1.0.1 SUMMARY = Python module for declarative JSON document element extraction THISAPP = jmespath-$(VER) @@ -33,7 +33,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/jmespath-$(VER) TARGET = $(DIR_INFO)/$(THISAPP) PROG = python3-jmespath -PAK_VER = 5 +PAK_VER = 6 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 579a9b3273fb266ea4974aef7a266d084f00169ee645ec8cebbe9d8e838bd4d69c03e952e84a430d6a47de14ee7c7830fffc07dd049929a05945f23dff43f194 +$(DL_FILE)_BLAKE2 = e345105b40e23ef2477e6fe03af9e21c37c925577898d27d5dc898420e81c1cdf299ad57e05029007636e4b8b3c7f95a571db04b4cd5e4cc8a2365ab964b6b3b install : $(TARGET)