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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5a36f8fbdc12
branches:  trunk
changeset: 307661:5a36f8fbdc12
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri May 11 10:09:55 2018 +0000
description:
py-notebook: updated to 5.5.0

5.5.0

New features:
The files list now shows file sizes
Add a quit button in the dashboard
Display hostname in the terminal when running remotely
Add slides exportation/download to the menu
Add any extra installed nbconvert exporters to the ?Download as? menu
Editor: warning when overwriting a file that is modified on disk
Display a warning message if cookies are not enabled
Basic __version__ reporting for extensions
Add NotebookApp.terminals_enabled config option
Make buffer time between last modified on disk and last modified on last save configurable
Allow binding custom shortcuts for ?close and halt?
Add description for ?Trusted? notification
Add settings['activity_sources']
Add an output_updated.OutputArea event

Fixing problems:
Fixes to improve web accessibility
Fixed color contrast issue in tree.less
Allow cancelling upload of large files
Don?t clear login cookie on requests without cookie
Don?t trash files on different device to home dir on Linux
Clear waiting asterisks when restarting kernel
Fix output prompt when execution_count missing
Make the ?changed on disk? dialog work when displayed twice
Fix going back to root directory with history in notebook list
Allow defining keyboard shortcuts for missing actions
Prevent default on pageup/pagedown when completer is active
Prevent default event handling on new terminal
ConfigManager should not write out default values found in the .d directory
Fix leak of iopub object in activity monitoring
Javascript lint in notebooklist.js
Some Javascript syntax fixes
Convert native for loop to Array.forEach()
Disable cache when downloading nbconvert output
Add missing digestmod arg to HMAC
Log OSErrors failing to create less-critical files during startup
Use powershell on Windows
API spec improvements, API handler improvements
Set notebook to dirty state after change to kernel metadata
Use CSP header to treat served files as belonging to a separate origin
Don?t install gettext into builtins
Add missing import _
Write notebook.json file atomically
Fix clicking with modifiers, page title updates
Upgrade jQuery to version 2.2
Upgrade xterm.js to 3.1.0
Upgrade moment.js to 2.19.3
Upgrade CodeMirror to 5.35
?Require? pyzmq>=17

diffstat:

 www/py-notebook/Makefile |   7 ++++---
 www/py-notebook/PLIST    |  45 +++++++++++++++++++++++++++++++++++++--------
 www/py-notebook/distinfo |  10 +++++-----
 3 files changed, 46 insertions(+), 16 deletions(-)

diffs (149 lines):

diff -r 6bf352bbec8e -r 5a36f8fbdc12 www/py-notebook/Makefile
--- a/www/py-notebook/Makefile  Fri May 11 10:04:41 2018 +0000
+++ b/www/py-notebook/Makefile  Fri May 11 10:09:55 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.5 2018/04/06 20:21:57 adam Exp $
+# $NetBSD: Makefile,v 1.6 2018/05/11 10:09:55 adam Exp $
 
-DISTNAME=      notebook-5.4.1
+DISTNAME=      notebook-5.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=n/notebook/}
@@ -18,9 +18,10 @@
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-[0-9]*:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-nbconvert-[0-9]*:../../www/py-nbconvert
 DEPENDS+=      ${PYPKGPREFIX}-nbformat-[0-9]*:../../www/py-nbformat
