From unknown Tue Aug 19 05:11:04 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#54583] [PATCH] gnu: poezio: Update to 0.13.2. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 26 Mar 2022 18:06:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 54583 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 54583@debbugs.gnu.org Cc: jgart X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.1648317920816 (code B ref -1); Sat, 26 Mar 2022 18:06:01 +0000 Received: (at submit) by debbugs.gnu.org; 26 Mar 2022 18:05:20 +0000 Received: from localhost ([127.0.0.1]:54660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYAmu-0000D6-8C for submit@debbugs.gnu.org; Sat, 26 Mar 2022 14:05:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:48642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYAms-0000Cz-Kp for submit@debbugs.gnu.org; Sat, 26 Mar 2022 14:05:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYAms-00038e-0m for guix-patches@gnu.org; Sat, 26 Mar 2022 14:05:18 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42664) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYAmo-000378-KT for guix-patches@gnu.org; Sat, 26 Mar 2022 14:05:17 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 01ee4a1d for ; Sat, 26 Mar 2022 19:05:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=WhOG7xD3qjEu3K4cejo6yQOuC6C1thqrLbMSQMPiAS8=; b= qPypXEOd3wp4drbcY9yrNKt5AiAuamLrDxTJYmHHqwNikRMHhss4HZqv7wgLnFdE dCo3fdaJOMBls2nn7yC0RGSRtkr4OLkNmwg+1q3Dsmr4Opp3RtnZmh2mStrmjUFD mNBrLMnJtsMN/n4mEyAKos0lflLdVo8T7KO41E+WIBXEFCSy4KEixfVaxaz9vzLt nOW1+IosV9+cEAbdUoQcmfetr+vOliWB4Gwg1ehR+65e0xpfy4eAjsqKPiFrUDkP rPnbMVxULs7uW1vLofMj+onKa2EG0bXj2ONwLLUQlx9bLml0wyx+n5VePvGWNPim 9updC9Cp6lplg3N+DwMT3g== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5c6dcfe5 for ; Sat, 26 Mar 2022 19:05:09 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 3df9c88a for ; Sat, 26 Mar 2022 19:05:09 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 147d0708 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 26 Mar 2022 19:05:04 +0100 (CET) From: jgart Date: Sat, 26 Mar 2022 14:04:50 -0400 Message-Id: <20220326180450.14123-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) 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.4 (--) * gnu/packages/messaging.scm (poezio): Update to 0.13.2. [arguments]: Remove trailing boolean and use new style. [inputs]: Remove unused python input. --- gnu/packages/messaging.scm | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f40c3a7e2c..2e1aa30ae9 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -466,7 +466,7 @@ (define-public meanwhile (define-public poezio (package (name "poezio") - (version "0.13.1") + (version "0.13.2") (source (origin (method git-fetch) @@ -478,17 +478,16 @@ (define-public poezio (file-name (git-file-name name version)) (sha256 - (base32 "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy")))) + (base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf")))) (build-system python-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* "setup.py" - (("'CC', 'cc'") - "'CC', 'gcc'")) - #t))))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch + (lambda _ + (substitute* "setup.py" + (("'CC', 'cc'") + "'CC', 'gcc'"))))))) (native-inputs (list pkg-config python-setuptools python-sphinx)) (inputs @@ -498,7 +497,6 @@ (define-public poezio python-pyasn1-modules python-pygments python-pyinotify - ;("python" ,python) python-qrcode python-slixmpp)) (synopsis "Console Jabber/XMPP Client") -- 2.34.0 From unknown Tue Aug 19 05:11:04 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#54583: closed (Re: bug#54583: [PATCH] gnu: poezio: Update to 0.13.2.) Message-ID: References: <87bkxp3xyz.fsf@gnu.org> <20220326180450.14123-1-jgart@dismail.de> X-Gnu-PR-Message: they-closed 54583 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 54583@debbugs.gnu.org Date: Tue, 29 Mar 2022 09:34:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1648546442-4531-1" This is a multi-part message in MIME format... ------------=_1648546442-4531-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #54583: [PATCH] gnu: poezio: Update to 0.13.2. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 54583@debbugs.gnu.org. --=20 54583: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D54583 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1648546442-4531-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 54583-done) by debbugs.gnu.org; 29 Mar 2022 09:33:04 +0000 Received: from localhost ([127.0.0.1]:59837 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8Do-00019j-4Q for submit@debbugs.gnu.org; Tue, 29 Mar 2022 05:33:04 -0400 Received: from eggs.gnu.org ([209.51.188.92]:44166) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nZ8Dm-00019F-4J for 54583-done@debbugs.gnu.org; Tue, 29 Mar 2022 05:33:02 -0400 Received: from [2001:470:142:3::e] (port=60706 helo=fencepost.gnu.org) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8Df-0007lr-Uf; Tue, 29 Mar 2022 05:32:56 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=8ky4XlAy89FqxbdoFl0PpCyNuVXl0A7gpyb1ZR26KJU=; b=mwwsz4yEbE31Sy7jMT2I 0Hbs96IW4Q1/RVKbp+pDWIRaGzByOCtRxHUx71w7H31/DUv/aNYoPmUCDHFvbDii0zJE2WOZhd/vX 7GuX3JV4wlxXXRgVi0MArnxVTlMZUyIC0yzedcbIFTX66qBM3i47H9q9ZgdklquuZf3ubmUhrVnPx J5VyWvca89TT8T5mLnxfPbK52yaZUYez9k60D8ad7j3OsfhEjSzc9dSHugJ+Wu9YgQWaAihoaf4yT zqDhCoCCwoTR2R4RX3oW4GeDXiD86v/s1V9cdkyaapbwRiBRLee26JIeGPqk7JozVKsjWjmTIh3Y3 zGUYKb9851Blow==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=38664 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nZ8Df-0000Fa-Cg; Tue, 29 Mar 2022 05:32:55 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: jgart Subject: Re: bug#54583: [PATCH] gnu: poezio: Update to 0.13.2. References: <20220326180450.14123-1-jgart@dismail.de> Date: Tue, 29 Mar 2022 11:32:52 +0200 In-Reply-To: <20220326180450.14123-1-jgart@dismail.de> (jgart@dismail.de's message of "Sat, 26 Mar 2022 14:04:50 -0400") Message-ID: <87bkxp3xyz.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 54583-done Cc: 54583-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: -3.3 (---) Hi, jgart skribis: > * gnu/packages/messaging.scm (poezio): Update to 0.13.2. > [arguments]: Remove trailing boolean and use new style. > [inputs]: Remove unused python input. Applied, thanks! Ludo=E2=80=99. ------------=_1648546442-4531-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 26 Mar 2022 18:05:20 +0000 Received: from localhost ([127.0.0.1]:54660 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYAmu-0000D6-8C for submit@debbugs.gnu.org; Sat, 26 Mar 2022 14:05:20 -0400 Received: from lists.gnu.org ([209.51.188.17]:48642) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nYAms-0000Cz-Kp for submit@debbugs.gnu.org; Sat, 26 Mar 2022 14:05:19 -0400 Received: from eggs.gnu.org ([209.51.188.92]:46044) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYAms-00038e-0m for guix-patches@gnu.org; Sat, 26 Mar 2022 14:05:18 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42664) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nYAmo-000378-KT for guix-patches@gnu.org; Sat, 26 Mar 2022 14:05:17 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 01ee4a1d for ; Sat, 26 Mar 2022 19:05:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=20190914; bh=WhOG7xD3qjEu3K4cejo6yQOuC6C1thqrLbMSQMPiAS8=; b= qPypXEOd3wp4drbcY9yrNKt5AiAuamLrDxTJYmHHqwNikRMHhss4HZqv7wgLnFdE dCo3fdaJOMBls2nn7yC0RGSRtkr4OLkNmwg+1q3Dsmr4Opp3RtnZmh2mStrmjUFD mNBrLMnJtsMN/n4mEyAKos0lflLdVo8T7KO41E+WIBXEFCSy4KEixfVaxaz9vzLt nOW1+IosV9+cEAbdUoQcmfetr+vOliWB4Gwg1ehR+65e0xpfy4eAjsqKPiFrUDkP rPnbMVxULs7uW1vLofMj+onKa2EG0bXj2ONwLLUQlx9bLml0wyx+n5VePvGWNPim 9updC9Cp6lplg3N+DwMT3g== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5c6dcfe5 for ; Sat, 26 Mar 2022 19:05:09 +0100 (CET) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 3df9c88a for ; Sat, 26 Mar 2022 19:05:09 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 147d0708 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sat, 26 Mar 2022 19:05:04 +0100 (CET) From: jgart To: guix-patches@gnu.org Subject: [PATCH] gnu: poezio: Update to 0.13.2. Date: Sat, 26 Mar 2022 14:04:50 -0400 Message-Id: <20220326180450.14123-1-jgart@dismail.de> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: jgart 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.4 (--) * gnu/packages/messaging.scm (poezio): Update to 0.13.2. [arguments]: Remove trailing boolean and use new style. [inputs]: Remove unused python input. --- gnu/packages/messaging.scm | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm index f40c3a7e2c..2e1aa30ae9 100644 --- a/gnu/packages/messaging.scm +++ b/gnu/packages/messaging.scm @@ -466,7 +466,7 @@ (define-public meanwhile (define-public poezio (package (name "poezio") - (version "0.13.1") + (version "0.13.2") (source (origin (method git-fetch) @@ -478,17 +478,16 @@ (define-public poezio (file-name (git-file-name name version)) (sha256 - (base32 "041y61pcbdb86s04qwp8s1g6bp84yskc7vdizwpi2hz18y01x5fy")))) + (base32 "0p92k8ssjsgavyfv1fd5cgzyw87dmdd84vaz7zvfsf5crvpr1mkf")))) (build-system python-build-system) (arguments - `(#:phases - (modify-phases %standard-phases - (add-after 'unpack 'patch - (lambda _ - (substitute* "setup.py" - (("'CC', 'cc'") - "'CC', 'gcc'")) - #t))))) + (list #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'patch + (lambda _ + (substitute* "setup.py" + (("'CC', 'cc'") + "'CC', 'gcc'"))))))) (native-inputs (list pkg-config python-setuptools python-sphinx)) (inputs @@ -498,7 +497,6 @@ (define-public poezio python-pyasn1-modules python-pygments python-pyinotify - ;("python" ,python) python-qrcode python-slixmpp)) (synopsis "Console Jabber/XMPP Client") -- 2.34.0 ------------=_1648546442-4531-1--