Subject: CVS commit: pkgsrc/devel/py-flake8
From: Adam Ciarcinski
Date: 2018-10-24 12:35:46
Message id: 20181024103546.B9716FBEE@cvs.NetBSD.org

Log Message:
py-flake8: updated to 3.6.0

3.6.0:

Features
Add paths to allow local plugins to exist outside of sys.path
Copy setup.cfg files to the temporary git hook execution directory
Only skip a file if flake8: noqa is on a line by itself
Provide a better user experience for broken plugins
Report E902 when a file passed on the command line does not exist
Add --extend-ignore for extending the default ignore instead of overriding it

Bugs Fixed
Respect a formatter’s newline setting when printing
Fix leaking of processes in the legacy api
Fix a SyntaxWarning for an invalid escape sequence
Fix DeprecationWarning due to import of abc classes from the collections module
Defer setuptools import to improve flake8 startup time
Fix inconsistent line endings in FileProcessor.lines when running under python 3.x

Files:
RevisionActionfile
1.19modifypkgsrc/devel/py-flake8/Makefile
1.14modifypkgsrc/devel/py-flake8/distinfo
1.4removepkgsrc/devel/py-flake8/patches/patch-setup.cfg
1.4removepkgsrc/devel/py-flake8/patches/patch-setup.py
1.1removepkgsrc/devel/py-flake8/patches/patch-tox.ini