-DEPENDS+=      ${PYPKGPREFIX}-terminado>=0.3.3:../../www/py-terminado
+DEPENDS+=      ${PYPKGPREFIX}-terminado>=0.8.1:../../www/py-terminado
 DEPENDS+=      ${PYPKGPREFIX}-tornado>=4:../../www/py-tornado
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
+DEPENDS+=      ${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq
 
 USE_LANGUAGES= # none
 
diff -r 6bf352bbec8e -r 5a36f8fbdc12 www/py-notebook/PLIST
--- a/www/py-notebook/PLIST     Fri May 11 10:04:41 2018 +0000
+++ b/www/py-notebook/PLIST     Fri May 11 10:09:55 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2018/04/06 20:21:57 adam Exp $
+@comment $NetBSD: PLIST,v 1.4 2018/05/11 10:09:55 adam Exp $
 bin/jupyter-bundlerextension${PYVERSSUFFIX}
 bin/jupyter-nbextension${PYVERSSUFFIX}
 bin/jupyter-notebook${PYVERSSUFFIX}
@@ -1185,6 +1185,7 @@
 ${PYSITELIB}/notebook/static/components/codemirror/theme/neat.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/neo.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/night.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/oceanic-next.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/panda-syntax.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/paraiso-dark.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/paraiso-light.css
@@ -1192,6 +1193,7 @@
 ${PYSITELIB}/notebook/static/components/codemirror/theme/railscasts.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/rubyblue.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/seti.css
+${PYSITELIB}/notebook/static/components/codemirror/theme/shadowfox.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/solarized.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/the-matrix.css
 ${PYSITELIB}/notebook/static/components/codemirror/theme/tomorrow-night-bright.css
@@ -1249,8 +1251,9 @@
 ${PYSITELIB}/notebook/static/components/requirejs/require.js
 ${PYSITELIB}/notebook/static/components/text-encoding/lib/encoding.js
 ${PYSITELIB}/notebook/static/components/underscore/underscore-min.js
-${PYSITELIB}/notebook/static/components/xterm.js/dist/xterm.css
-${PYSITELIB}/notebook/static/components/xterm.js/dist/xterm.js
+${PYSITELIB}/notebook/static/components/xterm.js-css/index.css
+${PYSITELIB}/notebook/static/components/xterm.js-fit/index.js
+${PYSITELIB}/notebook/static/components/xterm.js/index.js
 ${PYSITELIB}/notebook/static/custom/custom.css
 ${PYSITELIB}/notebook/static/custom/custom.js
 ${PYSITELIB}/notebook/static/edit/js/editor.js
@@ -1326,6 +1329,7 @@
 ${PYSITELIB}/notebook/static/tree/js/newnotebook.js
 ${PYSITELIB}/notebook/static/tree/js/notebooklist.js
 ${PYSITELIB}/notebook/static/tree/js/sessionlist.js
+${PYSITELIB}/notebook/static/tree/js/shutdownbutton.js
 ${PYSITELIB}/notebook/static/tree/js/terminallist.js
 ${PYSITELIB}/notebook/templates/404.html
 ${PYSITELIB}/notebook/templates/edit.html
@@ -1361,12 +1365,10 @@
 ${PYSITELIB}/notebook/tests/notebook/attachments.js
 ${PYSITELIB}/notebook/tests/notebook/buffering.js
 ${PYSITELIB}/notebook/tests/notebook/clipboard_multiselect.js
-${PYSITELIB}/notebook/tests/notebook/deletecell.js
 ${PYSITELIB}/notebook/tests/notebook/display_id.js
 ${PYSITELIB}/notebook/tests/notebook/display_image.js
 ${PYSITELIB}/notebook/tests/notebook/dualmode.js
 ${PYSITELIB}/notebook/tests/notebook/dualmode_arrows.js
-${PYSITELIB}/notebook/tests/notebook/dualmode_cellinsert.js
 ${PYSITELIB}/notebook/tests/notebook/dualmode_cellmode.js
 ${PYSITELIB}/notebook/tests/notebook/dualmode_clipboard.js
 ${PYSITELIB}/notebook/tests/notebook/dualmode_execute.js
@@ -1386,13 +1388,41 @@
 ${PYSITELIB}/notebook/tests/notebook/multiselect_toggle.js
 ${PYSITELIB}/notebook/tests/notebook/notifications.js
 ${PYSITELIB}/notebook/tests/notebook/output.js
-${PYSITELIB}/notebook/tests/notebook/prompt_numbers.js
 ${PYSITELIB}/notebook/tests/notebook/roundtrip.js
 ${PYSITELIB}/notebook/tests/notebook/safe_append_output.js
 ${PYSITELIB}/notebook/tests/notebook/save.js
 ${PYSITELIB}/notebook/tests/notebook/shutdown.js
 ${PYSITELIB}/notebook/tests/notebook/tags.js
-${PYSITELIB}/notebook/tests/notebook/undelete.js
+${PYSITELIB}/notebook/tests/selenium/__init__.py
+${PYSITELIB}/notebook/tests/selenium/__init__.pyc
+${PYSITELIB}/notebook/tests/selenium/__init__.pyo
+${PYSITELIB}/notebook/tests/selenium/conftest.py
+${PYSITELIB}/notebook/tests/selenium/conftest.pyc
+${PYSITELIB}/notebook/tests/selenium/conftest.pyo
+${PYSITELIB}/notebook/tests/selenium/quick_selenium.py
+${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyc
+${PYSITELIB}/notebook/tests/selenium/quick_selenium.pyo
+${PYSITELIB}/notebook/tests/selenium/test_dashboard_nav.py
+${PYSITELIB}/notebook/tests/selenium/test_dashboard_nav.pyc
+${PYSITELIB}/notebook/tests/selenium/test_dashboard_nav.pyo
+${PYSITELIB}/notebook/tests/selenium/test_deletecell.py
+${PYSITELIB}/notebook/tests/selenium/test_deletecell.pyc
+${PYSITELIB}/notebook/tests/selenium/test_deletecell.pyo
+${PYSITELIB}/notebook/tests/selenium/test_dualmode_insertcell.py
+${PYSITELIB}/notebook/tests/selenium/test_dualmode_insertcell.pyc
+${PYSITELIB}/notebook/tests/selenium/test_dualmode_insertcell.pyo
+${PYSITELIB}/notebook/tests/selenium/test_markdown.py
+${PYSITELIB}/notebook/tests/selenium/test_markdown.pyc
+${PYSITELIB}/notebook/tests/selenium/test_markdown.pyo
+${PYSITELIB}/notebook/tests/selenium/test_prompt_numbers.py
+${PYSITELIB}/notebook/tests/selenium/test_prompt_numbers.pyc
+${PYSITELIB}/notebook/tests/selenium/test_prompt_numbers.pyo
+${PYSITELIB}/notebook/tests/selenium/undelete.py
+${PYSITELIB}/notebook/tests/selenium/undelete.pyc
+${PYSITELIB}/notebook/tests/selenium/undelete.pyo
+${PYSITELIB}/notebook/tests/selenium/utils.py
+${PYSITELIB}/notebook/tests/selenium/utils.pyc
+${PYSITELIB}/notebook/tests/selenium/utils.pyo
 ${PYSITELIB}/notebook/tests/services/kernel.js
 ${PYSITELIB}/notebook/tests/services/serialize.js
 ${PYSITELIB}/notebook/tests/services/session.js
@@ -1423,7 +1453,6 @@
 ${PYSITELIB}/notebook/tests/test_utils.py
 ${PYSITELIB}/notebook/tests/test_utils.pyc
 ${PYSITELIB}/notebook/tests/test_utils.pyo
-${PYSITELIB}/notebook/tests/tree/dashboard_nav.js
 ${PYSITELIB}/notebook/tests/util.js
 ${PYSITELIB}/notebook/transutils.py
 ${PYSITELIB}/notebook/transutils.pyc
diff -r 6bf352bbec8e -r 5a36f8fbdc12 www/py-notebook/distinfo
--- a/www/py-notebook/distinfo  Fri May 11 10:04:41 2018 +0000
+++ b/www/py-notebook/distinfo  Fri May 11 10:09:55 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/04/06 20:21:57 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/05/11 10:09:55 adam Exp $
 
-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
+SHA1 (notebook-5.5.0.tar.gz) = 6e057bf620edde2407dfc5152497e119cab429e2
+RMD160 (notebook-5.5.0.tar.gz) = 36c4b3c8db0584e6e6b2c79c63d86a6337df929b
+SHA512 (notebook-5.5.0.tar.gz) = 296ab8d0e08b310e23f3e24f3149fabbcba64465dc356b74054b2813929c4485d0b62d679b79102f007b6f6a15322d9ebfdc992eee0683f6518bcd847aa4fb42
+Size (notebook-5.5.0.tar.gz) = 12924185 bytes



Home | Main Index | Thread Index | Old Index