Skip to content

Commit

Permalink
Update to 4.0.5. From the changelog:
Browse files Browse the repository at this point in the history
- Fix for #72, newly generated test suite refers to file using
  $TEXTTEST_ROOT now to make it easier to version control
- Fix for #75, improve naming of controls and handle lack of source file
  in Import Files dialog
- Fix for #74, focus now in first combo box or text field in dialogs,
  not just first text field. Mainly for Import Files.
- Fixing preview of new or missing files that cannot be decoded using
  the default encoding
- Fix an issue when starting sge slave
- Fix issue when the config queue capacity is None
- Restore functionality to have mode-dependent window sizes
  (dynamic_screen_height etc) which was lost in 4.0
- Possibility to increase parallelism via queue_system_max_capacity
- Make sure we can terminate running tests
  • Loading branch information
schmonz committed Dec 19, 2020
1 parent 95fd2c6 commit 85cc175
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 10 deletions.
5 changes: 2 additions & 3 deletions devel/texttest/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.4 2020/12/04 20:45:14 nia Exp $
# $NetBSD: Makefile,v 1.5 2020/12/19 11:03:48 schmonz Exp $

DISTNAME= TextTest-4.0.0
DISTNAME= TextTest-4.0.5
PKGNAME= ${DISTNAME:tl}
PKGREVISION= 2
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=texttest/}

Expand Down
4 changes: 2 additions & 2 deletions devel/texttest/PLIST
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST,v 1.2 2020/05/14 19:07:31 joerg Exp $
@comment $NetBSD: PLIST,v 1.3 2020/12/19 11:03:48 schmonz Exp $
bin/filter_fpdiff.py
bin/filter_rundependent.py
bin/interpretcore
Expand Down Expand Up @@ -235,7 +235,7 @@ ${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.3
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.4
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.5
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.6
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_${PYVERSSUFFIX}
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.7
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.8
${PYSITELIB}/texttestlib/doc/MigrationNotes_from_3.9
${PYSITELIB}/texttestlib/doc/quick_start.txt
Expand Down
10 changes: 5 additions & 5 deletions devel/texttest/distinfo
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
$NetBSD: distinfo,v 1.1 2020/04/18 19:42:18 schmonz Exp $
$NetBSD: distinfo,v 1.2 2020/12/19 11:03:48 schmonz Exp $

SHA1 (TextTest-4.0.0.tar.gz) = d500195985f526e05a2106c0e3a4ff74ec5fe835
RMD160 (TextTest-4.0.0.tar.gz) = 5064af6bd4474d986839afe68a2953e1492f5f98
SHA512 (TextTest-4.0.0.tar.gz) = 36b8d4516db43ec477b3a0300142a4fdb2313289a31d4f0c411ff6b4ef4e18e9a5d3c4e9e95fd097617c44ec25139e06ac29a560bfaf5b40eba1e909e16fd2bd
Size (TextTest-4.0.0.tar.gz) = 594936 bytes
SHA1 (TextTest-4.0.5.tar.gz) = 3c1e340b9485f197ff363281f742356f2fd75a9d
RMD160 (TextTest-4.0.5.tar.gz) = f4b3d56c35ef9243082e9f625c35a5a98e67389b
SHA512 (TextTest-4.0.5.tar.gz) = f9d8496ac211a546a228ca1fc8ae6a29042a85ed3a97d49816f4797e2ebbf15fe30e6d4bc96f0e10d610c2255da80b71c330331e6e707c074ddd22234d78fff9
Size (TextTest-4.0.5.tar.gz) = 595106 bytes
SHA1 (patch-texttestlib_default_____init____.py) = 3bd79ebe3e6e6d7311d73b7063622c4cddb984d5

0 comments on commit 85cc175

Please sign in to comment.