Update to 5.13.0. From the changelog:
FileCaptureReporter and as CI specific test: - Mechanisms for capturing differences that occur on CI and allowing those differences to coexist. Simple Logger - Improvement: - .variable() indents lists correctly - .variable(list, show_types=True) includes types in output - .use_markers() handle exceptions being thrown in method - run_all_combinations() - verify_logging_for_all_combinations()
This commit is contained in:
parent
2403f5869c
commit
682b8647ed
3 changed files with 13 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.50 2022/09/18 11:30:42 schmonz Exp $
|
||||
# $NetBSD: Makefile,v 1.51 2022/09/20 13:55:13 schmonz Exp $
|
||||
|
||||
DISTNAME= approvaltests-5.11.0
|
||||
DISTNAME= approvaltests-5.13.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/approvaltests/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.23 2022/09/15 17:56:39 schmonz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.24 2022/09/20 13:55:13 schmonz Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -109,6 +109,9 @@ ${PYSITELIB}/approvaltests/reporters/default_reporter_factory.pyo
|
|||
${PYSITELIB}/approvaltests/reporters/diff_reporter.py
|
||||
${PYSITELIB}/approvaltests/reporters/diff_reporter.pyc
|
||||
${PYSITELIB}/approvaltests/reporters/diff_reporter.pyo
|
||||
${PYSITELIB}/approvaltests/reporters/file_capture_reporter.py
|
||||
${PYSITELIB}/approvaltests/reporters/file_capture_reporter.pyc
|
||||
${PYSITELIB}/approvaltests/reporters/file_capture_reporter.pyo
|
||||
${PYSITELIB}/approvaltests/reporters/first_working_reporter.py
|
||||
${PYSITELIB}/approvaltests/reporters/first_working_reporter.pyc
|
||||
${PYSITELIB}/approvaltests/reporters/first_working_reporter.pyo
|
||||
|
@ -209,6 +212,9 @@ ${PYSITELIB}/approvaltests/utilities/markdown_table.pyo
|
|||
${PYSITELIB}/approvaltests/utilities/multiline_string_utils.py
|
||||
${PYSITELIB}/approvaltests/utilities/multiline_string_utils.pyc
|
||||
${PYSITELIB}/approvaltests/utilities/multiline_string_utils.pyo
|
||||
${PYSITELIB}/approvaltests/utilities/os_utilities.py
|
||||
${PYSITELIB}/approvaltests/utilities/os_utilities.pyc
|
||||
${PYSITELIB}/approvaltests/utilities/os_utilities.pyo
|
||||
${PYSITELIB}/approvaltests/utilities/string_wrapper.py
|
||||
${PYSITELIB}/approvaltests/utilities/string_wrapper.pyc
|
||||
${PYSITELIB}/approvaltests/utilities/string_wrapper.pyo
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.49 2022/09/18 11:30:42 schmonz Exp $
|
||||
$NetBSD: distinfo,v 1.50 2022/09/20 13:55:13 schmonz Exp $
|
||||
|
||||
BLAKE2s (approvaltests-5.11.0.tar.gz) = 066fe5fdc1cbc137de4428294d7258d6fcd245904d42f1ff67eb6b1c6565dfa6
|
||||
SHA512 (approvaltests-5.11.0.tar.gz) = b20d49a077f4cc4f3d6833e7bc1ad80a6525736652e31f4d38b8ea6da8f1527133202cb72d1930176fd1cb2b13040710bcee82f9cabe820ab87880f20ea8ed28
|
||||
Size (approvaltests-5.11.0.tar.gz) = 36054 bytes
|
||||
BLAKE2s (approvaltests-5.13.0.tar.gz) = 8c92f48f91c605cb0470f2420c6bc72c4120271d761a1882102c47d24f5fcc7d
|
||||
SHA512 (approvaltests-5.13.0.tar.gz) = 7bcd13a38ebc89fde29ee36b6badfd6d786d44dff4cf0628e393ec0029368d22225ab63604105b52217eeea884565a167c4f5e9580976cc555e2d12edc97d516
|
||||
Size (approvaltests-5.13.0.tar.gz) = 37058 bytes
|
||||
|
|
Loading…
Reference in a new issue