From 1bfc951376ebb55830d7e7daba483c77fe8bee0c Mon Sep 17 00:00:00 2001 From: jgart Date: Tue, 7 Apr 2026 17:36:22 -0400 Subject: gnu: python-vulture: Update to 2.16. * gnu/packages/python-check.scm (python-vulture): Update to 2.16. [native-inputs]: Remove python-wheel. Add python-pytest-cov. [propagated-inputs]: Remove python-toml. Add python-tomli Change-Id: I952a0bf1ffd1a9a6cd67af6ed9bdf48cb1466a5b --- gnu/packages/python-check.scm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 5dee2afe1fc..b4ef0566dea 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -5152,13 +5152,13 @@ interactions, which will update them to correspond to the new API.") (define-public python-vulture (package (name "python-vulture") - (version "2.14") + (version "2.16") (source (origin (method url-fetch) (uri (pypi-uri "vulture" version)) (sha256 - (base32 "05c4kfg6s2zf7lzplq53ihjf19knf3pmpv4nnzmdwf0i5a87g0nb")))) + (base32 "05zpb79nhskdrbfmy4yk2wlkjgsvfv4l1hn6ldj1c083mzigdngq")))) (build-system pyproject-build-system) (arguments (list @@ -5174,10 +5174,10 @@ interactions, which will update them to correspond to the new API.") " and not ")))) (native-inputs (list python-pytest - python-setuptools - python-wheel)) + python-pytest-cov + python-setuptools)) (propagated-inputs - (list python-toml)) + (list python-tomli)) (home-page "https://github.com/jendrikseipp/vulture") (synopsis "Find dead Python code") (description -- cgit v1.3