From 8bf3d4ab7bca61ef5d0f9cb8761f104d1ac9567b62b5c8640a30cd6567b1dd5f Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 15 Dec 2020 19:58:26 +0000 Subject: [PATCH] Accepting request 856059 from home:mnhauke - Update to version 2.4.2 Closed issues: * DOCTEST_CHECK_THROWS_WITH_AS fails to work with dependant exception type #447 * log contexts for failures in JUnit reporter #441 * Test runner thread initialization #435 * CHECK_EQ with enum values #276 Merged pull requests: * Add MAIN_PROJECT check for test option #445 * log contexts for failures in JUnit reporter #442 OBS-URL: https://build.opensuse.org/request/show/856059 OBS-URL: https://build.opensuse.org/package/show/devel:tools/doctest?expand=0&rev=7 --- doctest-2.4.1.tar.gz | 3 --- doctest-2.4.2.tar.gz | 3 +++ doctest.changes | 14 ++++++++++++++ doctest.spec | 2 +- 4 files changed, 18 insertions(+), 4 deletions(-) delete mode 100644 doctest-2.4.1.tar.gz create mode 100644 doctest-2.4.2.tar.gz diff --git a/doctest-2.4.1.tar.gz b/doctest-2.4.1.tar.gz deleted file mode 100644 index 2219cef..0000000 --- a/doctest-2.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0a0f0be21ee23e36ff6b8b9d63c06a7792e04cce342e1df3dee0e40d1e21b9f0 -size 2263473 diff --git a/doctest-2.4.2.tar.gz b/doctest-2.4.2.tar.gz new file mode 100644 index 0000000..ed24014 --- /dev/null +++ b/doctest-2.4.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44507dae7ca2411affcb4b1dc04859bd38008696673c77ed09837befd24d9ef5 +size 2264771 diff --git a/doctest.changes b/doctest.changes index 3054d7e..c1d6b0c 100644 --- a/doctest.changes +++ b/doctest.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Tue Dec 15 19:25:49 UTC 2020 - Martin Hauke + +- Update to version 2.4.2 + Closed issues: + * DOCTEST_CHECK_THROWS_WITH_AS fails to work with dependant + exception type #447 + * log contexts for failures in JUnit reporter #441 + * Test runner thread initialization #435 + * CHECK_EQ with enum values #276 + Merged pull requests: + * Add MAIN_PROJECT check for test option #445 + * log contexts for failures in JUnit reporter #442 + ------------------------------------------------------------------- Wed Nov 4 18:51:51 UTC 2020 - Martin Hauke diff --git a/doctest.spec b/doctest.spec index 9f0ac62..d6f1140 100644 --- a/doctest.spec +++ b/doctest.spec @@ -17,7 +17,7 @@ Name: doctest -Version: 2.4.1 +Version: 2.4.2 Release: 0 Summary: Single-header testing framework License: MIT