Subject: CVS commit: pkgsrc/devel/py-codestyle
From: Adam Ciarcinski
Date: 2021-10-11 10:11:16
Message id: 20211011081116.76768FA97@cvs.NetBSD.org

Log Message:
py-codestyle: updated to 2.8.0

2.8.0 (2021-10-10)
------------------
Changes:
* Drop python 3.4.
* E712: fix false negative with multiple comparisons.
* E211: fix false positives with ``match``.
* E772: improve performance of bare except check.
* Backport tokenize performance improvement from python 3.10.
* E225: fix for lambdas containing positional-only args.
* Remove ``indent_size_str`` "setting".
* E402: allow ``__all__`` to be typed.
* E225: fix false positives for ``*`` in ``case``.
* E201: detect tabs as whitespace.

Files:
RevisionActionfile
1.9modifypkgsrc/devel/py-codestyle/Makefile
1.8modifypkgsrc/devel/py-codestyle/distinfo