pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-nbconvert



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov  8 13:13:45 UTC 2019

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

Log Message:
py-nbconvert: updated to 5.6.1

5.6.1:

Significant Changes
RegExRemove applies to all cells
RegExRemove preprocessor now removes cells regardless of cell outputs. Before this only cells that had outputs were filtered.

Comprehensive notes

New Features
- Add support for alt tags for jpeg and png images
- Allow HTML header anchor text to be HTML
- Change RegExRemove to remove code cells with output
- Added cell tag data attributes to HTML exporter

Fixing Problems
- Update svg2pdf.py to search the PATH for inkscape
- Fix latex dependencies installation command for Ubuntu systems

Testing, Docs, and Builds
- Added Circle CI builds for documentation
- Fix typo in argument name in docstring (TagRemovePreprocessor)
- Changelog typo fix
- Updated API page for TagRemovePreprocessor and TemplateExporter
- Added remove_input_tag traitlet to the docstring


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-nbconvert/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/www/py-nbconvert/PLIST \
    pkgsrc/www/py-nbconvert/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-nbconvert/Makefile
diff -u pkgsrc/www/py-nbconvert/Makefile:1.8 pkgsrc/www/py-nbconvert/Makefile:1.9
--- pkgsrc/www/py-nbconvert/Makefile:1.8        Mon Aug 26 06:46:37 2019
+++ pkgsrc/www/py-nbconvert/Makefile    Fri Nov  8 13:13:45 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/08/26 06:46:37 adam Exp $
+# $NetBSD: Makefile,v 1.9 2019/11/08 13:13:45 adam Exp $
 
-DISTNAME=      nbconvert-5.6.0
+DISTNAME=      nbconvert-5.6.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/nbconvert/}

Index: pkgsrc/www/py-nbconvert/PLIST
diff -u pkgsrc/www/py-nbconvert/PLIST:1.6 pkgsrc/www/py-nbconvert/PLIST:1.7
--- pkgsrc/www/py-nbconvert/PLIST:1.6   Wed Aug 21 12:59:54 2019
+++ pkgsrc/www/py-nbconvert/PLIST       Fri Nov  8 13:13:45 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2019/08/21 12:59:54 adam Exp $
+@comment $NetBSD: PLIST,v 1.7 2019/11/08 13:13:45 adam Exp $
 bin/jupyter-nbconvert-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -317,6 +317,7 @@ ${PYSITELIB}/nbconvert/resources/style.m
 ${PYSITELIB}/nbconvert/templates/README.md
 ${PYSITELIB}/nbconvert/templates/asciidoc.tpl
 ${PYSITELIB}/nbconvert/templates/html/basic.tpl
+${PYSITELIB}/nbconvert/templates/html/celltags.tpl
 ${PYSITELIB}/nbconvert/templates/html/full.tpl
 ${PYSITELIB}/nbconvert/templates/html/mathjax.tpl
 ${PYSITELIB}/nbconvert/templates/html/slides_reveal.tpl
@@ -366,6 +367,7 @@ ${PYSITELIB}/nbconvert/tests/files/noteb
 ${PYSITELIB}/nbconvert/tests/files/notebook3_with_errors.ipynb
 ${PYSITELIB}/nbconvert/tests/files/notebook4_jpeg.ipynb
 ${PYSITELIB}/nbconvert/tests/files/notebook_jl.ipynb
+${PYSITELIB}/nbconvert/tests/files/notebook_tags.ipynb
 ${PYSITELIB}/nbconvert/tests/files/override.py
 ${PYSITELIB}/nbconvert/tests/files/override.pyc
 ${PYSITELIB}/nbconvert/tests/files/override.pyo
Index: pkgsrc/www/py-nbconvert/distinfo
diff -u pkgsrc/www/py-nbconvert/distinfo:1.6 pkgsrc/www/py-nbconvert/distinfo:1.7
--- pkgsrc/www/py-nbconvert/distinfo:1.6        Wed Aug 21 12:59:54 2019
+++ pkgsrc/www/py-nbconvert/distinfo    Fri Nov  8 13:13:45 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.6 2019/08/21 12:59:54 adam Exp $
+$NetBSD: distinfo,v 1.7 2019/11/08 13:13:45 adam Exp $
 
-SHA1 (nbconvert-5.6.0.tar.gz) = c7ae18f254cd951717fea55af64470f5a2c4fdf5
-RMD160 (nbconvert-5.6.0.tar.gz) = b606cdafa196e8d084d23acbbc4b7fc253205eeb
-SHA512 (nbconvert-5.6.0.tar.gz) = e9315376204e124a7274b4d9d44a787cfd98f26465177afbb47e030bde6e65aa65d536337832136506e920f73b5cf8471830fc5e17bad19411ad4052a11b0850
-Size (nbconvert-5.6.0.tar.gz) = 701743 bytes
+SHA1 (nbconvert-5.6.1.tar.gz) = 60cfa578696b3723f6113c6767d50ff910eda7a3
+RMD160 (nbconvert-5.6.1.tar.gz) = 47b6634e6660409d8fc9dda92757eaad6252e9c8
+SHA512 (nbconvert-5.6.1.tar.gz) = 0c68adcb9f28ead9ec058fc2e02a9a1e6f65818709c99f7a006a59a7562b5f5ee74afe5287e41568c35542898dc1b43c4543d2386cc05a721b3f99d5cc789435
+Size (nbconvert-5.6.1.tar.gz) = 703233 bytes



Home | Main Index | Thread Index | Old Index