gnu: python-flake8: Update to 3.7.9.

* gnu/packages/python-xyz.scm (python-flake8): Update to 3.7.9.
[native-inputs]: Remove PYTHON-PYTEST-RUNNER.
This commit is contained in:
Marius Bakke 2020-01-15 21:55:57 +01:00
parent 87a49025e9
commit fb7686a999
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -6535,13 +6535,13 @@ complexity of Python source code.")
(define-public python-flake8 (define-public python-flake8
(package (package
(name "python-flake8") (name "python-flake8")
(version "3.7.7") (version "3.7.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "flake8" version)) (uri (pypi-uri "flake8" version))
(sha256 (sha256
(base32 (base32
"0qg6zggqigrd4k3gv88shd1a27d0cwgfql8vfiq2c7rl7w3rd6c5")))) "1yscj6avirm6m12bjh4fn2lfgxaamqsjh9pirdqfi0fcgq8ils25"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:phases `(#:phases
@ -6559,8 +6559,7 @@ complexity of Python source code.")
("python-mccabe" ,python-mccabe))) ("python-mccabe" ,python-mccabe)))
(native-inputs (native-inputs
`(("python-mock" ,python-mock) `(("python-mock" ,python-mock)
("python-pytest" ,python-pytest-bootstrap) ("python-pytest" ,python-pytest-bootstrap)))
("python-pytest-runner" ,python-pytest-runner)))
(home-page "https://gitlab.com/pycqa/flake8") (home-page "https://gitlab.com/pycqa/flake8")
(synopsis (synopsis
"The modular source code checker: pep8, pyflakes and co") "The modular source code checker: pep8, pyflakes and co")