From unknown Sat Sep 13 13:15:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37966] [PATCH] gnu: python-coloredlogs: Update to 10.0. Resent-From: Giacomo Leidi Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 28 Oct 2019 17:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 37966 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 37966@debbugs.gnu.org Cc: Giacomo Leidi X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.157228348428484 (code B ref -1); Mon, 28 Oct 2019 17:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 28 Oct 2019 17:24:44 +0000 Received: from localhost ([127.0.0.1]:46310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP8l2-0007PL-5x for submit@debbugs.gnu.org; Mon, 28 Oct 2019 13:24:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:49854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP8l0-0007PD-BT for submit@debbugs.gnu.org; Mon, 28 Oct 2019 13:24:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48935) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP8ky-0000XB-Pa for guix-patches@gnu.org; Mon, 28 Oct 2019 13:24:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP8kx-00082c-Df for guix-patches@gnu.org; Mon, 28 Oct 2019 13:24:40 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:57103) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iP8kw-0007y1-V0 for guix-patches@gnu.org; Mon, 28 Oct 2019 13:24:39 -0400 Received: from mx3.investici.org (localhost [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id EDFC81201EB; Mon, 28 Oct 2019 17:24:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1572283469; bh=YJCFa+L1ER5LdHaj2vHvPliQ6o2bH9P/YVkfry2czE0=; h=From:To:Cc:Subject:Date:From; b=OAyZX0lhdK5ZOb6mXstntojbffYadPzU0YGet/SVjYNzwYObBmal3mzfgbjEMWkNb XmLetxl06uEhvJBjT2tOJjfWDpe/ES13cKvY0luD8hyp3Ojlaof4DsSLiw8sQvui30 1tF00Fju+5UZJRB7Nr4tE7c2oPxW7nfAPOhc2WY4= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 7EE7A1201D4; Mon, 28 Oct 2019 17:24:28 +0000 (UTC) From: Giacomo Leidi Date: Mon, 28 Oct 2019 18:23:58 +0100 Message-Id: <20191028172358.16353-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:888:2000:56::19 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/python-xyz.scm (python-coloredlogs): Update to 10.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 476ac2f588..7dba1500b5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -933,14 +933,14 @@ add the log levels NOTICE, SPAM, SUCCESS and VERBOS= E.") (define-public python-coloredlogs (package (name "python-coloredlogs") - (version "7.3") + (version "10.0") (source (origin (method url-fetch) (uri (pypi-uri "coloredlogs" version)) (sha256 (base32 - "1blcann6dyg5dhps9pg12rn0q0rjrlajpmmil0gy0j4cbvnl2il9")))) + "0dkw6xp0r1dwgz4s2f58npx5nxfq51wf4l6qkm5ib27slgfs4sdq")))) (build-system python-build-system) (arguments `(;Tests require some updated modules --=20 2.23.0 From unknown Sat Sep 13 13:15:21 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: Giacomo Leidi Subject: bug#37966: closed (Re: [bug#37966] [PATCH] gnu: python-coloredlogs: Update to 10.0.) Message-ID: References: <871ruwv8df.fsf@devup.no> <20191028172358.16353-1-goodoldpaul@autistici.org> X-Gnu-PR-Message: they-closed 37966 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 37966@debbugs.gnu.org Date: Mon, 28 Oct 2019 22:01:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1572300062-26114-1" This is a multi-part message in MIME format... ------------=_1572300062-26114-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #37966: [PATCH] gnu: python-coloredlogs: Update to 10.0. 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 37966@debbugs.gnu.org. --=20 37966: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D37966 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1572300062-26114-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 37966-done) by debbugs.gnu.org; 28 Oct 2019 22:00:07 +0000 Received: from localhost ([127.0.0.1]:46483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPD3W-0006kh-La for submit@debbugs.gnu.org; Mon, 28 Oct 2019 18:00:06 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:50403) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPD3V-0006jk-Dc for 37966-done@debbugs.gnu.org; Mon, 28 Oct 2019 18:00:05 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id A1E6B4D3; Mon, 28 Oct 2019 17:59:59 -0400 (EDT) Received: from mailfrontend2 ([10.202.2.163]) by compute5.internal (MEProxy); Mon, 28 Oct 2019 17:59:59 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:cc:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm1; bh=z7lBHL6/54Lyr19V3JYlDKgv10 K11TUf9ZFscXhhIwA=; b=e1CpMh9VLk1TtVMQ39iKUgI6Zuiqs9J7+Ctk2PIw5v ss7svKNmEe4sQau6t/amcIzIZsVp0Taoo295JFjbahH8J04s/vDA8C/5bDVbzLBk 9EHIEPETRZL8YVakH2pCqWFFwVR7Z7iK3N/ttXv1meu7DaH07WL6btWJ+LgZa4e1 TZxG9/yW4W17cZ5sYEdr+oPmh9KRMNVDdCDJ+XoDz1VgGBCHW/d7yd2boPpI0Vlt PStWy1TkjQ4UJd+aeiGdEPgROeL8v55JG3/tUIm9A4WSlEys5ng2tSEErQ7bsM9u K+9SYB0frtX8bR1FVf9nWQcNUBvQtXgxmRhJY3E3h+2Q== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=z7lBHL 6/54Lyr19V3JYlDKgv10K11TUf9ZFscXhhIwA=; b=YiFDjVEQlbD+uVE4+X7+mk nS6eKPGKAC9hpYR8NQCLWjSXg+LtXx2/aalFP6ACFwTnNVi7ExIKjs8Vu+UgvK/B 9/s4l0Poyr0BPi/jc5rYSAPUO8IE27M/ctQFctkY7qidMfi132udtLDKnyHpmwDy R4vJc3ylq8JjWejIYSzbAR1IPLTv4KxADCOETFgt09wqLjbtF+uJcoxgtpcW9MDd St7QCwWDoF/tV+HH5RlNzcq3Fnqlbs1t/AYvxfAyLzAA+K7NO9ycheKVMvu3Uq+g u3T19qnHz7jTShKHP9UJsMpu83K9rJPuzxnjq22wnLmSODShUwKcwDSLrBxe3rKQ == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleelgdduheejucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffujghffgffkfggtgesghdtre ertdertdenucfhrhhomhepofgrrhhiuhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghs thhmrghilhdrtghomheqnecukfhppeeivddrudeirdduledvrdduhedtnecurfgrrhgrmh epmhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmnecuvehluhhs thgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (ti0006q161-0149.bb.online.no [62.16.192.150]) by mail.messagingengine.com (Postfix) with ESMTPA id 9A3E0D6005D; Mon, 28 Oct 2019 17:59:58 -0400 (EDT) From: Marius Bakke To: Giacomo Leidi , 37966-done@debbugs.gnu.org Subject: Re: [bug#37966] [PATCH] gnu: python-coloredlogs: Update to 10.0. In-Reply-To: <20191028172358.16353-1-goodoldpaul@autistici.org> References: <20191028172358.16353-1-goodoldpaul@autistici.org> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu) Date: Mon, 28 Oct 2019 22:59:56 +0100 Message-ID: <871ruwv8df.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 37966-done Cc: Giacomo Leidi 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 (-) --=-=-= Content-Type: text/plain Giacomo Leidi writes: > * gnu/packages/python-xyz.scm (python-coloredlogs): Update to 10.0. Applied, thanks! Do you know if the comment about the tests is still accurate? --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl23ZNwACgkQoqBt8qM6 VPoHQQf7BvbtQCsY2hZ+iNX3+tvNg5mocnFVlScfus3g8dhWIH38N7F9q78KaOHu T6o91EpTIGPxLtEo3S4WA9+HyzH5GolTGdiZJbnsbupsTZhksJRv8pEKhc06ufvR 9WS8LVodXG8B7c577wHQ6M9fkUYfuGBUtSbbIPqJ2axWllkJ/ZHJO/jtssEROm98 FXxU1vUJETh9Sjrjb6EPXJySmslAEEBzqatZV0uvej6Kn77hWfwJZ6OHxpDf80Ee p8cb633HyapJEjZZUNb7dA+iYZ3tgz8QR8Uy/MKQFn3cE3oGHcN39s7w4Zh/VmOc 69lOSvn1mRpFeUi/HMPQ+yO6Z1GAaw== =3g+2 -----END PGP SIGNATURE----- --=-=-=-- ------------=_1572300062-26114-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 28 Oct 2019 17:24:44 +0000 Received: from localhost ([127.0.0.1]:46310 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP8l2-0007PL-5x for submit@debbugs.gnu.org; Mon, 28 Oct 2019 13:24:44 -0400 Received: from lists.gnu.org ([209.51.188.17]:49854) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iP8l0-0007PD-BT for submit@debbugs.gnu.org; Mon, 28 Oct 2019 13:24:42 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48935) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iP8ky-0000XB-Pa for guix-patches@gnu.org; Mon, 28 Oct 2019 13:24:41 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=BAYES_40,URIBL_BLOCKED autolearn=disabled version=3.3.2 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iP8kx-00082c-Df for guix-patches@gnu.org; Mon, 28 Oct 2019 13:24:40 -0400 Received: from latitanza.investici.org ([2001:888:2000:56::19]:57103) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1iP8kw-0007y1-V0 for guix-patches@gnu.org; Mon, 28 Oct 2019 13:24:39 -0400 Received: from mx3.investici.org (localhost [127.0.0.1]) by latitanza.investici.org (Postfix) with ESMTP id EDFC81201EB; Mon, 28 Oct 2019 17:24:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1572283469; bh=YJCFa+L1ER5LdHaj2vHvPliQ6o2bH9P/YVkfry2czE0=; h=From:To:Cc:Subject:Date:From; b=OAyZX0lhdK5ZOb6mXstntojbffYadPzU0YGet/SVjYNzwYObBmal3mzfgbjEMWkNb XmLetxl06uEhvJBjT2tOJjfWDpe/ES13cKvY0luD8hyp3Ojlaof4DsSLiw8sQvui30 1tF00Fju+5UZJRB7Nr4tE7c2oPxW7nfAPOhc2WY4= Received: from [82.94.249.234] (mx3.investici.org [82.94.249.234]) (Authenticated sender: goodoldpaul@autistici.org) by localhost (Postfix) with ESMTPSA id 7EE7A1201D4; Mon, 28 Oct 2019 17:24:28 +0000 (UTC) From: Giacomo Leidi To: guix-patches@gnu.org Subject: [PATCH] gnu: python-coloredlogs: Update to 10.0. Date: Mon, 28 Oct 2019 18:23:58 +0100 Message-Id: <20191028172358.16353-1-goodoldpaul@autistici.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2001:888:2000:56::19 X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Giacomo Leidi 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/python-xyz.scm (python-coloredlogs): Update to 10.0. --- gnu/packages/python-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 476ac2f588..7dba1500b5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -933,14 +933,14 @@ add the log levels NOTICE, SPAM, SUCCESS and VERBOS= E.") (define-public python-coloredlogs (package (name "python-coloredlogs") - (version "7.3") + (version "10.0") (source (origin (method url-fetch) (uri (pypi-uri "coloredlogs" version)) (sha256 (base32 - "1blcann6dyg5dhps9pg12rn0q0rjrlajpmmil0gy0j4cbvnl2il9")))) + "0dkw6xp0r1dwgz4s2f58npx5nxfq51wf4l6qkm5ib27slgfs4sdq")))) (build-system python-build-system) (arguments `(;Tests require some updated modules --=20 2.23.0 ------------=_1572300062-26114-1-- From unknown Sat Sep 13 13:15:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37966] [PATCH] gnu: python-coloredlogs: Update to 10.0. Resent-From: goodoldpaul@autistici.org Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 28 Oct 2019 22:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37966 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Marius Bakke , 37966-done@debbugs.gnu.org Received: via spool by 37966-done@debbugs.gnu.org id=D37966.157230065727252 (code D ref 37966); Mon, 28 Oct 2019 22:11:02 +0000 Received: (at 37966-done) by debbugs.gnu.org; 28 Oct 2019 22:10:57 +0000 Received: from localhost ([127.0.0.1]:46507 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPDE0-00075S-Nu for submit@debbugs.gnu.org; Mon, 28 Oct 2019 18:10:56 -0400 Received: from confino.investici.org ([212.103.72.250]:60013) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPDDy-00075J-QE for 37966-done@debbugs.gnu.org; Mon, 28 Oct 2019 18:10:55 -0400 Received: from contumacia-webmail.investici.org (contumacia.vpn0.investici.org [10.0.0.11]) by confino.investici.org (Postfix) with ESMTP id B3A7321278; Mon, 28 Oct 2019 22:10:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=autistici.org; s=stigmate; t=1572300652; bh=ZpUS85hqbeMWcHxtOyNULhQ1g/+R7VXS8VBf9wf9JeI=; h=Date:From:To:Subject:In-Reply-To:References:From; b=jnfjOIVQfJldek3ujae9q6BmHyLb6cFuC/fh7tzI8Q3vDAE+kBGyRviO9l+FZwlRD QkNcf/j54DrKf7XHM/JrJpAcoMLdf9QQWFQotoUQKx9iavLJGb7Uvmh1xHNTSNZxp6 I0B9pHeBKxwAuYu6fWoBhhZZQMSWV0dDsTv6pHSU= Received: from 1.webmail.investici.org (localhost [127.0.0.1]) (Authenticated sender: goodoldpaul@autistici.org) by contumacia-webmail.investici.org (Postfix) with ESMTPA id 8D3C3BEE31; Mon, 28 Oct 2019 22:10:51 +0000 (UTC) MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="=_e16cab8b6dc258e1e3298f5a1ab613cc" Date: Mon, 28 Oct 2019 22:10:51 +0000 From: goodoldpaul@autistici.org In-Reply-To: <871ruwv8df.fsf@devup.no> References: <20191028172358.16353-1-goodoldpaul@autistici.org> <871ruwv8df.fsf@devup.no> Message-ID: X-Sender: goodoldpaul@autistici.org User-Agent: Roundcube Webmail X-Spam-Score: 0.0 (/) 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 (-) --=_e16cab8b6dc258e1e3298f5a1ab613cc Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Hi Marius, Yes, it seems that the tests require human-friendly >= 4.7. I'll look into that and see if I can bump also human-friendly. Giacomo Il 28 ottobre 2019 22:59:56 CET, Marius Bakke ha scritto: > Giacomo Leidi writes: > >> * gnu/packages/python-xyz.scm (python-coloredlogs): Update to 10.0. > > Applied, thanks! > > Do you know if the comment about the tests is still accurate? --=_e16cab8b6dc258e1e3298f5a1ab613cc Content-Transfer-Encoding: quoted-printable Content-Type: text/html; charset=UTF-8

Hi Marius,
Yes, it seems that the tests require human-friendly >= =3D 4.7. I'll look into that and see if I can bump also human-friendly.

Giacomo

Il 28 ottobre 2019 22:59:56 CET, Marius Bakke &l= t;mbakke@fastmail.com> ha scritto:
Giacomo Leidi <goodoldpaul@autistici.org> write=
s:

* gnu/packages/python-xyz.sc= m (python-coloredlogs): Update to 10.0.

Applied, thanks!

Do you know if the = comment about the tests is still accurate?
--=_e16cab8b6dc258e1e3298f5a1ab613cc-- From unknown Sat Sep 13 13:15:21 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#37966] [PATCH] gnu: python-coloredlogs: Update to 10.0. Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 28 Oct 2019 22:31:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 37966 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: goodoldpaul@autistici.org, 37966-done@debbugs.gnu.org Received: via spool by 37966-done@debbugs.gnu.org id=D37966.15723018316629 (code D ref 37966); Mon, 28 Oct 2019 22:31:01 +0000 Received: (at 37966-done) by debbugs.gnu.org; 28 Oct 2019 22:30:31 +0000 Received: from localhost ([127.0.0.1]:46537 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPDWx-0001iW-A2 for submit@debbugs.gnu.org; Mon, 28 Oct 2019 18:30:31 -0400 Received: from wout2-smtp.messagingengine.com ([64.147.123.25]:49845) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1iPDWv-0001aT-39 for 37966-done@debbugs.gnu.org; Mon, 28 Oct 2019 18:30:29 -0400 Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) by mailout.west.internal (Postfix) with ESMTP id 5D414466; Mon, 28 Oct 2019 18:30:23 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute5.internal (MEProxy); Mon, 28 Oct 2019 18:30:23 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=fastmail.com; h= from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; s=fm1; bh=mjO9MEGCLav2X55oDYoiDvGDKF Ke/kSxVEkYhVszjec=; b=MswH0gJ/hfvcMc5xJwOvHrcmHs3s2F9Bq1beNmcOC0 KJ71vdL7fq2z2dWr7IzHDzASKYnikjOBErCVF8p6mR2achQYbNiwyzRMoEQI3vkX kzKPx2zJ1lENg+LGfMAe5fqnu0Sr7ZuPlakDb0QxH4Dk37qMhu8hTXT7BoJ3qY9E z+ihe/2kETz7U0h66pVG76iSf5ak/0UoqDMCiN2XiqmoAeUuQ0xARDh1Si7DyCFk G4bGdzWTlQJRQYKttYeX5CIGLM+hFAdia76YBpeg0LNsxpiLKPH19RGcZwRpAP44 XF3RGvnYS5MVY+0mE5ZT2P0JdgeVwpu4TarzgSgLiS+w== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-me-proxy :x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s=fm1; bh=mjO9ME GCLav2X55oDYoiDvGDKFKe/kSxVEkYhVszjec=; b=tfQkH8OXq989jG6YiSeHVP VHFJZZuS8NQV/7kXjX2fE3PkCpyP4e52fm0N1ry7p0zDJEtnmraillwBfLhpmaRo 86Aqd7pRef8RPnjh5hT3pIMl8+izXp/fQbHdqYrfs1+qfm1KvsHzhBf7jdanh0O3 svvFttyuQj/M+Qc4XnMSQJlOjjQQb6wCXxBgRcGP3uSuxbEy64KQCkf2/LZ/I2pu 0xm2GoRoZYUNiOgcGX6v8LJHQCx8W6Ajpdll5h6yB1oId7rb2I/DNXTRKSCEBPzV O7HoSgxF49TAeOhlg/TLZXxgEqDBzULZSCKouJqb5OfFM0/jpB8RLsEpJ7S8JoFg == X-ME-Sender: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedufedrleelgdduieefucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucenucfjughrpefhvffujghffgffkfggtgesghdtre ertdertdenucfhrhhomhepofgrrhhiuhhsuceurghkkhgvuceomhgsrghkkhgvsehfrghs thhmrghilhdrtghomheqnecukfhppeeivddrudeirdduledvrdduhedtnecurfgrrhgrmh epmhgrihhlfhhrohhmpehmsggrkhhkvgesfhgrshhtmhgrihhlrdgtohhmnecuvehluhhs thgvrhfuihiivgeptd X-ME-Proxy: Received: from localhost (ti0006q161-0149.bb.online.no [62.16.192.150]) by mail.messagingengine.com (Postfix) with ESMTPA id 84D178005C; Mon, 28 Oct 2019 18:30:21 -0400 (EDT) From: Marius Bakke In-Reply-To: References: <20191028172358.16353-1-goodoldpaul@autistici.org> <871ruwv8df.fsf@devup.no> User-Agent: Notmuch/0.29.1 (https://notmuchmail.org) Emacs/26.2 (x86_64-pc-linux-gnu) Date: Mon, 28 Oct 2019 23:30:19 +0100 Message-ID: <87r22wtsec.fsf@devup.no> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) 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 (-) --=-=-= Content-Type: text/plain goodoldpaul@autistici.org writes: > Hi Marius, > Yes, it seems that the tests require human-friendly >= 4.7. I'll look > into that and see if I can bump also human-friendly. Excellent, thank you! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl23a/sACgkQoqBt8qM6 VPofmggAlBgEhP3pqlv03x9B6V0dNefJ7PexI6hA6FvZRPjzMVsE+I8GGR7HJzVe h2w64hGJbZWJlWSW1j5oInPnCNZULTaFGXq/pNAWQCsbPgiu/H0BAhiuiijywwg4 qUGaxbXlxn7HgQOCPoLfdVgBAN+I4UmJxv97+OnjUabhpTbAhWnV9BLOWw2oFxHc CMUkrCge1u/KHvJ7rGO2PD16AL8QiVnNpHSlQr0Ufxioxrp5P4TG+qmzpCFXaJum fEq5ozCYOuspHW1/yY9BPb55JcLm0/KhJTLlHX6gyKyf82yXNTyW9BIvdlhcV0Af 5StNBhy4z0qt/1Au6giAuLYdZPGreg== =Z6Sr -----END PGP SIGNATURE----- --=-=-=--