Source-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.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/3051e9069545
branches: trunk
changeset: 436271:3051e9069545
user: wiz <wiz%pkgsrc.org@localhost>
date: Fri Jul 31 08:48:23 2020 +0000
description:
catch2: update to 2.13.0.
## 2.13.0
### Improvements
* `GENERATE` can now follow a `SECTION` at the same level of nesting (#1938)
* The `SECTION`(s) before the `GENERATE` will not be run multiple times, the following ones will.
* Added `-D`/`--min-duration` command line flag (#1910)
* If a test takes longer to finish than the provided value, its name and duration will be printed.
* This flag is overriden by setting `-d`/`--duration`.
### Fixes
* `TAPReporter` no longer skips successful assertions (#1983)
## 2.12.4
### Improvements
* Added support for MacOS on ARM (#1971)
## 2.12.3
### Fixes
* `GENERATE` nested in a for loop no longer creates multiple generators (#1913)
* Fixed copy paste error breaking `TEMPLATE_TEST_CASE_SIG` for 6 or more arguments (#1954)
* Fixed potential UB when handling non-ASCII characters in CLI args (#1943)
### Improvements
* There can be multiple calls to `GENERATE` on a single line
* Improved `fno-except` support for platforms that do not provide shims for exception-related std functions (#1950)
* E.g. the Green Hills C++ compiler
* XmlReporter now also reports test-case-level statistics (#1958)
* This is done via a new element, `OverallResultsCases`
### Miscellaneous
* Added `.clang-format` file to the repo (#1182, #1920)
* Rewrote contributing docs
* They should explain the different levels of testing and so on much better
diffstat:
devel/catch2/Makefile | 4 ++--
devel/catch2/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (27 lines):
diff -r 5b47d65c2584 -r 3051e9069545 devel/catch2/Makefile
--- a/devel/catch2/Makefile Fri Jul 31 08:46:58 2020 +0000
+++ b/devel/catch2/Makefile Fri Jul 31 08:48:23 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2020/06/19 10:32:44 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/07/31 08:48:23 wiz Exp $
-DISTNAME= Catch2-2.12.2
+DISTNAME= Catch2-2.13.0
PKGNAME= ${DISTNAME:tl}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=catchorg/}
diff -r 5b47d65c2584 -r 3051e9069545 devel/catch2/distinfo
--- a/devel/catch2/distinfo Fri Jul 31 08:46:58 2020 +0000
+++ b/devel/catch2/distinfo Fri Jul 31 08:48:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/06/19 10:32:44 wiz Exp $
+$NetBSD: distinfo,v 1.5 2020/07/31 08:48:23 wiz Exp $
-SHA1 (Catch2-2.12.2.tar.gz) = 3244a6cd2d63498c3dd1f46c6326a6fac5ab110a
-RMD160 (Catch2-2.12.2.tar.gz) = 628a59916f8b376bc3fc13b3dc0569a7f640d3a2
-SHA512 (Catch2-2.12.2.tar.gz) = 9ecc553a7e24c95759fd4c43caec635f4c07e6073aa247779ed953831aece4b31f0a34df3459427a010aa7c43304674d0bb67629c23376d105a4817367adb4f8
-Size (Catch2-2.12.2.tar.gz) = 641913 bytes
+SHA1 (Catch2-2.13.0.tar.gz) = 9c73cc1f0ecff45ede6935d9fc34dec68a08ab03
+RMD160 (Catch2-2.13.0.tar.gz) = 8ab6de040b1b2237e330583296cd011ce2aefdb0
+SHA512 (Catch2-2.13.0.tar.gz) = 07786a9426d9696cd8f9cad14a3d5d00ad507ba6a63699f0cce567b4749d60a25eaf2e469902d8f867f282e2f635021ad6ea38648d69a6316b296b913f7c172d
+Size (Catch2-2.13.0.tar.gz) = 650897 bytes
Home |
Main Index |
Thread Index |
Old Index