Subject: CVS commit: pkgsrc/devel/py-approvaltests
From: Amitai Schleier
Date: 2021-06-23 20:20:18
Message id: 20210623182018.21BB7FA95@cvs.NetBSD.org

Log Message:
Update to 1.0.0. From the changelog:

## Verify(text) ensures a newline at end of files

### BREAKING CHANGE

Since most tools will ensure a newline at the end of a file, approval
test is now adding this to allow copying approval results in diff tools
to work correctly. Please note that this will break all you previous
approvals that do not end with a newline!

This will show by your diff tool opening with two files that look
identical, but one actually has a newline at the end.

### Upgrade Path

We suggest you use ReporterByCopyMoveCommandForEverythingToClipboard()
as your Default Reporter to re-approve all your files.

## Namer handles multiple nested methods in a unit test

Previously if you had nested methods in your unit test, the names would
incorrectly identify the help method rather than the test method. This
is now fixed.

Files:
RevisionActionfile
1.18modifypkgsrc/devel/py-approvaltests/Makefile
1.7modifypkgsrc/devel/py-approvaltests/PLIST
1.17modifypkgsrc/devel/py-approvaltests/distinfo