pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/catch2
Module Name: pkgsrc
Committed By: adam
Date: Tue Sep 17 12:16:51 UTC 2024
Modified Files:
pkgsrc/devel/catch2: Makefile distinfo
Log Message:
catch2: updated to 3.7.1
3.7.1
Improvements
Applied the JUnit reporter's optimization from last release to the SonarQube reporter
Suppressed -Wuseless-cast in CHECK_THROWS_MATCHES
Standardize exit codes for various failures
Running no tests is now guaranteed to exit with 2 (without the --allow-running-no-tests flag)
All tests skipped is now always 4 (...)
Assertion failures are now always 42
and so on
Fixes
Fixed out-of-bounds access when the arg parser encounters single - as an argument
Miscellaneous
Added catch_config_prefix_messages.hpp to meson build
catch_discover_tests now supports skipped tests
You can get the old behaviour by calling catch_discover_tests with SKIP_IS_FAILURE option.
To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/catch2/Makefile
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/catch2/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/catch2/Makefile
diff -u pkgsrc/devel/catch2/Makefile:1.19 pkgsrc/devel/catch2/Makefile:1.20
--- pkgsrc/devel/catch2/Makefile:1.19 Tue Aug 20 09:29:46 2024
+++ pkgsrc/devel/catch2/Makefile Tue Sep 17 12:16:50 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.19 2024/08/20 09:29:46 adam Exp $
+# $NetBSD: Makefile,v 1.20 2024/09/17 12:16:50 adam Exp $
-DISTNAME= Catch2-3.7.0
+DISTNAME= Catch2-3.7.1
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/}
Index: pkgsrc/devel/catch2/distinfo
diff -u pkgsrc/devel/catch2/distinfo:1.20 pkgsrc/devel/catch2/distinfo:1.21
--- pkgsrc/devel/catch2/distinfo:1.20 Tue Aug 20 09:29:46 2024
+++ pkgsrc/devel/catch2/distinfo Tue Sep 17 12:16:50 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2024/08/20 09:29:46 adam Exp $
+$NetBSD: distinfo,v 1.21 2024/09/17 12:16:50 adam Exp $
-BLAKE2s (Catch2-3.7.0.tar.gz) = c6f9b4aa15cb60051e458b10999a0bf2460576b622bf108651756b84130ce086
-SHA512 (Catch2-3.7.0.tar.gz) = 4f577da378c9fa7c205abc145b92f8b81a998274c2e5a08fce233cd43326a6ae30645379e2c3e32abca21c2168a298fd4690893a13d65733d8bd1e7b19fefea8
-Size (Catch2-3.7.0.tar.gz) = 1190454 bytes
+BLAKE2s (Catch2-3.7.1.tar.gz) = 6d403e3637ca0c1d50d1c6575d2499e32974b56e83c317f37ea855b7beebe66f
+SHA512 (Catch2-3.7.1.tar.gz) = e04c676e6bb3d7791f51a1caa770c4675d79b5396c9ba029c01ca0938e53bfa374dce117fccf753a89f3663192c91356acc9bc195e4866d215855df0667faff0
+Size (Catch2-3.7.1.tar.gz) = 1193290 bytes
SHA1 (patch-src_catch2_catch__tostring.cpp) = d18154d9b987d48ef90947d02f6ae92e2569b8c7
SHA1 (patch-src_catch2_internal_catch__floating__point__helpers.hpp) = 32d9a0146f8a04cd203876e695c9a105b53a198f
SHA1 (patch-src_catch2_matchers_catch__matchers__floating__point.cpp) = 855c7edee42b5befa4c4d70f3186809d5e0f3652
Home |
Main Index |
Thread Index |
Old Index