From patchwork Wed Nov 9 18:57:04 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6096 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 4N6vPf1YbYz3xjm for ; Wed, 9 Nov 2022 18:58:30 +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 4N6vPG4SLzz2tl; Wed, 9 Nov 2022 18:58:10 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4N6vPD2XR2z30C8; Wed, 9 Nov 2022 18:58:08 +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 4N6vPB55Hlz2yyM for ; Wed, 9 Nov 2022 18:58:06 +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 4N6vP96DYXz2pN; Wed, 9 Nov 2022 18:58:05 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1668020285; 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=leoQRxnYaM8gZanfKCFfl2OFxY86WYKxjtk9NIaH7RI=; b=FgcaNqjZNki+33P7AzskMP7sEl2kjA4zELhDGZ7W6cE4URnKYbtMZrMnSr9DChUh0JAxOz lTI0cSntsOuG81BQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1668020285; 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=leoQRxnYaM8gZanfKCFfl2OFxY86WYKxjtk9NIaH7RI=; b=ZGZJv87PBs2cqJw3Sq5SrCP9bJAV7/gOqCgBBXVhN9ziw2xEAAtm5GqF2N5n2EBT04Oaqt s7dy/wd8fPQV/f02nR2QHpDyyL9CNpnSHFVFwk64eL0l6/K6TeiruIT5nAYNPJx98kMlRt oRNSMOB0im/ZdGzFbFkNI3bzf8yVfEzqj8NQletfRmL0Bmx+JGpLKgFuV8YCr0oHBLIfOi ci8DWfQjA1QR3Y+UFhSqsw2s4jF3pir4gtahw2Vw2m0MR+tq+4LEeeT4zlUtunNkkFM53L 3plwU7O9W9Up9Dz6jkn2Z1pUYomwUOKg6gu280h3IZ6iOs9bVeZN04LUupzycg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 18/48] rust-pyo3-macros:Update to version 0.15.2 - required by python3-cryptography Date: Wed, 9 Nov 2022 19:57:04 +0100 Message-Id: <20221109185734.3920-18-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 0.15.1 to 0.15.2 - Update of rootfile - No changelog found in source tarball or other location Tested-by: Adolf Belka Signed-off-by: Adolf Belka --- config/rootfiles/common/rust-pyo3-macros | 14 +++++++------- lfs/rust-pyo3-macros | 4 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/config/rootfiles/common/rust-pyo3-macros b/config/rootfiles/common/rust-pyo3-macros index c25fbb0b7..3a2fb8c22 100644 --- a/config/rootfiles/common/rust-pyo3-macros +++ b/config/rootfiles/common/rust-pyo3-macros @@ -1,7 +1,7 @@ -#usr/share/cargo/registry/pyo3-macros-0.15.1 -#usr/share/cargo/registry/pyo3-macros-0.15.1/.cargo-checksum.json -#usr/share/cargo/registry/pyo3-macros-0.15.1/Cargo.toml -#usr/share/cargo/registry/pyo3-macros-0.15.1/Cargo.toml.deps -#usr/share/cargo/registry/pyo3-macros-0.15.1/LICENSE -#usr/share/cargo/registry/pyo3-macros-0.15.1/src -#usr/share/cargo/registry/pyo3-macros-0.15.1/src/lib.rs +#usr/share/cargo/registry/pyo3-macros-0.15.2 +#usr/share/cargo/registry/pyo3-macros-0.15.2/.cargo-checksum.json +#usr/share/cargo/registry/pyo3-macros-0.15.2/Cargo.toml +#usr/share/cargo/registry/pyo3-macros-0.15.2/Cargo.toml.deps +#usr/share/cargo/registry/pyo3-macros-0.15.2/LICENSE +#usr/share/cargo/registry/pyo3-macros-0.15.2/src +#usr/share/cargo/registry/pyo3-macros-0.15.2/src/lib.rs diff --git a/lfs/rust-pyo3-macros b/lfs/rust-pyo3-macros index 367394067..b64490dcd 100644 --- a/lfs/rust-pyo3-macros +++ b/lfs/rust-pyo3-macros @@ -24,7 +24,7 @@ include Config -VER = 0.15.1 +VER = 0.15.2 THISAPP = pyo3-macros-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = c7d87c150678efbb5dd6ef98da9997676ef3e7f8628a79f01a3ecbf94cc8b2d0752573d894fd769fb8791f30bcfd03a5c9f76cce73c00be90c1488faed63198d +$(DL_FILE)_BLAKE2 = f8ab6ba53354705617ad88a2db693e38596d563f14e5481141b913595f367cf43fdb438c077c89b22a60fb0cccba7d67e79f9528af25c626ec7d8ba2c2ae3825 install : $(TARGET)