From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 03:53:18 2019 Received: (at submit) by debbugs.gnu.org; 4 Oct 2019 07:53:19 +0000 Received: from localhost ([127.0.0.1]:41668 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGIOs-0002E2-Ji for submit@debbugs.gnu.org; Fri, 04 Oct 2019 03:53:18 -0400 Received: from lists.gnu.org ([209.51.188.17]:34118) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGIOq-0002Dv-Tg for submit@debbugs.gnu.org; Fri, 04 Oct 2019 03:53:17 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:35583) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iGIOp-0002bM-JU for guix-patches@gnu.org; Fri, 04 Oct 2019 03:53:16 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_LOW autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iGIOn-0003LS-Li for guix-patches@gnu.org; Fri, 04 Oct 2019 03:53:15 -0400 Received: from relay10.mail.gandi.net ([217.70.178.230]:40179) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iGIOn-0003Et-Dp for guix-patches@gnu.org; Fri, 04 Oct 2019 03:53:13 -0400 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay10.mail.gandi.net (Postfix) with ESMTPSA id 0C413240022 for ; Fri, 4 Oct 2019 07:53:09 +0000 (UTC) Date: Fri, 4 Oct 2019 09:53:09 +0200 From: Tanguy Le Carrour To: Guix Subject: [PATCH 0/1] gnu: Fix and upgrade python-pastel. Message-ID: <20191004075309.22qdth7ob4zgv233@rafflesia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: NeoMutt/20180716 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 217.70.178.230 X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit 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 (---) As mentioned on the list [1], python-pastel fails to install. This patch fixes the problem. `guix lint` reported that the package could be upgraded, so I also did it. [1]: https://lists.gnu.org/archive/html/guix-devel/2019-10/msg00023.html -- Tanguy From debbugs-submit-bounces@debbugs.gnu.org Fri Oct 04 03:56:05 2019 Received: (at 37614) by debbugs.gnu.org; 4 Oct 2019 07:56:05 +0000 Received: from localhost ([127.0.0.1]:41673 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGIRW-0002II-4m for submit@debbugs.gnu.org; Fri, 04 Oct 2019 03:56:05 -0400 Received: from relay1-d.mail.gandi.net ([217.70.183.193]:59707) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iGIRU-0002Hr-DZ for 37614@debbugs.gnu.org; Fri, 04 Oct 2019 03:56:01 -0400 X-Originating-IP: 176.159.32.89 Received: from localhost (176-159-32-89.abo.bbox.fr [176.159.32.89]) (Authenticated sender: tanguy@bioneland.org) by relay1-d.mail.gandi.net (Postfix) with ESMTPSA id 6ABF52405BB for <37614@debbugs.gnu.org>; Fri, 4 Oct 2019 07:55:57 +0000 (UTC) Date: Fri, 4 Oct 2019 09:55:56 +0200 From: Tanguy Le Carrour To: 37614@debbugs.gnu.org Subject: [PATCH 1/1] gnu: Fix and upgrade python-pastel. Message-ID: <20191004075556.pg3vwfaklaj27vac@rafflesia> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="ys57tz7yzv37p5hz" Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: NeoMutt/20180716 X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37614 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.0 (-) --ys57tz7yzv37p5hz Content-Type: text/plain; charset=us-ascii Content-Disposition: inline --ys57tz7yzv37p5hz Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit >From 1d97f3224f01721567120a5568c0416bfbe0dd35 Mon Sep 17 00:00:00 2001 From: "tlecarrour@easter-eggs.com" Date: Fri, 4 Oct 2019 09:48:40 +0200 Subject: [PATCH] gnu: Fix and upgrade python-pastel. --- gnu/packages/graphics.scm | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gnu/packages/graphics.scm b/gnu/packages/graphics.scm index 6d6c8d1e1c..8a3c39373b 100644 --- a/gnu/packages/graphics.scm +++ b/gnu/packages/graphics.scm @@ -17,6 +17,7 @@ ;;; Copyright © 2019 John Soo ;;; Copyright © 2019 Pierre Neidhardt ;;; Copyright © 2019 Marius Bakke +;;; Copyright © 2019 Tanguy Le Carrour ;;; ;;; This file is part of GNU Guix. ;;; @@ -913,28 +914,27 @@ rendering SVG graphics.") (define-public python-pastel (package (name "python-pastel") - (version "0.1.0") + (version "0.1.1") (source (origin (method url-fetch) (uri (pypi-uri "pastel" version)) (sha256 (base32 - "1hqbm934n5yjwn31aq8h7shrr0rcy326wrqfc856vyn0gr0sy21i")))) + "1qxcrcl8pzh66l8s6hym153mijdhwna0afcsmgca0bj4n80ijfxz")))) (build-system python-build-system) + (arguments + `(#:phases (modify-phases + %standard-phases + (replace + 'check + (lambda _ (invoke "pytest" "pastel" "tests/")))))) (native-inputs `(("python-pytest" ,python-pytest))) (home-page "https://github.com/sdispater/pastel") (synopsis "Library to colorize strings in your terminal") (description "Pastel is a simple library to help you colorize strings in -your terminal. It comes bundled with predefined styles: -@enumerate -@item info: green -@item comment: yellow -@item question: black on cyan -@item error: white on red -@end enumerate -") +your terminal.") (license license:expat))) (define-public python2-pastel -- 2.23.0 --ys57tz7yzv37p5hz-- From debbugs-submit-bounces@debbugs.gnu.org Sun Oct 06 04:49:16 2019 Received: (at 37614-done) by debbugs.gnu.org; 6 Oct 2019 08:49:16 +0000 Received: from localhost ([127.0.0.1]:45534 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iH2E8-0005WV-HW for submit@debbugs.gnu.org; Sun, 06 Oct 2019 04:49:16 -0400 Received: from flashner.co.il ([178.62.234.194]:40868) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iH2E6-0005WF-Ib for 37614-done@debbugs.gnu.org; Sun, 06 Oct 2019 04:49:14 -0400 Received: from localhost (unknown [94.230.83.61]) by flashner.co.il (Postfix) with ESMTPSA id 61791402EE; Sun, 6 Oct 2019 08:49:08 +0000 (UTC) Date: Sun, 6 Oct 2019 11:49:07 +0300 From: Efraim Flashner To: Tanguy Le Carrour Subject: Re: [bug#37614] [PATCH 1/1] gnu: Fix and upgrade python-pastel. Message-ID: <20191006084907.GC561@E5400> References: <20191004075309.22qdth7ob4zgv233@rafflesia> <20191004075556.pg3vwfaklaj27vac@rafflesia> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="Qrgsu6vtpU/OV/zm" Content-Disposition: inline In-Reply-To: <20191004075556.pg3vwfaklaj27vac@rafflesia> X-PGP-Key-ID: 0x41AAE7DCCA3D8351 X-PGP-Key: https://flashner.co.il/~efraim/efraim_flashner.asc X-PGP-Fingerprint: A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 User-Agent: Mutt/1.12.2 (2019-09-21) X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 37614-done Cc: 37614-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.0 (-) --Qrgsu6vtpU/OV/zm Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Patch pushed. I expanded the commit message and changed the spacing on the custom 'check phase. --=20 Efraim Flashner =D7=90=D7=A4=D7=A8=D7=99=D7=9D = =D7=A4=D7=9C=D7=A9=D7=A0=D7=A8 GPG key =3D A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351 Confidentiality cannot be guaranteed on emails sent or received unencrypted --Qrgsu6vtpU/OV/zm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEoov0DD5VE3JmLRT3Qarn3Mo9g1EFAl2ZqoMACgkQQarn3Mo9 g1GHMA//T7E7rOzbkqyJshQ4I7jqNck8t2NKkET9KzGxTIwhkNerVsDjkAL22MJg XRQiiOxkLdcUUvSpXO2tncjqU81KlNHVKxzFOdruCepUI1SC+jpyInMsC1FNxbgy M+XpdTjWUQnLNGYqoYV1AEmPArwqz+qPdJnQpFXuV0dUI30RaFuEgrlvlp9x5Eyf 4q+LBBsmpWtX6X7D6Ch1BHFJANBNpICes6aAJlOja3nbps1JpLDlRhsFWOkD0tq+ lIwUdsE0y7xDB6GdTWg9Br5pteg/Xn+es4f0Gzzb/YUb/7jUm1WexjoLy+3peIig MIlYHd/701pwJlXI9bBgN2LRwFRggk4lfIZMkwv9fSGrDjtzgG0rpZ5gsDXlxtrW KMA/k58E0Sw5a8vh2YSgvjWz2NjQeHuLkk91zYMk+jA8fc7o3XgO658LueMs3zD5 najqQRsMhYMhueHGgOEQpr07uoMizQ8OT1aiVYmZh3LEPTidfO+C4imb0C+n1bW4 4rm6pzmzBZnFf2qiCUCMT+VmZ+90Z0700M2uMdQRImCkQ89wAKKQpUKXBly19h78 BN9CFaG3plKFh54ozUJSWwc4Xy5TtHdwbhfl/6njmkU3rZ9QJgBi08sOp7z77pH1 ZWURqK+jp2EsvBWaIj7L4xAV8ChlYlYBjiFOre/bLPOyB31VaM0= =dfFj -----END PGP SIGNATURE----- --Qrgsu6vtpU/OV/zm-- From unknown Fri Aug 08 15:18:19 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, 03 Nov 2019 12:24:04 +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