From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id MD7oCI7R0l6mFgAA0tVLHw (envelope-from ) for ; Sat, 30 May 2020 21:35:10 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id wEG9BI7R0l6iewAAB5/wlQ (envelope-from ) for ; Sat, 30 May 2020 21:35:10 +0000 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 B54189401AE for ; Sat, 30 May 2020 21:35:09 +0000 (UTC) Received: from localhost ([::1]:34232 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf98G-0001s8-0t for larch@yhetil.org; Sat, 30 May 2020 17:35:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:39464) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jf98A-0001s2-0r for guix-patches@gnu.org; Sat, 30 May 2020 17:35:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:47783) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jf989-0000mP-Ms for guix-patches@gnu.org; Sat, 30 May 2020 17:35:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jf989-00019Q-JK for guix-patches@gnu.org; Sat, 30 May 2020 17:35:01 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#41580] [PATCH] gnu: Update python-pylint to 2.5.2 Resent-From: Marius Bakke Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 30 May 2020 21:35:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 41580 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Ryan Prior , 41580-done@debbugs.gnu.org Received: via spool by 41580-done@debbugs.gnu.org id=D41580.15908744734385 (code D ref 41580); Sat, 30 May 2020 21:35:01 +0000 Received: (at 41580-done) by debbugs.gnu.org; 30 May 2020 21:34:33 +0000 Received: from localhost ([127.0.0.1]:59328 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf97h-00018f-Jn for submit@debbugs.gnu.org; Sat, 30 May 2020 17:34:33 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60152) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf97f-00018S-Rc for 41580-done@debbugs.gnu.org; Sat, 30 May 2020 17:34:32 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:44655) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf97Z-0000eL-V2; Sat, 30 May 2020 17:34:25 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:56500 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf97Z-00080Z-Fq; Sat, 30 May 2020 17:34:25 -0400 From: Marius Bakke In-Reply-To: <871rn138qa.fsf@gnu.org> References: <20200528180122.21280-1-rprior@protonmail.com> <871rn138qa.fsf@gnu.org> Date: Sat, 30 May 2020 23:34:22 +0200 Message-ID: <87v9kdw1i9.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -2.3 (--) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -3.3 (---) 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" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: YwjLVi09g5sM --=-=-= Content-Type: text/plain Marius Bakke writes: > Ryan Prior via Guix-patches via writes: > >> * gnu/packages/check.scm (python-pylint): Updated version to 2.5.2 > > Thanks! I fixed the commit message and applied with the following > changes: I had to revert this patch because it broke the Totem test suite: https://issues.guix.gnu.org/issue/41620 Can you take a look? In the future, it's good if you run 'guix refresh -l package' and try to build some of the important-looking dependents before submitting, GNOME in this case. :-) --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7S0V4ACgkQoqBt8qM6 VPodMQf/cPosoYyi+6AjvsPukiROuyQOvERdzeVjn2BfB/8mALnR5aT62RGHHGLF mT0wC2DZQCYc4QqW1WUOQQeKaG2/UUryhPso3lTJdjrHsS05BDwH3QNE+H7lL6w0 Z98zvMEuVV6R/tj+vdmGF0IxgAwPZxvdWrMm1Ch/hB5M4H2Ah4xzubyXMFDLrJYW kwtmjAZotB4i6b4CkBNXkV+sctjX/BFqQ6okdMBEnIaNzhlVw3qfs2qODzAS/S9l UFaRsJtPqrGDDQNdk0fFof1Qq5sH1LdWnpGq1WvV/tpZSZIFjahfcjjJumg3dmqK a5eVsG9HAVxoz1t/WnNxuIbBloyQKQ== =qldk -----END PGP SIGNATURE----- --=-=-=--