pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/py-nbformat py-nbformat: updated to 5.0.8
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf8f3d773d52
branches: trunk
changeset: 440683:cf8f3d773d52
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 15 13:49:22 2020 +0000
description:
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`.
diffstat:
www/py-nbformat/Makefile | 4 ++--
www/py-nbformat/PLIST | 6 +++++-
www/py-nbformat/distinfo | 10 +++++-----
3 files changed, 12 insertions(+), 8 deletions(-)
diffs (54 lines):
diff -r 3fc0e98ce73b -r cf8f3d773d52 www/py-nbformat/Makefile
--- a/www/py-nbformat/Makefile Thu Oct 15 13:46:35 2020 +0000
+++ b/www/py-nbformat/Makefile Thu Oct 15 13:49:22 2020 +0000
@@ -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/}
diff -r 3fc0e98ce73b -r cf8f3d773d52 www/py-nbformat/PLIST
--- a/www/py-nbformat/PLIST Thu Oct 15 13:46:35 2020 +0000
+++ b/www/py-nbformat/PLIST Thu Oct 15 13:49:22 2020 +0000
@@ -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/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.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
diff -r 3fc0e98ce73b -r cf8f3d773d52 www/py-nbformat/distinfo
--- a/www/py-nbformat/distinfo Thu Oct 15 13:46:35 2020 +0000
+++ b/www/py-nbformat/distinfo Thu Oct 15 13:49:22 2020 +0000
@@ -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