python312Packages.flake8: 7.1.0 -> 7.1.1 (#332433)

This commit is contained in:
Robert Schütz
2024-08-28 16:48:41 -07:00
committed by GitHub
@@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "flake8";
version = "7.1.0";
version = "7.1.1";
disabled = pythonOlder "3.8";
@@ -22,12 +22,12 @@ buildPythonPackage rec {
owner = "PyCQA";
repo = "flake8";
rev = version;
hash = "sha256-jkRr/k/XjiKOkcd4jlOQTnnFun7/hMHdVUWBlS1QZ1E=";
hash = "sha256-6iCZEapftHqd9okJS1wMzIjjmWahrmmZtXd7SUMVcmE=";
};
nativeBuildInputs = [ setuptools ];
build-system = [ setuptools ];
propagatedBuildInputs = [
dependencies = [
mccabe
pycodestyle
pyflakes
@@ -36,6 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [ pytestCheckHook ];
meta = with lib; {
changelog = "https://github.com/PyCQA/flake8/blob/${src.rev}/docs/source/release-notes/${version}.rst";
description = "Modular source code checker: pep8, pyflakes and co";
homepage = "https://github.com/PyCQA/flake8";
license = licenses.mit;