python3Packages.pylama: 8.0.6 -> 8.3.6

This commit is contained in:
Robert Schütz 2021-12-27 23:24:59 +00:00 committed by Robert Schütz
parent 81e3fc05d2
commit 89154fe1a1

View file

@ -15,15 +15,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "pylama"; pname = "pylama";
version = "8.0.6"; version = "8.3.6";
format = "setuptools"; format = "setuptools";
src = fetchFromGitHub { src = fetchFromGitHub {
name = "${pname}-${version}-source";
owner = "klen"; owner = "klen";
repo = "pylama"; repo = "pylama";
rev = version; rev = version;
sha256 = "sha256-Olq/CZ/t1wqACoknAKsvdDKnyLZkxRtHokpu33I3trg="; hash = "sha256-KU/G+2Fm4G/dUuNhhk8xM0Y8+7YOUUgREONM8CQGugw=";
}; };
patches = [ patches = [
@ -51,6 +52,7 @@ buildPythonPackage rec {
"test_pylint" # infinite recursion "test_pylint" # infinite recursion
"test_quotes" # FIXME package pylama-quotes "test_quotes" # FIXME package pylama-quotes
"test_radon" # FIXME package radon "test_radon" # FIXME package radon
"test_sort"
]; ];
pythonImportsCheck = [ pythonImportsCheck = [