python3Packages.pep8-naming: 0.11.1 -> 0.12.1

This commit is contained in:
Martin Weinelt 2021-10-01 01:44:59 +02:00
parent 9a23237031
commit 7898c4fe83

View File

@ -9,21 +9,13 @@
buildPythonPackage rec {
pname = "pep8-naming";
version = "0.11.1";
version = "0.12.1";
src = fetchPypi {
inherit pname version;
sha256 = "0937rnk3c2z1jkdmbw9hfm80p5k467q7rqhn6slfiprs4kflgpd1";
sha256 = "sha256-uyRVlHdX0WKqTK1V26TOApAFzRaS8omaIdUdhjDKeEE=";
};
patches = [
(fetchpatch {
# Fix tests by setting extended-default-ignore to an empty list
url = "https://github.com/PyCQA/pep8-naming/commit/6d62db81d7967e123e29673a4796fefec6f06d26.patch";
sha256 = "1jpr2dga8sphksik3izyzq9hiszyki691mwnh2rjzd2vpgnv8cxf";
})
];
propagatedBuildInputs = [
flake8
flake8-polyfill