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
This commit is contained in:
Sharlatan Hellseher 2025-09-21 09:12:07 +01:00
parent 40290f6faa
commit ad8b5687a3
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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