pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/catch2 catch2: update to 2.13.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/945071663bdf
branches:  trunk
changeset: 440647:945071663bdf
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Wed Oct 14 16:20:06 2020 +0000

description:
catch2: update to 2.13.2.

Improvements

    Implemented workaround for AppleClang shadowing bug (#2030)
    Implemented workaround for NVCC ICE (#2005, #2027)

Fixes

    Fixed detection of std::uncaught_exceptions support under non-msvc platforms (#2021)
    Fixed the experimental stdout/stderr capture under Windows (#2013)

Miscellaneous

    catch_discover_tests has been improved significantly (#2023, #2039)
        You can now specify which reporter should be used
        You can now modify where the output will be written
        WORKING_DIRECTORY setting is respected
    ParseAndAddCatchTests now supports TEMPLATE_TEST_CASE macros (#2031)
    Various documentation fixes and improvements (#2022, #2028, #2034)

diffstat:

 devel/catch2/Makefile |   4 ++--
 devel/catch2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 96d29ba2be29 -r 945071663bdf devel/catch2/Makefile
--- a/devel/catch2/Makefile     Wed Oct 14 16:18:20 2020 +0000
+++ b/devel/catch2/Makefile     Wed Oct 14 16:20:06 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2020/09/29 10:32:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2020/10/14 16:20:06 wiz Exp $
 
-DISTNAME=      Catch2-2.13.1
+DISTNAME=      Catch2-2.13.2
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=catchorg/}
diff -r 96d29ba2be29 -r 945071663bdf devel/catch2/distinfo
--- a/devel/catch2/distinfo     Wed Oct 14 16:18:20 2020 +0000
+++ b/devel/catch2/distinfo     Wed Oct 14 16:20:06 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2020/09/29 10:32:06 wiz Exp $
+$NetBSD: distinfo,v 1.7 2020/10/14 16:20:06 wiz Exp $
 
-SHA1 (Catch2-2.13.1.tar.gz) = cd82d3964b6b211e6f5e768f42b950b798871006
-RMD160 (Catch2-2.13.1.tar.gz) = 18e9991ef8d461f21c6d766658f74ecb0a75500b
-SHA512 (Catch2-2.13.1.tar.gz) = 2c5394d4ca8346d7d64203048f4ba503c2f813aa2ea7d065ffb9c63f532b7f18daee3e1a4a37314575e33f14259182edd1db030ed254b97a2e3f11d295555397
-Size (Catch2-2.13.1.tar.gz) = 651476 bytes
+SHA1 (Catch2-2.13.2.tar.gz) = 16621762ee1f8d7d07d29e42322d08ebd071b1fa
+RMD160 (Catch2-2.13.2.tar.gz) = 9bf18e333da67f70a40bc428501204ed0f847895
+SHA512 (Catch2-2.13.2.tar.gz) = 90d94d89be231aa23b6d2fd780587addd73fbd96b2d803346e9b0537d27d868e79ff6f6430da6af3df3e4eceb4643a2914a1dd71a15f4173eddb3899d2f6a205
+Size (Catch2-2.13.2.tar.gz) = 653400 bytes



Home | Main Index | Thread Index | Old Index