guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit bce4ec204fbd8ba071f09900855e4e236cbdb4a8
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 21 09:12:07 2025 +0100

    gnu: python-pylint: Update to 3.3.8.
    
    * gnu/packages/check.scm (python-pylint): Update to 3.3.8.
    [propagated-inputs]: Remove python-typing-extensions.
    [native-inputs]: Remove python-wheel.
    
    Change-Id: I3b598397599bea700994a0dacfc04d0332930c06
---
 gnu/packages/check.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index fd42cb9258..fa7412412a 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -2994,7 +2994,7 @@ statements in the module it tests.")
 (define-public python-pylint
   (package
     (name "python-pylint")
-    (version "3.3.1")
+    (version "3.3.8")
     (source
      (origin
        (method git-fetch)
@@ -3003,7 +3003,7 @@ statements in the module it tests.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "023cd6gqhhykr1gf8w7nxs5n7qgqwwsd4mgn94r14is8gcf1hwvj"))))
+        (base32 "0h6ynaxsgb5bidjkbrfwb05nc7dw9paxc0bjgkqaxrkpqfm39baj"))))
     (build-system pyproject-build-system)
     (arguments
      (list
@@ -3029,16 +3029,14 @@ statements in the module it tests.")
      (list python-pytest
            python-pytest-timeout
            python-pytest-xdist
-           python-setuptools
-           python-wheel))
+           python-setuptools))
     (propagated-inputs
      (list python-astroid
            python-dill
            python-isort
            python-mccabe
            python-platformdirs
-           python-tomlkit
-           python-typing-extensions))
+           python-tomlkit))
     (home-page "https://github.com/PyCQA/pylint";)
     (synopsis "Advanced Python code static checker")
     (description "Pylint is a Python source code analyzer which looks

Reply via email to