pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-nbconvert py-nbconvert: updated to 5.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ba825226b1af
branches:  trunk
changeset: 321452:ba825226b1af
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Mar 22 11:20:41 2019 +0000

description:
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

diffstat:

 www/py-nbconvert/Makefile |   4 ++--
 www/py-nbconvert/PLIST    |   6 +++++-
 www/py-nbconvert/distinfo |  10 +++++-----
 3 files changed, 12 insertions(+), 8 deletions(-)

diffs (52 lines):

diff -r 79dfdb337f3d -r ba825226b1af www/py-nbconvert/Makefile
--- a/www/py-nbconvert/Makefile Fri Mar 22 11:07:59 2019 +0000
+++ b/www/py-nbconvert/Makefile Fri Mar 22 11:20:41 2019 +0000
@@ -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 -r 79dfdb337f3d -r ba825226b1af www/py-nbconvert/PLIST
--- a/www/py-nbconvert/PLIST    Fri Mar 22 11:07:59 2019 +0000
+++ b/www/py-nbconvert/PLIST    Fri Mar 22 11:20:41 2019 +0000
@@ -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/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 -r 79dfdb337f3d -r ba825226b1af www/py-nbconvert/distinfo
--- a/www/py-nbconvert/distinfo Fri Mar 22 11:07:59 2019 +0000
+++ b/www/py-nbconvert/distinfo Fri Mar 22 11:20:41 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index