Subject: CVS commit: pkgsrc/devel/py-vulture
From: Adam Ciarcinski
Date: 2023-12-04 07:11:30
Message id: 20231204061130.A3BDCFA42@cvs.NetBSD.org

Log Message:
py-vulture: updated to 2.10

2.10 (2023-10-06)

* Drop support for Python 3.7.
* Add support for Python 3.12.
* Use `end_lineno` AST attribute to obtain more accurate line counts.

2.9.1 (2023-08-21)

* Use exit code 0 for `--help` and `--version` again.

2.9 (2023-08-20)

* Use exit code 3 when dead code is found.
* Treat non-supported decorator names as "@" instead of crashing.
* Drop support for Python 3.6.

2.8 (2023-08-10)

* Add `UnicodeEncodeError` exception handling to `core.py`.
* Add whitelist for `Enum` attributes `_name_` and `_value_`.
* Run tests and add PyPI trove for Python 3.11.

2.7 (2023-01-08)

* Ignore `setup_module()`, `teardown_module()`, etc. in pytest `test_*.py` files.
* Add whitelist for `socketserver.TCPServer.allow_reuse_address`.
* Clarify that `--exclude` patterns are matched against absolute paths.
* Fix example in README file

Files:
RevisionActionfile
1.3modifypkgsrc/devel/py-vulture/Makefile
1.3modifypkgsrc/devel/py-vulture/PLIST
1.3modifypkgsrc/devel/py-vulture/distinfo