pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/texttest



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Dec 19 11:03:48 UTC 2020

Modified Files:
        pkgsrc/devel/texttest: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/texttest/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/texttest/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/texttest/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/texttest/Makefile
diff -u pkgsrc/devel/texttest/Makefile:1.4 pkgsrc/devel/texttest/Makefile:1.5
--- pkgsrc/devel/texttest/Makefile:1.4  Fri Dec  4 20:45:14 2020
+++ pkgsrc/devel/texttest/Makefile      Sat Dec 19 11:03:48 2020
@@ -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/}
 

Index: pkgsrc/devel/texttest/PLIST
diff -u pkgsrc/devel/texttest/PLIST:1.2 pkgsrc/devel/texttest/PLIST:1.3
--- pkgsrc/devel/texttest/PLIST:1.2     Thu May 14 19:07:31 2020
+++ pkgsrc/devel/texttest/PLIST Sat Dec 19 11:03:48 2020
@@ -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/MigrationNo
 ${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

Index: pkgsrc/devel/texttest/distinfo
diff -u pkgsrc/devel/texttest/distinfo:1.1 pkgsrc/devel/texttest/distinfo:1.2
--- pkgsrc/devel/texttest/distinfo:1.1  Sat Apr 18 19:42:18 2020
+++ pkgsrc/devel/texttest/distinfo      Sat Dec 19 11:03:48 2020
@@ -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