From patchwork Thu Jan 31 22:35:31 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Vagrant Cascadian X-Patchwork-Id: 934 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id 175EF16B41; Thu, 31 Jan 2019 22:36:07 +0000 (GMT) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.0 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTP id 6EEE016B3F for ; Thu, 31 Jan 2019 22:36:06 +0000 (GMT) Received: from localhost ([127.0.0.1]:33926 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpKwH-0001vY-Qx for patchwork@mira.cbaines.net; Thu, 31 Jan 2019 17:36:05 -0500 Received: from eggs.gnu.org ([209.51.188.92]:57927) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gpKwF-0001vP-Oy for guix-patches@gnu.org; Thu, 31 Jan 2019 17:36:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gpKwE-0005Re-IO for guix-patches@gnu.org; Thu, 31 Jan 2019 17:36:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54223) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gpKwE-0005RZ-Ej for guix-patches@gnu.org; Thu, 31 Jan 2019 17:36:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gpKwE-000427-6N for guix-patches@gnu.org; Thu, 31 Jan 2019 17:36:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#34139] Update electrum, add python-aiohttp-socks and python-aiorpcx Resent-From: Vagrant Cascadian Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 31 Jan 2019 22:36:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 34139 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: Ludovic =?utf-8?q?Court=C3=A8s?= Received: via spool by 34139-submit@debbugs.gnu.org id=B34139.154897414715481 (code B ref 34139); Thu, 31 Jan 2019 22:36:02 +0000 Received: (at 34139) by debbugs.gnu.org; 31 Jan 2019 22:35:47 +0000 Received: from localhost ([127.0.0.1]:53504 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpKvy-00041b-Nk for submit@debbugs.gnu.org; Thu, 31 Jan 2019 17:35:47 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]:54094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1gpKvw-00041L-5b for 34139@debbugs.gnu.org; Thu, 31 Jan 2019 17:35:45 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:21:21:0:100e]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id EF5981AAC0; Thu, 31 Jan 2019 14:35:37 -0800 (PST) From: Vagrant Cascadian In-Reply-To: <87tvhwmo3e.fsf@gnu.org> References: <87ef98nr6q.fsf@ponder> <87tvhwmo3e.fsf@gnu.org> Date: Thu, 31 Jan 2019 14:35:31 -0800 Message-ID: <87h8doe9qk.fsf@ponder> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 209.51.188.43 X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: 34139@debbugs.gnu.org Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: "Guix-patches" X-getmail-retrieved-from-mailbox: Patches On 2019-01-25, Ludovic Courtès wrote: > Vagrant Cascadian skribis: > >> The following patches update electrum, requring updated inputs, and two >> new packages, python-aiohttp-socks and python-aiorpcx. New patch series... Updated to electrum 3.3.3. > Nipick: could you adjust the indentation of the new packages (you can > pass them through ./etc/indent-code.el if you want¹), Done. > and make sure descriptions contain full sentences²? Struggled with this a bit. Thankfully, mbakke made some minimal suggestions in irc about fixing up the description for python-aiohttp-socks. Hopefully that's good enough. Thanks! live well, vagrant From 54d18a3a69ebbe6430d13bbb15f603cdc31a4129 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Tue, 15 Jan 2019 04:51:34 +0000 Subject: [PATCH 3/3] gnu: electrum: Update to 3.3.3. * gnu/packages/finance.scm (electrum): Update to 3.3.3. [inputs]: Add python-aiohttp, python-aiohttp-socks, python-aiorpcx and python-certifi. --- gnu/packages/finance.scm | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index 250b1db14..b48aaa9c5 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -299,7 +299,7 @@ do so.") (define-public electrum (package (name "electrum") - (version "3.2.2") + (version "3.3.3") (source (origin (method url-fetch) @@ -308,7 +308,7 @@ do so.") version ".tar.gz")) (sha256 (base32 - "1fxaxlf5vm2zydj678ls3pazyriym188iwzk60kyk26cz2p3xk39")) + "0z2zfhyawrbzs0w1426a2w0d4wsajl34ymj77qmpm41138g2ysf2")) (modules '((guix build utils))) (snippet '(begin @@ -326,6 +326,10 @@ do so.") ("python-requests" ,python-requests) ("python-qrcode" ,python-qrcode) ("python-protobuf" ,python-protobuf) + ("python-aiohttp" ,python-aiohttp) + ("python-aiohttp-socks" ,python-aiohttp-socks) + ("python-aiorpcx" ,python-aiorpcx) + ("python-certifi" ,python-certifi) ("python-dnspython" ,python-dnspython) ("python-jsonrpclib-pelix" ,python-jsonrpclib-pelix))) (arguments -- 2.20.1