pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/texttest Update to 4.0.5. From the changelog:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d46fa6724877
branches:  trunk
changeset: 443665:d46fa6724877
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sat Dec 19 11:03:48 2020 +0000

description:
Update to 4.0.5. From the changelog:

- 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

diffstat:

 devel/texttest/Makefile |   5 ++---
 devel/texttest/PLIST    |   4 ++--
 devel/texttest/distinfo |  10 +++++-----
 3 files changed, 9 insertions(+), 10 deletions(-)

diffs (48 lines):

diff -r 5c03c39f350d -r d46fa6724877 devel/texttest/Makefile
--- a/devel/texttest/Makefile   Sat Dec 19 10:56:27 2020 +0000
+++ b/devel/texttest/Makefile   Sat Dec 19 11:03:48 2020 +0000
@@ -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/}
 
diff -r 5c03c39f350d -r d46fa6724877 devel/texttest/PLIST
--- a/devel/texttest/PLIST      Sat Dec 19 10:56:27 2020 +0000
+++ b/devel/texttest/PLIST      Sat Dec 19 11:03:48 2020 +0000
@@ -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
@@ -235,7 +235,7 @@
 ${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
diff -r 5c03c39f350d -r d46fa6724877 devel/texttest/distinfo
--- a/devel/texttest/distinfo   Sat Dec 19 10:56:27 2020 +0000
+++ b/devel/texttest/distinfo   Sat Dec 19 11:03:48 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index