From patchwork Sun Apr 10 11:18:11 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 5482 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 4KbqJP3xxrz3xBx for ; Sun, 10 Apr 2022 11:19:33 +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 4KbqJN5zHPz3vs; Sun, 10 Apr 2022 11:19:32 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4KbqJN5T2Vz2ylJ; Sun, 10 Apr 2022 11:19:32 +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 4KbqJL5xNkz2xSn for ; Sun, 10 Apr 2022 11:19:30 +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 4KbqJL4KgQz3Xl; Sun, 10 Apr 2022 11:19:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1649589570; 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=37Vo7z4iGMt5e6yixBtdwxkSyPKYvA+G+4L7DTvtxRg=; b=8v3XiOD8ZxUuIxjBg35hZS/Tj2wR/6vM22C+OhIWIvaRXhkph9ut0CcwPfdE5V54obh7IY 3QUfDViy6+vD2lBw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1649589570; 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=37Vo7z4iGMt5e6yixBtdwxkSyPKYvA+G+4L7DTvtxRg=; b=RlCJtFhze1woiFk4/+rT4uolM0aOfrmuzZ1+tlBBQwZDvXuUKHtHKl5AZUjoKmnDz3AkSn SvxAuNEFVpyoc0OhKTaYU38cQk3t0qZzU1FF19M106BDZHQ/ifZ8pAdvapxdn81lmf3wgI ybNODNawPAMzlW4cqVZkzD32QtWIVDPRmiWRZ2OmMXSRUfKmrX5+0Rh0HG/e5U4Unz09dy XCrsbjC2n5zwEB4+nOdelKESdH5TVkkooFvXEsNoXVj1ZXCrSNE5Y1bM0coSMCteLq9gdo U+o2gfJAWPbWGBDTxkXTSTjEv+EFFQviBSt6oUwTRWi+gAn5IgqtSUCnuLbgXQ== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] python3-jmespath: Update to version 1.0.0 Date: Sun, 10 Apr 2022 13:18:11 +0200 Message-Id: <20220410111821.3479488-5-adolf.belka@ipfire.org> In-Reply-To: <20220410111821.3479488-1-adolf.belka@ipfire.org> References: <20220410111821.3479488-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.10.0 to 1.0.0 - Update of rootfile - Changelog This python module does not have a changelog in its source file or on its PyPi page or on its github page. To see what changes have occurred you have to look at the individual commits in github https://github.com/jmespath/jmespath.py/commits/develop 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 5232c958b..6e15e60fd 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-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-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/__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 3b6fc8d09..f3bb34ff3 100644 --- a/lfs/python3-jmespath +++ b/lfs/python3-jmespath @@ -24,7 +24,7 @@ include Config -VER = 0.10.0 +VER = 1.0.0 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 = 4 +PAK_VER = 5 DEPS = @@ -47,7 +47,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 8d827e61363a8d9e974ab465efd05e50ba9ce7a35e2457b43bbdd33a740c5d40dd8c397767709c4a96e157ec31f2e9388ecaed25191ceb77b0574fb4372d5247 +$(DL_FILE)_BLAKE2 = 579a9b3273fb266ea4974aef7a266d084f00169ee645ec8cebbe9d8e838bd4d69c03e952e84a430d6a47de14ee7c7830fffc07dd049929a05945f23dff43f194 install : $(TARGET)