diff options
author | adam <adam@pkgsrc.org> | 2019-03-22 11:20:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-03-22 11:20:41 +0000 |
commit | ddc1530bbe21d0cc4e04458c2476d454bd560b58 (patch) | |
tree | 9e645277d8035b99ce85b5317a911bb53755d133 | |
parent | c465d3eee2fdead77283572f54e62528b50609b9 (diff) | |
download | pkgsrc-ddc1530bbe21d0cc4e04458c2476d454bd560b58.tar.gz |
py-nbconvert: updated to 5.4.1
5.4.1:
New Features
- Expose pygments styles
- Tornado 6.0 support -- Convert proxy handler from callback to coroutine
- Add option to overwrite the highlight_code filter
Fixing Problems
- Mathjax.tpl fix for rendering Latex in html
- Backwards compatbility for empty kernel names
Testing, Docs, and Builds
- DOC: Add missing language specification to code-block
-rw-r--r-- | www/py-nbconvert/Makefile | 4 | ||||
-rw-r--r-- | www/py-nbconvert/PLIST | 6 | ||||
-rw-r--r-- | www/py-nbconvert/distinfo | 10 |
3 files changed, 12 insertions, 8 deletions
diff --git a/www/py-nbconvert/Makefile b/www/py-nbconvert/Makefile index 8b6d40a69a5..2539b5ce2b0 100644 --- a/www/py-nbconvert/Makefile +++ b/www/py-nbconvert/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2018/11/29 18:26:33 adam Exp $ +# $NetBSD: Makefile,v 1.4 2019/03/22 11:20:41 adam Exp $ -DISTNAME= nbconvert-5.4.0 +DISTNAME= nbconvert-5.4.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=n/nbconvert/} diff --git a/www/py-nbconvert/PLIST b/www/py-nbconvert/PLIST index 0e017143475..4438f43c54f 100644 --- a/www/py-nbconvert/PLIST +++ b/www/py-nbconvert/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2018/11/29 18:26:33 adam Exp $ +@comment $NetBSD: PLIST,v 1.4 2019/03/22 11:20:41 adam Exp $ bin/jupyter-nbconvert-${PYVERSSUFFIX} ${PYSITELIB}/${EGG_FILE}/PKG-INFO ${PYSITELIB}/${EGG_FILE}/SOURCES.txt @@ -254,11 +254,15 @@ ${PYSITELIB}/nbconvert/preprocessors/tests/files/Empty Cell.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/Factorials.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/HelloWorld.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/Inline Image.ipynb +${PYSITELIB}/nbconvert/preprocessors/tests/files/Interrupt-IPY6.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/Interrupt.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/SVG.ipynb +${PYSITELIB}/nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags-IPY6.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/Skip Exceptions with Cell Tags.ipynb +${PYSITELIB}/nbconvert/preprocessors/tests/files/Skip Exceptions-IPY6.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/Skip Exceptions.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/Unicode.ipynb +${PYSITELIB}/nbconvert/preprocessors/tests/files/UnicodePy3.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/files/python.png ${PYSITELIB}/nbconvert/preprocessors/tests/files/update-display-id.ipynb ${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.py diff --git a/www/py-nbconvert/distinfo b/www/py-nbconvert/distinfo index 0a873737c38..39cc3a01d01 100644 --- a/www/py-nbconvert/distinfo +++ b/www/py-nbconvert/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2018/11/29 18:26:33 adam Exp $ +$NetBSD: distinfo,v 1.4 2019/03/22 11:20:41 adam Exp $ -SHA1 (nbconvert-5.4.0.tar.gz) = 5c78227dbf8f9851d6eccd6715d07cdf63f61f00 -RMD160 (nbconvert-5.4.0.tar.gz) = dafca6b9d5ff6a9711a9c51a268a0a25320fa466 -SHA512 (nbconvert-5.4.0.tar.gz) = 12a8925ce50782046510115f08a42c367f9c6c6031eb871ae8d82860d485d7f6a533c446c4175607854137fc8f17fb152333d11971ee365b12390aec14a834ba -Size (nbconvert-5.4.0.tar.gz) = 539634 bytes +SHA1 (nbconvert-5.4.1.tar.gz) = d8bf20f2d7f843aa0a1a0b6278380a5cea2d643b +RMD160 (nbconvert-5.4.1.tar.gz) = c4c235e3eddb2c6e8f017ecc3033314927d35520 +SHA512 (nbconvert-5.4.1.tar.gz) = de6d8ddfe40b5ee3abedd8b9e311799549e7d2204d46cc2e4950a872bdfc8700d90bd69786b739a9adc192518c882d39162e800d97a844d7298d2addab31a653 +Size (nbconvert-5.4.1.tar.gz) = 542123 bytes |