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: Mon Dec 11 21:41:07 UTC 2023
Modified Files:
pkgsrc/devel/texttest: Makefile distinfo
Log Message:
texttest: update to 4.3.1. Changes:
New development:
- New knownbugs option to report as known bug even if all reruns fail
(extra checkbox in the UI)
Bugfixes:
- Standard error files should always have highest display priority
unless overridden (some tools truncate preview output and lose
stacktraces etc)
- Make spin buttons reset correctly, irrespective of locale
- Removed very old hack that caused problems on Linux testing with
UIs visible
- Fixes for AZ Devops integration - count Rejected/Removed bugs as
completed, don't fail if Severity not present (so we can link to
Features/User stories etc)
- Fixed selection of fastest/slowest tests (thanks Nils Olsson)
- Compatibility with Python 3.11
- Fix for partial approval of a test with custom test comparison
To generate a diff of this commit:
cvs rdiff -u -r1.28 -r1.29 pkgsrc/devel/texttest/Makefile
cvs rdiff -u -r1.13 -r1.14 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.28 pkgsrc/devel/texttest/Makefile:1.29
--- pkgsrc/devel/texttest/Makefile:1.28 Tue Nov 14 14:01:41 2023
+++ pkgsrc/devel/texttest/Makefile Mon Dec 11 21:41:06 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2023/11/14 14:01:41 wiz Exp $
+# $NetBSD: Makefile,v 1.29 2023/12/11 21:41:06 schmonz Exp $
-DISTNAME= texttest-4.3.0
+DISTNAME= texttest-4.3.1
GITHUB_TAG= ${PKGVERSION_NOREV}
PKGNAME= ${DISTNAME:tl}
-PKGREVISION= 4
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_GITHUB:=texttest/}
@@ -19,6 +18,7 @@ USE_LANGUAGES= # none
REPLACE_PYTHON+= texttestlib/default/batch/__init__.py
REPLACE_PYTHON+= texttestlib/default/virtualdisplay.py
+REPLACE_PYTHON+= texttestlib/log/logconfiggen_setup.py
PYTHON_VERSIONS_INCOMPATIBLE= 27
Index: pkgsrc/devel/texttest/distinfo
diff -u pkgsrc/devel/texttest/distinfo:1.13 pkgsrc/devel/texttest/distinfo:1.14
--- pkgsrc/devel/texttest/distinfo:1.13 Tue Apr 18 16:39:08 2023
+++ pkgsrc/devel/texttest/distinfo Mon Dec 11 21:41:06 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.13 2023/04/18 16:39:08 schmonz Exp $
+$NetBSD: distinfo,v 1.14 2023/12/11 21:41:06 schmonz Exp $
-BLAKE2s (texttest-4.3.0.tar.gz) = e5c87e0dc0a68d6003b129e323c95d49814faaca4b31f5d3ff99503d0b0185cf
-SHA512 (texttest-4.3.0.tar.gz) = ae3bb1bc7fe86d3fb623fb722e57e8c64b12bacbbaa9c8a526e465486ca66ec870a957e2561fb8bc72668aad50a2a74d722d86cefe245c3d9c631a48a1993505
-Size (texttest-4.3.0.tar.gz) = 616056 bytes
+BLAKE2s (texttest-4.3.1.tar.gz) = b34c61e56dce55c062eac3c42660ae5db1722470109d30fc375a226625fd5d5e
+SHA512 (texttest-4.3.1.tar.gz) = 35db9a014774e0ec53c6ab208c1c6a72c91473157a8c4f70179becb443f6ef9ed3d87c8461cb742f9e996c4d942bc77b2f54cf501a8342611654c5a1ffcd0a6e
+Size (texttest-4.3.1.tar.gz) = 616395 bytes
SHA1 (patch-texttestlib_default_____init____.py) = 87fae6e9c04d2340510c4286b8ae5351ebc38fd5
Home |
Main Index |
Thread Index |
Old Index