Skip to content

Commit

Permalink
Update to 4.2.1. From the changelog:
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
schmonz committed Sep 28, 2022
1 parent 4a43fe4 commit 24ace12
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
5 changes: 2 additions & 3 deletions devel/texttest/Makefile
Original file line number Diff line number Diff line change
@@ -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/}

Expand Down
10 changes: 7 additions & 3 deletions devel/texttest/PLIST
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -65,6 +63,9 @@ ${PYSITELIB}/texttestlib/default/comparetest.pyo
${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
Expand Down Expand Up @@ -155,6 +156,9 @@ ${PYSITELIB}/texttestlib/default/gtkgui/version_control/vcs_independent.pyo
${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
Expand Down
8 changes: 4 additions & 4 deletions devel/texttest/distinfo
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 24ace12

Please sign in to comment.