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.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8e1cd05d13ab
branches:  trunk
changeset: 397007:8e1cd05d13ab
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 14 14:49:12 2019 +0000

description:
py-nbconvert: updated to 5.5.0

5.5.0:

New Features
- IPyWidget Support
- A new ClearMetadata Preprocessor is available
- Support for pandoc 2
- New, and better, latex template

Fixing Problems
- Refactored execute preprocessor to have a process_message function
- Fixed OOM kernel failures hanging
- Fixed latex export for svg data in python 3
- Enabled configuration to be shared to exporters from script exporter
- Make latex errors less verbose
- Typo in template syntax
- Improved attachments +fix supporting non-unique names
- PDFExporter "output_mimetype" traitlet is not longer 'text/latex'
- FIX: respect wait for clear_output
- address deprecation warning in cgi.escape
- Correct inaccurate description of available LaTeX template
- Fixed kernel death detection for executions with timeouts
- Fixed export names for various templates

Deprecations
- Dropped support for python 3.4
- Removed deprecated export_by_name

Testing, Docs, and Builds
- Added tests for each branch in execute's run_cell method
- Mention formats in --to options more clearly
- Adds ascii output type to command line docs page, mention image folder output
- Simplify setup.py
- Use utf-8 encoding in execute_api example
- Upgrade pytest on Travis
- Fix LaTeX base template name in docs
- Updated release instructions based on 5.4 release walk-through
- Fixed broken link to jinja docs

diffstat:

 www/py-nbconvert/Makefile |   6 +++---
 www/py-nbconvert/PLIST    |  11 ++++++++++-
 www/py-nbconvert/distinfo |  10 +++++-----
 3 files changed, 18 insertions(+), 9 deletions(-)

diffs (89 lines):

diff -r 44bbddb14724 -r 8e1cd05d13ab www/py-nbconvert/Makefile
--- a/www/py-nbconvert/Makefile Fri Jun 14 14:33:07 2019 +0000
+++ b/www/py-nbconvert/Makefile Fri Jun 14 14:49:12 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2019/03/22 11:20:41 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/06/14 14:49:12 adam Exp $
 
-DISTNAME=      nbconvert-5.4.1
+DISTNAME=      nbconvert-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbconvert/}
@@ -32,7 +32,7 @@
 
 post-install:
        cd ${DESTDIR}${PREFIX}/bin && \
-               ${MV} jupyter-nbconvert jupyter-nbconvert-${PYVERSSUFFIX} || ${TRUE}
+       ${MV} jupyter-nbconvert jupyter-nbconvert-${PYVERSSUFFIX} || ${TRUE}
 
 do-test:
        cd ${WRKSRC} && py.test-${PYVERSSUFFIX}
diff -r 44bbddb14724 -r 8e1cd05d13ab www/py-nbconvert/PLIST
--- a/www/py-nbconvert/PLIST    Fri Jun 14 14:33:07 2019 +0000
+++ b/www/py-nbconvert/PLIST    Fri Jun 14 14:49:12 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2019/03/22 11:20:41 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2019/06/14 14:49:12 adam Exp $
 bin/jupyter-nbconvert-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -77,6 +77,7 @@
 ${PYSITELIB}/nbconvert/exporters/tests/files/pngmetadata.ipynb
 ${PYSITELIB}/nbconvert/exporters/tests/files/prompt_numbers.ipynb
 ${PYSITELIB}/nbconvert/exporters/tests/files/rawtest.ipynb
+${PYSITELIB}/nbconvert/exporters/tests/files/svg.ipynb
 ${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.py
 ${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.pyc
 ${PYSITELIB}/nbconvert/exporters/tests/test_asciidoc.pyo
@@ -203,6 +204,9 @@
 ${PYSITELIB}/nbconvert/preprocessors/base.py
 ${PYSITELIB}/nbconvert/preprocessors/base.pyc
 ${PYSITELIB}/nbconvert/preprocessors/base.pyo
+${PYSITELIB}/nbconvert/preprocessors/clearmetadata.py
+${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyc
+${PYSITELIB}/nbconvert/preprocessors/clearmetadata.pyo
 ${PYSITELIB}/nbconvert/preprocessors/clearoutput.py
 ${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyc
 ${PYSITELIB}/nbconvert/preprocessors/clearoutput.pyo
@@ -256,6 +260,7 @@
 ${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/JupyterWidgets.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
@@ -265,6 +270,9 @@
 ${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_clearmetadata.py
+${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.pyc
+${PYSITELIB}/nbconvert/preprocessors/tests/test_clearmetadata.pyo
 ${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.py
 ${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyc
 ${PYSITELIB}/nbconvert/preprocessors/tests/test_clearoutput.pyo
@@ -317,6 +325,7 @@
 ${PYSITELIB}/nbconvert/templates/latex/style_bw_ipython.tplx
 ${PYSITELIB}/nbconvert/templates/latex/style_bw_python.tplx
 ${PYSITELIB}/nbconvert/templates/latex/style_ipython.tplx
+${PYSITELIB}/nbconvert/templates/latex/style_jupyter.tplx
 ${PYSITELIB}/nbconvert/templates/latex/style_python.tplx
 ${PYSITELIB}/nbconvert/templates/markdown.tpl
 ${PYSITELIB}/nbconvert/templates/python.tpl
diff -r 44bbddb14724 -r 8e1cd05d13ab www/py-nbconvert/distinfo
--- a/www/py-nbconvert/distinfo Fri Jun 14 14:33:07 2019 +0000
+++ b/www/py-nbconvert/distinfo Fri Jun 14 14:49:12 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2019/03/22 11:20:41 adam Exp $
+$NetBSD: distinfo,v 1.5 2019/06/14 14:49:12 adam Exp $
 
-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
+SHA1 (nbconvert-5.5.0.tar.gz) = e5b7648d82b1146f877faf9a86dbec6f537afaf9
+RMD160 (nbconvert-5.5.0.tar.gz) = 9bbc61ecc4d33c03ebaa0c5b552af9b8d86afeec
+SHA512 (nbconvert-5.5.0.tar.gz) = 4d10cbd6d6854d7672537cfb2e0a79854be1ed4adf96f805b1a0ec0dde0e149ed465a26ceec8d7c325f7011c30ff646054585b65d1e83540622e25a96cc207bf
+Size (nbconvert-5.5.0.tar.gz) = 583216 bytes



Home | Main Index | Thread Index | Old Index