pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbformat



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Oct 15 13:49:22 UTC 2020

Modified Files:
        pkgsrc/www/py-nbformat: Makefile PLIST distinfo

Log Message:
py-nbformat: updated to 5.0.8

5.0.8
- Add optional support for using `fastjsonschema` as the JSON validation library.
  To enable fast validation, install `fastjsonschema` and set the environment
  variable `NBFORMAT_VALIDATOR` to the value `fastjsonschema`.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/www/py-nbformat/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/www/py-nbformat/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/www/py-nbformat/distinfo

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

Modified files:

Index: pkgsrc/www/py-nbformat/Makefile
diff -u pkgsrc/www/py-nbformat/Makefile:1.5 pkgsrc/www/py-nbformat/Makefile:1.6
--- pkgsrc/www/py-nbformat/Makefile:1.5 Tue Jul 21 07:55:57 2020
+++ pkgsrc/www/py-nbformat/Makefile     Thu Oct 15 13:49:22 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2020/07/21 07:55:57 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/10/15 13:49:22 adam Exp $
 
-DISTNAME=      nbformat-5.0.7
+DISTNAME=      nbformat-5.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbformat/}

Index: pkgsrc/www/py-nbformat/PLIST
diff -u pkgsrc/www/py-nbformat/PLIST:1.3 pkgsrc/www/py-nbformat/PLIST:1.4
--- pkgsrc/www/py-nbformat/PLIST:1.3    Sun May 17 20:26:52 2020
+++ pkgsrc/www/py-nbformat/PLIST        Thu Oct 15 13:49:22 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2020/05/17 20:26:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2020/10/15 13:49:22 adam Exp $
 ${PYSITELIB}/${EGG_FILE}
 ${PYSITELIB}/nbformat/__init__.py
 ${PYSITELIB}/nbformat/__init__.pyc
@@ -15,6 +15,9 @@ ${PYSITELIB}/nbformat/converter.pyo
 ${PYSITELIB}/nbformat/current.py
 ${PYSITELIB}/nbformat/current.pyc
 ${PYSITELIB}/nbformat/current.pyo
+${PYSITELIB}/nbformat/json_compat.py
+${PYSITELIB}/nbformat/json_compat.pyc
+${PYSITELIB}/nbformat/json_compat.pyo
 ${PYSITELIB}/nbformat/notebooknode.py
 ${PYSITELIB}/nbformat/notebooknode.pyc
 ${PYSITELIB}/nbformat/notebooknode.pyo
@@ -34,6 +37,7 @@ ${PYSITELIB}/nbformat/tests/base.py
 ${PYSITELIB}/nbformat/tests/base.pyc
 ${PYSITELIB}/nbformat/tests/base.pyo
 ${PYSITELIB}/nbformat/tests/invalid.ipynb
+${PYSITELIB}/nbformat/tests/many_tracebacks.ipynb
 ${PYSITELIB}/nbformat/tests/test2.ipynb
 ${PYSITELIB}/nbformat/tests/test3.ipynb
 ${PYSITELIB}/nbformat/tests/test4.ipynb

Index: pkgsrc/www/py-nbformat/distinfo
diff -u pkgsrc/www/py-nbformat/distinfo:1.4 pkgsrc/www/py-nbformat/distinfo:1.5
--- pkgsrc/www/py-nbformat/distinfo:1.4 Tue Jul 21 07:55:57 2020
+++ pkgsrc/www/py-nbformat/distinfo     Thu Oct 15 13:49:22 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2020/07/21 07:55:57 adam Exp $
+$NetBSD: distinfo,v 1.5 2020/10/15 13:49:22 adam Exp $
 
-SHA1 (nbformat-5.0.7.tar.gz) = b5e42dc52fbc68fd7becf505cee08d0f1dc9535a
-RMD160 (nbformat-5.0.7.tar.gz) = 7ac4dbec713066a3d94bc89b39254953bb9c73e4
-SHA512 (nbformat-5.0.7.tar.gz) = 1074f7964be7e543051811358b91a746e3f03f9e28633c6e5456756ce82fe368ddaba13eb3a80692b1cabd555866d4dca56ac0f5b472a713bea94fbbe4d54f55
-Size (nbformat-5.0.7.tar.gz) = 123813 bytes
+SHA1 (nbformat-5.0.8.tar.gz) = aad1c60adebc7ef4fac5a4321c59e790371aed3b
+RMD160 (nbformat-5.0.8.tar.gz) = b5cbab209f0ef68f7289f97a3cf4eb3322a0a627
+SHA512 (nbformat-5.0.8.tar.gz) = 7e63347e2a5fc7e5eac2d0bee2c3ba252d0017b5aa7208be0237335eec83c81fa26fac3deda2990f6cd470c79bbd370c6f51d17009d51f78e91c62b997b66ea2
+Size (nbformat-5.0.8.tar.gz) = 126111 bytes



Home | Main Index | Thread Index | Old Index