pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-approvaltests Update to 5.7.1. From the chang...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/001d70be9814
branches:  trunk
changeset: 385224:001d70be9814
user:      schmonz <schmonz%pkgsrc.org@localhost>
date:      Sun Sep 11 19:41:21 2022 +0000

description:
Update to 5.7.1. From the changelog:

- bug fix for reporter order: will preference VScode over diff
  command line.
- added VSCode Reporter, a reporter to launch a visual diff in VS Code,
  this requires code is accessible from the command line.
    - If you are using Gitpod in the browser, approvaltests will open a
      diff view in your browser.
- Fixes Python Native Reporter to be the default reporter; if no other
  reporters are found on your machine, PythonNative reporter will be
  used. This means that the approval tests library will print a diff on
  an unconfigured machine.

diffstat:

 devel/py-approvaltests/Makefile |  4 ++--
 devel/py-approvaltests/PLIST    |  8 +++++++-
 devel/py-approvaltests/distinfo |  8 ++++----
 3 files changed, 13 insertions(+), 7 deletions(-)

diffs (47 lines):

diff -r 75d65e800f0e -r 001d70be9814 devel/py-approvaltests/Makefile
--- a/devel/py-approvaltests/Makefile   Sun Sep 11 19:33:12 2022 +0000
+++ b/devel/py-approvaltests/Makefile   Sun Sep 11 19:41:21 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2022/08/25 18:12:35 schmonz Exp $
+# $NetBSD: Makefile,v 1.47 2022/09/11 19:41:21 schmonz Exp $
 
-DISTNAME=      approvaltests-5.6.0
+DISTNAME=      approvaltests-5.7.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/approvaltests/}
diff -r 75d65e800f0e -r 001d70be9814 devel/py-approvaltests/PLIST
--- a/devel/py-approvaltests/PLIST      Sun Sep 11 19:33:12 2022 +0000
+++ b/devel/py-approvaltests/PLIST      Sun Sep 11 19:41:21 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.21 2022/08/25 18:12:35 schmonz Exp $
+@comment $NetBSD: PLIST,v 1.22 2022/09/11 19:41:21 schmonz Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -148,6 +148,12 @@
 ${PYSITELIB}/approvaltests/reporters/report_with_beyond_compare.py
 ${PYSITELIB}/approvaltests/reporters/report_with_beyond_compare.pyc
 ${PYSITELIB}/approvaltests/reporters/report_with_beyond_compare.pyo
+${PYSITELIB}/approvaltests/reporters/report_with_diff_command_line.py
+${PYSITELIB}/approvaltests/reporters/report_with_diff_command_line.pyc
+${PYSITELIB}/approvaltests/reporters/report_with_diff_command_line.pyo
+${PYSITELIB}/approvaltests/reporters/report_with_vscode.py
+${PYSITELIB}/approvaltests/reporters/report_with_vscode.pyc
+${PYSITELIB}/approvaltests/reporters/report_with_vscode.pyo
 ${PYSITELIB}/approvaltests/reporters/reporter_that_automatically_approves.py
 ${PYSITELIB}/approvaltests/reporters/reporter_that_automatically_approves.pyc
 ${PYSITELIB}/approvaltests/reporters/reporter_that_automatically_approves.pyo
diff -r 75d65e800f0e -r 001d70be9814 devel/py-approvaltests/distinfo
--- a/devel/py-approvaltests/distinfo   Sun Sep 11 19:33:12 2022 +0000
+++ b/devel/py-approvaltests/distinfo   Sun Sep 11 19:41:21 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.45 2022/08/25 18:12:35 schmonz Exp $
+$NetBSD: distinfo,v 1.46 2022/09/11 19:41:21 schmonz Exp $
 
-BLAKE2s (approvaltests-5.6.0.tar.gz) = 0046fd6e56511c0be58ad87fa9173bb0011731eb170c6ce24060de1b5c7a016a
-SHA512 (approvaltests-5.6.0.tar.gz) = 86295ec2da658543976a34faa59d1311985ed86dfa3b2a61f907ccb3e2941493e44913b0982448f8c46acedb635999a105d48342c331ebe7ebef529d234cb6b4
-Size (approvaltests-5.6.0.tar.gz) = 33544 bytes
+BLAKE2s (approvaltests-5.7.1.tar.gz) = 2e6757ee7ff2209b72634a938c29e757e684f34877f9668858f34f0789fef0ab
+SHA512 (approvaltests-5.7.1.tar.gz) = 55a03a0c438a1fb92fa72146ee1344c3bdc2c532d6d2436cb55be817023c7073b1918d59483a822c4bedb2302ff79a87c8ddaf3b750d43c9adc6318e4eb539b6
+Size (approvaltests-5.7.1.tar.gz) = 33945 bytes



Home | Main Index | Thread Index | Old Index