pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a105ed3cd960
branches:  trunk
changeset: 378390:a105ed3cd960
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 06 20:21:57 2018 +0000

description:
py-notebook: updated to 5.4.1

5.4.1
A security release to fix CVE-2018-8768.

5.4.0
Fix creating files and folders after navigating directories in the dashboard
Enable printing notebooks in colour, removing the CSS that made everything black and white
Limit the completion options displayed in the notebook to 1000, to avoid performance issues with very long lists
Accessibility improvements in tree.html
Added alt-text to the kernel logo image in the notebook UI
Added a test on Travis CI to flag if symlinks are accidentally introduced in the future. This should prevent the issue that necessitated :ref:release-5.3.1
Use lowercase letters for random IDs generated in our Javascript
Removed duplicate code setting TextCell.notebook

diffstat:

 www/py-notebook/Makefile |  11 ++++++-----
 www/py-notebook/PLIST    |  26 +++++++++++++++++++++++---
 www/py-notebook/distinfo |  10 +++++-----
 3 files changed, 34 insertions(+), 13 deletions(-)

diffs (117 lines):

diff -r 0b7ed1888ea9 -r a105ed3cd960 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile  Fri Apr 06 20:20:51 2018 +0000
+++ b/www/py-notebook/Makefile  Fri Apr 06 20:21:57 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.4 2017/11/29 09:14:22 adam Exp $
+# $NetBSD: Makefile,v 1.5 2018/04/06 20:21:57 adam Exp $
 
-DISTNAME=      notebook-5.2.2
+DISTNAME=      notebook-5.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
@@ -10,10 +10,11 @@
 COMMENT=       Web-based notebook environment for interactive computing
 LICENSE=       modified-bsd
 
+DEPENDS+=      ${PYPKGPREFIX}-Send2Trash-[0-9]*:../../sysutils/py-Send2Trash
 DEPENDS+=      ${PYPKGPREFIX}-ipykernel-[0-9]*:../../devel/py-ipykernel
 DEPENDS+=      ${PYPKGPREFIX}-ipython_genutils-[0-9]*:../../devel/py-ipython_genutils
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_client-[0-9]*:../../devel/py-jupyter_client
-DEPENDS+=      ${PYPKGPREFIX}-jupyter_core-[0-9]*:../../devel/py-jupyter_core
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_client>=5.2.0:../../devel/py-jupyter_client
+DEPENDS+=      ${PYPKGPREFIX}-jupyter_core>=4.4.0:../../devel/py-jupyter_core
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-nbconvert-[0-9]*:../../www/py-nbconvert
 DEPENDS+=      ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
@@ -28,6 +29,6 @@
                ${MV} ${DESTDIR}${PREFIX}/bin/$$f ${DESTDIR}${PREFIX}/bin/$${f}${PYVERSSUFFIX} || ${TRUE}; \
        done
 
-.include "../../lang/python/distutils.mk"
 .include "../../lang/python/application.mk"
+.include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 0b7ed1888ea9 -r a105ed3cd960 www/py-notebook/PLIST
--- a/www/py-notebook/PLIST     Fri Apr 06 20:20:51 2018 +0000
+++ b/www/py-notebook/PLIST     Fri Apr 06 20:21:57 2018 +0000
@@ -1,9 +1,15 @@
-@comment $NetBSD: PLIST,v 1.2 2017/10/18 08:29:27 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2018/04/06 20:21:57 adam Exp $
 bin/jupyter-bundlerextension${PYVERSSUFFIX}
 bin/jupyter-nbextension${PYVERSSUFFIX}
 bin/jupyter-notebook${PYVERSSUFFIX}
 bin/jupyter-serverextension${PYVERSSUFFIX}
