From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id oMO3G7C09WRjJwEAG6o9tA:P1 (envelope-from ) for ; Mon, 04 Sep 2023 12:42:56 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id oMO3G7C09WRjJwEAG6o9tA (envelope-from ) for ; Mon, 04 Sep 2023 12:42:56 +0200 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 2C0E1FB21 for ; Mon, 4 Sep 2023 12:42:56 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=niDNyKzc; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693824176; h=from:from:sender:sender: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=UgzmD6fVtpq2ZUNYX89utY+zLcMQL4yayXjiDhCRRfc=; b=D09oJwLM3X7hQZapDu3PV2xMLsmTqbhPBduXTuePD6Lyhyidn6efSmepiSc85OQl3Qs9cU NXOt0zuh/r12NjIVoWis+TAygyv0CS5mtGdFcKdfEJC80EGZsuaaOxkpnnsObtTMS1fNBx oxH6oOYZq4o7ZAnyhb/awAs/YO7httvAe1JGC7VeHTvDa0HoN5FOC0KLXDuU/ua5Yazliu p9YWMpIao5XZHI9iQIi3UxldUFG3ssiTnppBBiD9CPZSAoqNN6tC+nHDk5DErG2IeQhFw0 bs/lVo/HbPioFEHtJctWtOT+i78scSnunIQUIooePVT0LOc6KaTk/uJ5LTHy0w== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693824176; a=rsa-sha256; cv=none; b=KTZqrbJKVqsGsJi0T3VcKEdha7ba8YGXGkIfvyo35wgdj/t7CIOHghr+L085ypLSGcYcx6 4T6DtQWpO73Id8TCaPrClvKzCmrLhFuVHF6DLFSn7NJlnMxM8vClgwwJBB9XWSQzHDDqU9 qe9eFXrOrSnIMK6uig9gK2sWmxZ4sUSu9pvefRzD8o5VKaNqNxJXD6gT3p+SB6MkSg4SX6 Qw+95Iokfr9pS4e17ft6lF8NNl0e/dfXisXb5lu7CVH7NqBEcdULWpam9+MvDAYzp2LI9G RASZowmJNiskWzrg3Zr12LVCs2405VTp+tll9TDIWWxlPlckNGonvpm/WtVTtA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=niDNyKzc; 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"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qd72C-00075Y-D1; Mon, 04 Sep 2023 06:42:20 -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 1qd71y-00072T-J5 for guix-patches@gnu.org; Mon, 04 Sep 2023 06:42:07 -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 1qd71v-0007nQ-4U for guix-patches@gnu.org; Mon, 04 Sep 2023 06:42:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qd71u-0005x9-TW for guix-patches@gnu.org; Mon, 04 Sep 2023 06:42:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#65037] [PATCH v4 4/8] gnu: python-trezor: Update to 0.13.7. Resent-From: Attila Lendvai Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 04 Sep 2023 10:42:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65037 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 65037@debbugs.gnu.org Cc: Attila Lendvai Received: via spool by 65037-submit@debbugs.gnu.org id=B65037.169382408622779 (code B ref 65037); Mon, 04 Sep 2023 10:42:02 +0000 Received: (at 65037) by debbugs.gnu.org; 4 Sep 2023 10:41:26 +0000 Received: from localhost ([127.0.0.1]:48830 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qd71J-0005vE-CA for submit@debbugs.gnu.org; Mon, 04 Sep 2023 06:41:25 -0400 Received: from mail-ed1-x52b.google.com ([2a00:1450:4864:20::52b]:48176) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qd71F-0005uJ-Hy for 65037@debbugs.gnu.org; Mon, 04 Sep 2023 06:41:22 -0400 Received: by mail-ed1-x52b.google.com with SMTP id 4fb4d7f45d1cf-52683b68c2fso1744626a12.0 for <65037@debbugs.gnu.org>; Mon, 04 Sep 2023 03:41:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693824076; x=1694428876; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=UgzmD6fVtpq2ZUNYX89utY+zLcMQL4yayXjiDhCRRfc=; b=niDNyKzcQUcanFHb3Sx21FK01F/d4wwdyY7ggbXCbgAg+NKnIDT/Qt3fbdCaCxB045 P0obNXgJR+5fHjrUK2uHGibTxOtH6bXSgXw6/rsGNNds2HACyrwdgOEZ680YLv7f37Jc ZSlsL3nyE6ic6lrNP2BeZuP9fhn2U++I7I2bvx28CdFv9S+5oFq5j7akfu9PZRI//lMh HJcGGtdJ4Xy203EurzZG4N3AG4ZguKDdONLIwq7fW1pgIxk0G7VquRGYqkJ0uNyA8U/s KclxcDpZoItIVR3uO1INqYRmh17WwnE2XHn+ucGt1RlArl1owphUpc3I6kL9Wztalquk MfkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693824076; x=1694428876; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=UgzmD6fVtpq2ZUNYX89utY+zLcMQL4yayXjiDhCRRfc=; b=WWCRkcr2qfh+z9hwulA65OYVYNa3gLj1uYhrsKJkmg2+/IDpeAWOAQpcXm1B5b0xVg XJhAMxAtzvTK6BFxBdjISxqApZZ5Al1oH6gAVzSjRty4XqEmjslHTR2FisovgVqkF8fH 5rFClgu0vgjoSArZMvM3xWUYpGlXoq8pize4pd/dDBM/ySsfCsX6dz+m9mtlxpcspt0r VVQ6sgPrfNC9JvM943etxtbK9Oh8cQDCFbZFEsQMjC3pDPHgdFQkQThP6cmFOvxyMS0D ShGHv4ZbKNx/ITJsbWBGi+weDxVKKl29eMwRp5T16N4dCJoy3J1a1TxgyBUxgPUyvacn CbwQ== X-Gm-Message-State: AOJu0YwHZzVeKMN5F5xplqwmtvqZkZ49Fd3Etc31uUPa2K583RwK0wAT rGNumYg76oLI304nVFc97XOklK7xoy0Ryg== X-Google-Smtp-Source: AGHT+IGRQ2PTvKBmv/Vf9PaOJIHb3p+lZGlMco521xBimlzbxeTj8cvTNJNrw+sJdOxgLPi06AzvtQ== X-Received: by 2002:aa7:c6c7:0:b0:522:1d23:a1f8 with SMTP id b7-20020aa7c6c7000000b005221d23a1f8mr6045648eds.26.1693824075993; Mon, 04 Sep 2023 03:41:15 -0700 (PDT) Received: from lelap.lan (2a00-1f40-b161-2f0-6b9f-85-742e-f655.pool6.panelnet.hu. [2a00:1f40:b161:2f0:6b9f:85:742e:f655]) by smtp.gmail.com with ESMTPSA id d25-20020a056402079900b005224f840130sm5560568edy.60.2023.09.04.03.41.15 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 04 Sep 2023 03:41:15 -0700 (PDT) From: Attila Lendvai X-Google-Original-From: Attila Lendvai Date: Mon, 4 Sep 2023 12:40:43 +0200 Message-ID: <9f11e3524bf5e21a8929b56f2d5cedb2e0641dfa.1693824046.git.attila@lendvai.name> X-Mailer: git-send-email 2.41.0 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: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -4.63 X-Spam-Score: -4.63 X-Migadu-Queue-Id: 2C0E1FB21 X-TUID: /PQMe7YhDpnY * gnu/packages/finance.scm (python-trezor) [propagated-inputs]: Drop python-click-7 kludge, add python-construct-classes instead of python-construct. [native-inputs]: Adjust for the tests to run cleanly. --- gnu/packages/finance.scm | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 384cb90e18..ea7678e852 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1092,7 +1092,7 @@ (define-public python-btchip-python (define-public python-trezor (package (name "python-trezor") - (version "0.13.0") + (version "0.13.7") (source (origin (method git-fetch) @@ -1101,7 +1101,7 @@ (define-public python-trezor (commit (string-append "python/v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1wy584bxx5p2av4lv1bx9hl1q0b5n7hqz0hnqb9shjriarvl5ckd")) + (base32 "13wyl9b15c8iscfakprwfvh2akw180hfqdjww79b78ywz51y7hdh")) (modules '((guix build utils) (srfi srfi-26) @@ -1127,25 +1127,24 @@ (define-public python-trezor (build-system python-build-system) (propagated-inputs (list python-attrs - ;; TOOD: Use the latest click version after release 0.13.1 or later - ;; is made (see: - ;; https://github.com/trezor/trezor-firmware/issues/2199). - python-click-7 - python-construct + python-click + python-construct-classes python-ecdsa python-hidapi python-libusb1 python-mnemonic python-requests python-typing-extensions)) - (native-inputs - ;; For tests. + (native-inputs ; Only needed for running the tests (list protobuf python-black python-isort + python-pillow python-protobuf python-pyqt - python-pytest)) + python-pytest + python-simple-rlp + python-wheel)) (home-page "https://github.com/trezor/python-trezor") (synopsis "Python library for communicating with TREZOR Hardware Wallet") (description "@code{trezor} is a Python library for communicating with -- 2.41.0