pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-approvaltests



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sun Sep 11 19:41:21 UTC 2022

Modified Files:
        pkgsrc/devel/py-approvaltests: Makefile PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.46 -r1.47 pkgsrc/devel/py-approvaltests/Makefile
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/py-approvaltests/PLIST
cvs rdiff -u -r1.45 -r1.46 pkgsrc/devel/py-approvaltests/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-approvaltests/Makefile
diff -u pkgsrc/devel/py-approvaltests/Makefile:1.46 pkgsrc/devel/py-approvaltests/Makefile:1.47
--- pkgsrc/devel/py-approvaltests/Makefile:1.46 Thu Aug 25 18:12:35 2022
+++ pkgsrc/devel/py-approvaltests/Makefile      Sun Sep 11 19:41:21 2022
@@ -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/}

Index: pkgsrc/devel/py-approvaltests/PLIST
diff -u pkgsrc/devel/py-approvaltests/PLIST:1.21 pkgsrc/devel/py-approvaltests/PLIST:1.22
--- pkgsrc/devel/py-approvaltests/PLIST:1.21    Thu Aug 25 18:12:35 2022
+++ pkgsrc/devel/py-approvaltests/PLIST Sun Sep 11 19:41:21 2022
@@ -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/rep
 ${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

Index: pkgsrc/devel/py-approvaltests/distinfo
diff -u pkgsrc/devel/py-approvaltests/distinfo:1.45 pkgsrc/devel/py-approvaltests/distinfo:1.46
--- pkgsrc/devel/py-approvaltests/distinfo:1.45 Thu Aug 25 18:12:35 2022
+++ pkgsrc/devel/py-approvaltests/distinfo      Sun Sep 11 19:41:21 2022
@@ -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