From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id cJrNMfMEhWYpggAAqHPOHw:P1 (envelope-from ) for ; Wed, 03 Jul 2024 07:59:47 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0.migadu.com with LMTPS id cJrNMfMEhWYpggAAqHPOHw (envelope-from ) for ; Wed, 03 Jul 2024 09:59:47 +0200 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=OyunZZ4k; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1719993587; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=2H4h4WjHgqQ3lnlZd1ZlHdfCaOlegMB+rPckwRb0hqU=; b=ok45ReeXgC1GZmUQtbHiahxdPg28T6KbxklFI/NC5qrug9JIlXlr+4p0VOA9xRja85QUdb ID2rMC+sVERW0SycPH7+96/SlBULacnDHKdq5Vxp5O9auKIpIHIJ3N9qD5egorO9xluiJg buYkCAtn39zTtPw1srVcSDyfLX8jc9TfIYWw/cPvCzGsI95B4IgQNnZ/+vdFZfKAFuDyqV JfR29RdunKFNJD4Z68JpabR8VI5oY6aXVDuLNJP0OoEY9+wtg5ZUKL3TCwdEajznjoxrds pEi4YNdbcSPGb5oUYSJ2eHKhfPI5BgsFQ5goYOg5ubG1homWB54xn1ugFCorVg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1719993587; a=rsa-sha256; cv=none; b=K+If9EOVEa300cJXigsYqWl9s/tp/CdthgsXP7g+GskVnxWYEMlqnHn5HRl/027498H77k D+mM+iCJSb4YdG42yM55uqnkZilBnn+kYZoSAYYvcFepm4SclJM6Sf/QdnPoJQ9WnKH5/J +iqA4BCt5IIDsOPLv+neSyUX+1J0x9Y3nLAEHWKAVqFwseKfkwXfR1F5nsWjtzkhNUwjpr Yk6jMTi9sX360Ri4feJ2frGsNyO/dUMvM1vkNBhA0EttzK3pWOG2664NaTaDYNjJeVRcVc fU3kbk9LfmiiGosf/91VQCbrujDIxMw9yaT4tpgbW2YEy4F1HL49i69NCcWk7g== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=disroot.org header.s=mail header.b=OyunZZ4k; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id A8C2216FCD for ; Wed, 3 Jul 2024 09:59:47 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1sOutP-0001N0-KG; Wed, 03 Jul 2024 03:59:07 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sOutL-0001Af-Kx for guix-patches@gnu.org; Wed, 03 Jul 2024 03:59:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1sOutL-0007V3-Cl for guix-patches@gnu.org; Wed, 03 Jul 2024 03:59:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1sOutM-0002y7-Vu; Wed, 03 Jul 2024 03:59:04 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#71914] [PATCH 08/10] gnu: Add rust-pyo3-macros-0.21. Resent-From: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong Original-Sender: "Debbugs-submit" Resent-CC: efraim@flashner.co.il, guix-patches@gnu.org Resent-Date: Wed, 03 Jul 2024 07:59:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 71914 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 71914@debbugs.gnu.org Cc: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong , Efraim Flashner X-Debbugs-Original-Xcc: Efraim Flashner Received: via spool by 71914-submit@debbugs.gnu.org id=B71914.171999352411292 (code B ref 71914); Wed, 03 Jul 2024 07:59:04 +0000 Received: (at 71914) by debbugs.gnu.org; 3 Jul 2024 07:58:44 +0000 Received: from localhost ([127.0.0.1]:38591 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOut1-0002w2-Tf for submit@debbugs.gnu.org; Wed, 03 Jul 2024 03:58:44 -0400 Received: from layka.disroot.org ([178.21.23.139]:49450) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sOut0-0002vl-2b for 71914@debbugs.gnu.org; Wed, 03 Jul 2024 03:58:42 -0400 X-Virus-Scanned: SPAM Filter at disroot.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=disroot.org; s=mail; t=1719993518; bh=5+jlSD8bNrZ/4/ceipzBAOFGBAYJrwFkrccqHqML39g=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=OyunZZ4k5EfrKJ2FevdoOQ0QxyOkL7HDjeXCcYDMCnQP++x5dPdIvHisu/hRnMbpo k2k2ucq522q6MQ0lbKVUGCYArYRzzwNnsxmnAIVq4prRo7+C/NP97NWOjETNJwNnZv sM6PISxnKw9Bz0/DnZkXbBkwG/0k6KBIc+AfTEH3Bmuxa4voMYYuhGIb5lzH6r2Kv4 61OZgeSaZucTTwyf7+6npeAmXeR2jvjzHW380dRqGbSZxABAokGMbP0Zp9MZyFfW4C ALWyVxc2AELqsRNjed53RBrzRRboO7BIMikVUcT0IvT+kFgJ61dM8QhJTZuf93JIOZ 08tq1kWGtumyA== Date: Wed, 3 Jul 2024 16:57:59 +0900 Message-ID: <8f5311fba8e591543e7d8e544555b2efceb4bc92.1719992277.git.mcsinyx@disroot.org> In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-to: =?UTF-8?Q?Nguy=E1=BB=85n?= Gia Phong X-ACL-Warn: , =?utf-8?q?Nguy=E1=BB=85n_Gia_Phong_via_Guix-patches?= From: guix-patches--- via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Queue-Id: A8C2216FCD X-Migadu-Scanner: mx12.migadu.com X-Migadu-Spam-Score: -6.38 X-Spam-Score: -6.38 X-TUID: 1e+za4/aQCob * gnu/packages/crates-io.scm (rust-pyo3-macros-0.21): New variable. (rust-pyo3-macros-0.20): Inherit from rust-pyo3-macros-0.21. Update to 0.20.3. Change-Id: I90c07ee66aff098250345d11d120e1c62203b7e0 --- gnu/packages/crates-io.scm | 34 +++++++++++++++++++++++++++------- 1 file changed, 27 insertions(+), 7 deletions(-) diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm index acf1fc8f83ea..a0e99340ccd9 100644 --- a/gnu/packages/crates-io.scm +++ b/gnu/packages/crates-io.scm @@ -51564,29 +51564,49 @@ (define-public rust-pyo3-macros-backend-0.15 ("rust-syn" ,rust-syn-1)))) (native-inputs (list python)))) -(define-public rust-pyo3-macros-0.20 +(define-public rust-pyo3-macros-0.21 (package (name "rust-pyo3-macros") - (version "0.20.2") + (version "0.21.2") (source (origin (method url-fetch) (uri (crate-uri "pyo3-macros" version)) (file-name (string-append name "-" version ".tar.gz")) (sha256 - (base32 "1lsfyx1shdyi7zybs3maakh2h3zsij3l5wap35qval0dwjs3ixq5")))) + (base32 "0g65z9yj2iffjrkrkzan9hwhhj7rrchh7lfv64dy30h6zill1cvp")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs (("rust-proc-macro2" ,rust-proc-macro2-1) - ("rust-pyo3-macros-backend" ,rust-pyo3-macros-backend-0.20) - ("rust-quote" ,rust-quote-1) - ("rust-syn" ,rust-syn-2)))) + `(#:cargo-inputs + (("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-pyo3-macros-backend" ,rust-pyo3-macros-backend-0.21) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-2)))) (home-page "https://github.com/pyo3/pyo3") (synopsis "Proc macros for PyO3") (description "This package provides compiler macros for use with PyO3.") (license (list license:expat license:asl2.0)))) +(define-public rust-pyo3-macros-0.20 + (package + (inherit rust-pyo3-macros-0.21) + (name "rust-pyo3-macros") + (version "0.20.3") + (source + (origin + (method url-fetch) + (uri (crate-uri "pyo3-macros" version)) + (file-name (string-append name "-" version ".tar.gz")) + (sha256 + (base32 "0n61s98qb2qc1wlda3bz4r0wi0vsr9p4lj2yr5g0bf01z8hcf1bk")))) + (arguments + `(#:cargo-inputs + (("rust-proc-macro2" ,rust-proc-macro2-1) + ("rust-pyo3-macros-backend" ,rust-pyo3-macros-backend-0.20) + ("rust-quote" ,rust-quote-1) + ("rust-syn" ,rust-syn-2)))))) + (define-public rust-pyo3-macros-0.19 (package (inherit rust-pyo3-macros-0.20) -- 2.45.2