Received: by mail.netbsd.org (Postfix, from userid 605) id 855A9850D8; Wed, 23 Jun 2021 18:20:19 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id BFAB984D28 for ; Wed, 23 Jun 2021 18:20:18 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id hqiYwYm_rXVT for ; Wed, 23 Jun 2021 18:20:18 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 24B4D84CE2 for ; Wed, 23 Jun 2021 18:20:18 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 21BB7FA95; Wed, 23 Jun 2021 18:20:18 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_162447241886180" MIME-Version: 1.0 Date: Wed, 23 Jun 2021 18:20:18 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/py-approvaltests To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20210623182018.21BB7FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_162447241886180 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Wed Jun 23 18:20:18 UTC 2021 Modified Files: pkgsrc/devel/py-approvaltests: Makefile PLIST distinfo 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. To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-approvaltests/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-approvaltests/PLIST cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-approvaltests/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_162447241886180 Content-Disposition: inline Content-Length: 3017 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-approvaltests/Makefile diff -u pkgsrc/devel/py-approvaltests/Makefile:1.17 pkgsrc/devel/py-approvaltests/Makefile:1.18 --- pkgsrc/devel/py-approvaltests/Makefile:1.17 Mon May 24 10:16:13 2021 +++ pkgsrc/devel/py-approvaltests/Makefile Wed Jun 23 18:20:17 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2021/05/24 10:16:13 schmonz Exp $ +# $NetBSD: Makefile,v 1.18 2021/06/23 18:20:17 schmonz Exp $ -DISTNAME= approvaltests-0.8.0 +DISTNAME= approvaltests-1.0.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=a/approvaltests/} Index: pkgsrc/devel/py-approvaltests/PLIST diff -u pkgsrc/devel/py-approvaltests/PLIST:1.6 pkgsrc/devel/py-approvaltests/PLIST:1.7 --- pkgsrc/devel/py-approvaltests/PLIST:1.6 Sun May 2 18:51:09 2021 +++ pkgsrc/devel/py-approvaltests/PLIST Wed Jun 23 18:20:17 2021 @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2021/05/02 18:51:09 schmonz Exp $ +@comment $NetBSD: PLIST,v 1.7 2021/06/23 18:20:17 schmonz Exp $ ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt @@ -85,6 +85,9 @@ ${PYSITELIB}/approvaltests/reporters/pyt ${PYSITELIB}/approvaltests/reporters/received_file_launcher_reporter.py ${PYSITELIB}/approvaltests/reporters/received_file_launcher_reporter.pyc ${PYSITELIB}/approvaltests/reporters/received_file_launcher_reporter.pyo +${PYSITELIB}/approvaltests/reporters/report_all_to_clipboard.py +${PYSITELIB}/approvaltests/reporters/report_all_to_clipboard.pyc +${PYSITELIB}/approvaltests/reporters/report_all_to_clipboard.pyo ${PYSITELIB}/approvaltests/reporters/report_with_beyond_compare.py ${PYSITELIB}/approvaltests/reporters/report_with_beyond_compare.pyc ${PYSITELIB}/approvaltests/reporters/report_with_beyond_compare.pyo Index: pkgsrc/devel/py-approvaltests/distinfo diff -u pkgsrc/devel/py-approvaltests/distinfo:1.16 pkgsrc/devel/py-approvaltests/distinfo:1.17 --- pkgsrc/devel/py-approvaltests/distinfo:1.16 Mon May 24 10:16:13 2021 +++ pkgsrc/devel/py-approvaltests/distinfo Wed Jun 23 18:20:17 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.16 2021/05/24 10:16:13 schmonz Exp $ +$NetBSD: distinfo,v 1.17 2021/06/23 18:20:17 schmonz Exp $ -SHA1 (approvaltests-0.8.0.tar.gz) = b14d6efc1c4d7119d859baa24cbeb35aae3d33e3 -RMD160 (approvaltests-0.8.0.tar.gz) = 08a66a7608300f28491f00ea055fbf497fdde858 -SHA512 (approvaltests-0.8.0.tar.gz) = 604bda0648a45a626f001cc41531374c25b12d4654075562a4edd0129628250c6f829caf86e02599810fb3f72e3d2b65cc639a4fccd92ab8727d38b3b8326f28 -Size (approvaltests-0.8.0.tar.gz) = 23812 bytes +SHA1 (approvaltests-1.0.0.tar.gz) = 3a82e0a7a3182a8e55787f1ac0bbbab1b5a45af0 +RMD160 (approvaltests-1.0.0.tar.gz) = ea3d4c4bb94de4a582964cd923ab542f8ca47892 +SHA512 (approvaltests-1.0.0.tar.gz) = 300ed1e8c52b1211519ec51e9c3cd49fc8c88cb55dadc15599d979a1dc4a4a3742befe75ff3f2aadbf30a973a82c41ab2343d7960dd007bd6950aebf95475b96 +Size (approvaltests-1.0.0.tar.gz) = 24377 bytes --_----------=_162447241886180--