-${PYSITELIB}/${EGG_FILE}
+${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
+${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
+${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/entry_points.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
+${PYSITELIB}/${EGG_INFODIR}/requires.txt
+${PYSITELIB}/${EGG_INFODIR}/top_level.txt
 ${PYSITELIB}/notebook/__init__.py
 ${PYSITELIB}/notebook/__init__.pyc
 ${PYSITELIB}/notebook/__init__.pyo
@@ -86,6 +92,9 @@
 ${PYSITELIB}/notebook/bundler/zip_bundler.py
 ${PYSITELIB}/notebook/bundler/zip_bundler.pyc
 ${PYSITELIB}/notebook/bundler/zip_bundler.pyo
+${PYSITELIB}/notebook/config_manager.py
+${PYSITELIB}/notebook/config_manager.pyc
+${PYSITELIB}/notebook/config_manager.pyo
 ${PYSITELIB}/notebook/edit/__init__.py
 ${PYSITELIB}/notebook/edit/__init__.pyc
 ${PYSITELIB}/notebook/edit/__init__.pyo
@@ -101,6 +110,12 @@
 ${PYSITELIB}/notebook/files/handlers.py
 ${PYSITELIB}/notebook/files/handlers.pyc
 ${PYSITELIB}/notebook/files/handlers.pyo
+${PYSITELIB}/notebook/i18n/__init__.py
+${PYSITELIB}/notebook/i18n/__init__.pyc
+${PYSITELIB}/notebook/i18n/__init__.pyo
+${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po
+${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbui.po
+${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/notebook.po
 ${PYSITELIB}/notebook/jstest.py
 ${PYSITELIB}/notebook/jstest.pyc
 ${PYSITELIB}/notebook/jstest.pyo
@@ -294,7 +309,6 @@
 ${PYSITELIB}/notebook/static/base/js/dialog.js
 ${PYSITELIB}/notebook/static/base/js/events.js
 ${PYSITELIB}/notebook/static/base/js/i18n.js
-${PYSITELIB}/notebook/static/base/js/i18nload.js
 ${PYSITELIB}/notebook/static/base/js/keyboard.js
 ${PYSITELIB}/notebook/static/base/js/namespace.js
 ${PYSITELIB}/notebook/static/base/js/notificationarea.js
@@ -1382,9 +1396,15 @@
 ${PYSITELIB}/notebook/tests/services/kernel.js
 ${PYSITELIB}/notebook/tests/services/serialize.js
 ${PYSITELIB}/notebook/tests/services/session.js
+${PYSITELIB}/notebook/tests/test_config_manager.py
+${PYSITELIB}/notebook/tests/test_config_manager.pyc
+${PYSITELIB}/notebook/tests/test_config_manager.pyo
 ${PYSITELIB}/notebook/tests/test_files.py
 ${PYSITELIB}/notebook/tests/test_files.pyc
 ${PYSITELIB}/notebook/tests/test_files.pyo
+${PYSITELIB}/notebook/tests/test_i18n.py
+${PYSITELIB}/notebook/tests/test_i18n.pyc
+${PYSITELIB}/notebook/tests/test_i18n.pyo
 ${PYSITELIB}/notebook/tests/test_nbextensions.py
 ${PYSITELIB}/notebook/tests/test_nbextensions.pyc
 ${PYSITELIB}/notebook/tests/test_nbextensions.pyo
diff -r 0b7ed1888ea9 -r a105ed3cd960 www/py-notebook/distinfo
--- a/www/py-notebook/distinfo  Fri Apr 06 20:20:51 2018 +0000
+++ b/www/py-notebook/distinfo  Fri Apr 06 20:21:57 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2017/11/29 09:14:22 adam Exp $
+$NetBSD: distinfo,v 1.5 2018/04/06 20:21:57 adam Exp $
 
-SHA1 (notebook-5.2.2.tar.gz) = ebf8ac32b9ca6c981b8936f987d19a5689d0b298
-RMD160 (notebook-5.2.2.tar.gz) = 6c6a8c659f3fc3163feec43cf0ada7ae7269c852
-SHA512 (notebook-5.2.2.tar.gz) = be514a4905921c0f1e78c9d9885e279f0f8368bb530a975cf3c9a07fc25a28e80eb154cb335b8da311c441f195ce895eedb6c981913914b1549cd122d0d57586
-Size (notebook-5.2.2.tar.gz) = 12458826 bytes
+SHA1 (notebook-5.4.1.tar.gz) = 599a9ef30de544f87ef4ab618787cce58f4b7b94
+RMD160 (notebook-5.4.1.tar.gz) = b13485d07a53f8e5a9f21002457daddf1866c6fa
+SHA512 (notebook-5.4.1.tar.gz) = a2cd713f2affecef351f1bd000c62c106ff50d4e12531f89c2b55a95d49a52297475e90796bdb28f9ef2aedc79cc3e2e72482f4a6f9c8ffd78189510ded91d40
+Size (notebook-5.4.1.tar.gz) = 12462937 bytes



Home | Main Index | Thread Index | Old Index