From unknown Mon Aug 18 14:14:08 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#41580 <41580@debbugs.gnu.org> To: bug#41580 <41580@debbugs.gnu.org> Subject: Status: [PATCH] gnu: Update python-pylint to 2.5.2 Reply-To: bug#41580 <41580@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:14:08 +0000 retitle 41580 [PATCH] gnu: Update python-pylint to 2.5.2 reassign 41580 guix-patches submitter 41580 Ryan Prior severity 41580 normal tag 41580 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Thu May 28 14:01:47 2020 Received: (at submit) by debbugs.gnu.org; 28 May 2020 18:01:47 +0000 Received: from localhost ([127.0.0.1]:52993 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jeMqg-0007lI-Pe for submit@debbugs.gnu.org; Thu, 28 May 2020 14:01:47 -0400 Received: from lists.gnu.org ([209.51.188.17]:42052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jeMqf-0007l8-3b for submit@debbugs.gnu.org; Thu, 28 May 2020 14:01:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55890) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jeMqe-0001DK-S8 for guix-patches@gnu.org; Thu, 28 May 2020 14:01:44 -0400 Received: from mail1.protonmail.ch ([185.70.40.18]:32140) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jeMqc-0000HT-HS for guix-patches@gnu.org; Thu, 28 May 2020 14:01:44 -0400 Date: Thu, 28 May 2020 18:01:34 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=protonmail.com; s=protonmail; t=1590688897; bh=TLRBwgf8z62l8GkRXQ/LxYRzDgXCAOq2Bx450jRFJx4=; h=Date:To:From:Reply-To:Subject:From; b=r96LY63FpKhfpPQhz59GQnnHNv+eSfAUUJ4BfvNOrEhFol48i91xyM0/QMq21GCaK x3AL6FYRoyMBcD3+5gDq46JH5zuTtuOtgECL9ccVZb6fbutxsIgjPq6fENCafsmvNe 2kkS5a2RFcZ9cqBg7OcZN8Acnf9hEJaTPBh3Hb88= To: guix-patches@gnu.org From: Ryan Prior Subject: [PATCH] gnu: Update python-pylint to 2.5.2 Message-ID: <20200528180122.21280-1-rprior@protonmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=-1.2 required=7.0 tests=ALL_TRUSTED,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM shortcircuit=no autolearn=disabled version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on mail.protonmail.ch Received-SPF: pass client-ip=185.70.40.18; envelope-from=rprior@protonmail.com; helo=mail1.protonmail.ch X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/28 14:01:37 X-ACL-Warn: Detected OS = Linux 2.2.x-3.x [generic] [fuzzy] 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, FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H4=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN X-Spam_action: no action X-Spam-Score: 0.4 (/) 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: , Reply-To: Ryan Prior Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * gnu/packages/check.scm (python-pylint): Updated version to 2.5.2 --- gnu/packages/check.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index 7d7fd189bc..de4a978d97 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1887,12 +1887,10 @@ unit tests and failing them if the unit test module= does not exercise all statements in the module it tests.") (license license:gpl3+))) =20 -;; Further releases, up to 2.4.3, have failing unit tests. See: -;; https://github.com/PyCQA/pylint/issues/3198. (define-public python-pylint (package (name "python-pylint") - (version "2.3.1") + (version "2.5.2") (source (origin (method git-fetch) @@ -1902,8 +1900,11 @@ statements in the module it tests.") (file-name (git-file-name name version)) (sha256 (base32 - "17vvzbcqmkhr4icq5p3737nbiiyj1y3g1pa08n9mb1bsnvxmqq0z")))) + "150x679mrlgm1s4ym7irf9mnsjilqyaakss4spc4pbrzkl11agnh")))) (build-system python-build-system) + ;; Further releases, up to 2.4.3, have failing unit tests. See: + ;; https://github.com/PyCQA/pylint/issues/3198. + (arguments '(#:tests? #f)) (native-inputs `(("python-pytest" ,python-pytest) ("python-pytest-runner" ,python-pytest-runner) --=20 2.26.2 From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 08:31:42 2020 Received: (at 41580-done) by debbugs.gnu.org; 30 May 2020 12:31:42 +0000 Received: from localhost ([127.0.0.1]:57105 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf0eL-0008Qw-Of for submit@debbugs.gnu.org; Sat, 30 May 2020 08:31:41 -0400 Received: from eggs.gnu.org ([209.51.188.92]:37968) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jf0eJ-0008Qh-SU for 41580-done@debbugs.gnu.org; Sat, 30 May 2020 08:31:40 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:33948) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jf0eC-0006rK-I9; Sat, 30 May 2020 08:31:32 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:41278 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jf0dr-00065q-Rx; Sat, 30 May 2020 08:31:30 -0400 From: Marius Bakke To: Ryan Prior , 41580-done@debbugs.gnu.org Subject: Re: [bug#41580] [PATCH] gnu: Update python-pylint to 2.5.2 In-Reply-To: <20200528180122.21280-1-rprior@protonmail.com> References: <20200528180122.21280-1-rprior@protonmail.com> Date: Sat, 30 May 2020 14:31:09 +0200 Message-ID: <871rn138qa.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-Debbugs-Envelope-To: 41580-done 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 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain 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: --=-=-= Content-Type: text/x-patch Content-Disposition: inline; filename=diff diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm index de4a978d97..8d99e67514 100644 --- a/gnu/packages/check.scm +++ b/gnu/packages/check.scm @@ -1902,7 +1902,7 @@ statements in the module it tests.") (base32 "150x679mrlgm1s4ym7irf9mnsjilqyaakss4spc4pbrzkl11agnh")))) (build-system python-build-system) - ;; Further releases, up to 2.4.3, have failing unit tests. See: + ;; FIXME: Tests are failing since version 2.4.3, see: ;; https://github.com/PyCQA/pylint/issues/3198. (arguments '(#:tests? #f)) (native-inputs @@ -1946,7 +1946,7 @@ possible to write plugins to add your own checks.") (base32 "02a89d8a47s7nfiv1ady3j0sg2sbyja3np145brarfp5x9qxz9x2")))) (arguments - `(,@(package-arguments pylint) + `(,@(strip-keyword-arguments '(#:tests?) (package-arguments pylint)) #:phases (modify-phases %standard-phases (replace 'check --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7SUg0ACgkQoqBt8qM6 VPo7xAgAh2FtYRH+bExQgMi3Q8qABysMH6ZBB/iut6vXH+ZCh9Wp3ORC80bV7BcF WBx36UKvC/ZLByzV6Dj2Nmj9XhLcd6kv5kBNUxKWwKmZ0tx8b49LlFMDU8uPg2Mk ijVgeedasV4vOaJ+h+Oa6oVCiOB0RzkECcIJD3BMvOtn/vhpPKv8Lc76uzCNRBn8 POnuR6Nx4gaDwl+uP9Wm/2WWEwywW1bdziW1WmNxyGiyADvBIecy4LdZojsI/xbV kCx4lEN95fK/y2Q5cp/cpS4OwID2/8IWHQkZcFWKOfkfOoJVBAQf1IsMxAVX6KZ7 q7+ny3C9neKBwfIEGJ+Piu6DiCg2cA== =uT0k -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sat May 30 17:34:33 2020 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 To: Ryan Prior , 41580-done@debbugs.gnu.org Subject: Re: bug#41580: [PATCH] gnu: Update python-pylint to 2.5.2 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-Debbugs-Envelope-To: 41580-done 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 (---) --=-=-= 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----- --=-=-=-- From unknown Mon Aug 18 14:14:08 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, 28 Jun 2020 11:24:08 +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