Subject: CVS commit: pkgsrc/devel/py-codestyle
From: Adam Ciarcinski
Date: 2023-07-31 09:26:08
Message id: 20230731072608.E8C7FFBDB@cvs.NetBSD.org

Log Message:
py-codestyle: updated to 2.11.0

2.11.0 (2023-07-29)
-------------------

Changes:

* Drop EOL python 3.6 / 3.7.
* Add support for python 3.12.
* E721: adjust handling of type comparison. Allowed forms are now
  ``isinstance(x, t)`` or ``type(x) is t``.
* Remove handling of python 2 ``<>`` operator.
* W606: removed.  ``async`` / ``await`` are always keywords.
* Internal: move tests to pytest.
* Remove handling of python 2 ``ur''`` strings.

Files:
RevisionActionfile
1.13modifypkgsrc/devel/py-codestyle/Makefile
1.11modifypkgsrc/devel/py-codestyle/distinfo