From unknown Thu Sep 11 07:35:26 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#46657 <46657@debbugs.gnu.org> To: bug#46657 <46657@debbugs.gnu.org> Subject: Status: [PATCH] gnu: python-onnx: Update to 1.8.1. Reply-To: bug#46657 <46657@debbugs.gnu.org> Date: Thu, 11 Sep 2025 14:35:26 +0000 retitle 46657 [PATCH] gnu: python-onnx: Update to 1.8.1. reassign 46657 guix-patches submitter 46657 Vinicius Monego severity 46657 normal tag 46657 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 02:11:15 2021 Received: (at submit) by debbugs.gnu.org; 20 Feb 2021 07:11:15 +0000 Received: from localhost ([127.0.0.1]:50877 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDMQ6-00043N-Vu for submit@debbugs.gnu.org; Sat, 20 Feb 2021 02:11:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:35278) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDMQ2-00043B-WE for submit@debbugs.gnu.org; Sat, 20 Feb 2021 02:11:13 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:37668) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDMQ2-0000Fh-RX for guix-patches@gnu.org; Sat, 20 Feb 2021 02:11:10 -0500 Received: from mout02.posteo.de ([185.67.36.66]:43603) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1lDMQ1-0002Hm-15 for guix-patches@gnu.org; Sat, 20 Feb 2021 02:11:10 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 655162400FC for ; Sat, 20 Feb 2021 08:11:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1613805066; bh=q1pHl8NiZAPqa48vC2oMFJYcqckCi89q3oF6rwSdYa4=; h=From:To:Cc:Subject:Date:From; b=phnITmvwiXai9wRNprPXLr1VTLb8YobyCG41eZKCtuNa2rcUThMx7OlsN7kcviFAn HjTORJ8z0Yjqn52mbt+EXAzh2h7xWBtQ/yQw2ef8WQ+8R19dmdrB54iGYOd4gmw2XA ziU3qAWjgB3j3GukB4v1CJC3ijtrnKyzsygh7Q3B/tu1KFGpazFNHuG0dJGrOz/ii1 UG9QuL1mM3bnDBQcBfEGo8/VFjj28eWrGh00iEjoKA0KXWjDPBbX6LhGYqkPASnZYi C5eDpZqrOyvL+NgHhxtK6UcUdOEFBBrWUCrvky1CmANHY9071XuUyDluaZPOAzW+Cv QBxlCySmC6Fcg== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4DjKNm6fTCz6tmJ; Sat, 20 Feb 2021 08:11:04 +0100 (CET) From: Vinicius Monego To: guix-patches@gnu.org Subject: [PATCH] gnu: python-onnx: Update to 1.8.1. Date: Sat, 20 Feb 2021 04:10:54 -0300 Message-Id: <20210220071054.37001-1-monego@posteo.net> X-Mailer: git-send-email 2.30.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=185.67.36.66; envelope-from=monego@posteo.net; helo=mout02.posteo.de X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Vinicius Monego X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.1. --- gnu/packages/machine-learning.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/machine-learning.scm b/gnu/packages/machine-learning.scm index 4e35e3e369..e7601a5d8a 100644 --- a/gnu/packages/machine-learning.scm +++ b/gnu/packages/machine-learning.scm @@ -15,7 +15,7 @@ ;;; Copyright © 2019 Brett Gilio ;;; Copyright © 2020 Konrad Hinsen ;;; Copyright © 2020 Edouard Klein -;;; Copyright © 2020 Vinicius Monego +;;; Copyright © 2020, 2021 Vinicius Monego ;;; Copyright © 2020 Maxim Cournoyer ;;; ;;; This file is part of GNU Guix. @@ -583,7 +583,7 @@ in terms of new algorithms.") (define-public python-onnx (package (name "python-onnx") - (version "1.8.0") + (version "1.8.1") (source (origin (method url-fetch) @@ -592,7 +592,7 @@ in terms of new algorithms.") ;; to use googletest from Guix and enable tests by default. (patches (search-patches "python-onnx-use-system-googletest.patch")) (sha256 - (base32 "0365zkikq6v3cl5hh2daa5z1alhij8xpn8rmlcny340jrv9pyy2z")))) + (base32 "1ys5f4kqkabm4mgivsw80zz8xj1svanfbpszqbw9j15914hcarcx")))) (build-system python-build-system) (native-inputs `(("cmake" ,cmake) -- 2.30.1 From debbugs-submit-bounces@debbugs.gnu.org Sat Feb 20 19:27:03 2021 Received: (at 46657-done) by debbugs.gnu.org; 21 Feb 2021 00:27:03 +0000 Received: from localhost ([127.0.0.1]:53185 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDcaU-0002cD-Tv for submit@debbugs.gnu.org; Sat, 20 Feb 2021 19:27:03 -0500 Received: from relay3-d.mail.gandi.net ([217.70.183.195]:37929) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1lDcaT-0002bP-1Y for 46657-done@debbugs.gnu.org; Sat, 20 Feb 2021 19:27:01 -0500 X-Originating-IP: 185.131.40.67 Received: from localhost (40-67.ipv4.commingeshautdebit.fr [185.131.40.67]) (Authenticated sender: admin@nicolasgoaziou.fr) by relay3-d.mail.gandi.net (Postfix) with ESMTPSA id 23AFB60002; Sun, 21 Feb 2021 00:26:53 +0000 (UTC) From: Nicolas Goaziou To: Vinicius Monego Subject: Re: [bug#46657] [PATCH] gnu: python-onnx: Update to 1.8.1. References: <20210220071054.37001-1-monego@posteo.net> Date: Sun, 21 Feb 2021 01:26:52 +0100 In-Reply-To: <20210220071054.37001-1-monego@posteo.net> (Vinicius Monego's message of "Sat, 20 Feb 2021 04:10:54 -0300") Message-ID: <87r1laxo37.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 46657-done Cc: 46657-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Hello, Vinicius Monego writes: > * gnu/packages/machine-learning.scm (python-onnx): Update to 1.8.1. Applied. Thank you. Regards, -- Nicolas Goaziou From unknown Thu Sep 11 07:35:26 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 21 Mar 2021 11:24:08 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator