Received: by mail.netbsd.org (Postfix, from userid 605) id DD9F484E7C; Wed, 28 Sep 2022 18:10:43 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 19E1484D93 for ; Wed, 28 Sep 2022 18:10:43 +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 g0HLWf7a544z for ; Wed, 28 Sep 2022 18:10:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3F87F84D2D for ; Wed, 28 Sep 2022 18:10:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 33859FA90; Wed, 28 Sep 2022 18:10:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1664388642143590" MIME-Version: 1.0 Date: Wed, 28 Sep 2022 18:10:42 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/devel/texttest To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20220928181042.33859FA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1664388642143590 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: schmonz Date: Wed Sep 28 18:10:42 UTC 2022 Modified Files: pkgsrc/devel/texttest: Makefile PLIST distinfo Log Message: Update to 4.2.1. From the changelog: New development: - Support added for integration with Azure Devops (known bugs feature) - Basic integration with dbtext for testing with databases "database setup run" now possible - Integration with capturemock improved when using http record/replay - sets environment variables and gives your test script control. - Dark mode is now supported properly, e.g. by setting the environment variable "GTK_THEME" to "Adwaita:dark" (thanks Michael Behrisch) - Now possible to generate separate HTML pages per version (thanks Michael Behrisch) - New aliases for various config file settings (thanks Emily Bache) - More compact host format (thanks Jens Kjerrström) - Less precision for progress measurements on incomplete tests (thanks Jens Kjerrström) Bugfixes: - collate_script no longer uses the shell on Windows, led to user-dependent behaviour - fixing prevlines filter at begin of file fix #93 (thanks Michael Behrisch) To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/texttest/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/texttest/PLIST cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/texttest/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1664388642143590 Content-Disposition: inline Content-Length: 3287 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/texttest/Makefile diff -u pkgsrc/devel/texttest/Makefile:1.18 pkgsrc/devel/texttest/Makefile:1.19 --- pkgsrc/devel/texttest/Makefile:1.18 Thu Aug 11 05:08:14 2022 +++ pkgsrc/devel/texttest/Makefile Wed Sep 28 18:10:41 2022 @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.18 2022/08/11 05:08:14 gutteridge Exp $ +# $NetBSD: Makefile,v 1.19 2022/09/28 18:10:41 schmonz Exp $ -DISTNAME= texttest-4.1.2 +DISTNAME= texttest-4.2.1 GITHUB_TAG= ${PKGVERSION_NOREV} PKGNAME= ${DISTNAME:tl} -PKGREVISION= 2 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_GITHUB:=texttest/} Index: pkgsrc/devel/texttest/PLIST diff -u pkgsrc/devel/texttest/PLIST:1.6 pkgsrc/devel/texttest/PLIST:1.7 --- pkgsrc/devel/texttest/PLIST:1.6 Tue Apr 19 16:50:15 2022 +++ pkgsrc/devel/texttest/PLIST Wed Sep 28 18:10:41 2022 @@ -1,6 +1,4 @@ -@comment $NetBSD: PLIST,v 1.6 2022/04/19 16:50:15 schmonz Exp $ -bin/filter_fpdiff.py -bin/filter_rundependent.py +@comment $NetBSD: PLIST,v 1.7 2022/09/28 18:10:41 schmonz Exp $ bin/interpretcore bin/texttest ${PYSITELIB}/TextTest-${PKGVERSION}-py${PYVERSSUFFIX}.egg-info/PKG-INFO @@ -65,6 +63,9 @@ ${PYSITELIB}/texttestlib/default/compare ${PYSITELIB}/texttestlib/default/console.py ${PYSITELIB}/texttestlib/default/console.pyc ${PYSITELIB}/texttestlib/default/console.pyo +${PYSITELIB}/texttestlib/default/database_data.py +${PYSITELIB}/texttestlib/default/database_data.pyc +${PYSITELIB}/texttestlib/default/database_data.pyo ${PYSITELIB}/texttestlib/default/fpdiff.py ${PYSITELIB}/texttestlib/default/fpdiff.pyc ${PYSITELIB}/texttestlib/default/fpdiff.pyo @@ -155,6 +156,9 @@ ${PYSITELIB}/texttestlib/default/gtkgui/ ${PYSITELIB}/texttestlib/default/knownbugs/__init__.py ${PYSITELIB}/texttestlib/default/knownbugs/__init__.pyc ${PYSITELIB}/texttestlib/default/knownbugs/__init__.pyo +${PYSITELIB}/texttestlib/default/knownbugs/azdevops.py +${PYSITELIB}/texttestlib/default/knownbugs/azdevops.pyc +${PYSITELIB}/texttestlib/default/knownbugs/azdevops.pyo ${PYSITELIB}/texttestlib/default/knownbugs/bugzilla.py ${PYSITELIB}/texttestlib/default/knownbugs/bugzilla.pyc ${PYSITELIB}/texttestlib/default/knownbugs/bugzilla.pyo Index: pkgsrc/devel/texttest/distinfo diff -u pkgsrc/devel/texttest/distinfo:1.9 pkgsrc/devel/texttest/distinfo:1.10 --- pkgsrc/devel/texttest/distinfo:1.9 Wed Jun 8 21:03:45 2022 +++ pkgsrc/devel/texttest/distinfo Wed Sep 28 18:10:41 2022 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2022/06/08 21:03:45 schmonz Exp $ +$NetBSD: distinfo,v 1.10 2022/09/28 18:10:41 schmonz Exp $ -BLAKE2s (texttest-4.1.2.tar.gz) = 64550b4eab47374a29ac93e7cb2a178c0942599ed279a2dcd92340dd7b722ebe -SHA512 (texttest-4.1.2.tar.gz) = b4a0a1b8b3fa4ac5d00864be38eb85c68acfa4ac16b18da00b64f86c2125d00837a8b4895b451376eb822e2b61fa03e9aea58951d36437ebe4df2e68a297b912 -Size (texttest-4.1.2.tar.gz) = 609158 bytes +BLAKE2s (texttest-4.2.1.tar.gz) = fa59dfe42925581cdec1a439641384578daa8408c7feeb6577e5aeb196e13cf3 +SHA512 (texttest-4.2.1.tar.gz) = e618ba1aca2a917647e2eac7eae0ef69e2b9b18e50b2f96dd70a9d3f8c4d36c25cdac50a1d2d3ae5c6addabfe1a2cbdba126ac33cc0aa4850f68eb9214591556 +Size (texttest-4.2.1.tar.gz) = 612497 bytes SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5 --_----------=_1664388642143590--