py-notebook: updated to 6.4.8
6.4.8 Bugs fixed - Fix to remove potential memory leak on Jupyter Notebooks ZMQChannelHandler code 6.4.7 Bugs fixed - Fix Chinese punctuation - Add date field to kernel message header - Fix deprecation warning Maintenance and upkeep improvements - Enforce labels on PRs - Fix: CI error for python 3.6 & macOS Other merged PRs - handle KeyError when get session - Updated doc for passwd 6.4.6 Bugs fixed - Fix `asyncio` error when opening notebooks - Change to use a universal Chinese translation on certain words - Fix Chinese translation typo - Fix `send2trash` tests failing on Windows Maintenance and upkeep improvements - TST: don't look in user site for serverextensions - Enable terminal tests as `pywinpty` is ported for python 3.9 6.4.5 Bug fixes - Recover from failure to render mimetype Maintenance and upkeep improvements - Fix crypto handling - Fix `jupyter_client` warning Documentation improvements - Fix nbsphinx settings - Fully revert the pinning of `nbsphinx` to 0.8.6 - Pin `nbsphinx` to 0.8.6, clean up orphaned resources - Fix typo in docstring 6.4.4 Documentation improvements - Update Manual Release Instructions Other merged PRs - Use default JupyterLab CSS sanitizer options for Markdown - Fix syntax highlight 6.4.3 Bugs fixed - Add @babel/core dependency - Switch webpack to production mode Maintenance and upkeep improvements - Clean up link checking 6.4.2 Bugs fixed - Add missing file to manifest - Fix issue 3218 - Fix version of jupyter-packaging in pyproject.toml - "#element".tooltip is not a function on home page fixed. Maintenance and upkeep improvements - Enhancements to the desktop entry - Add missing spaces to help messages in config file 6.4.0 Bugs fixed - Fix Handling of Encoded Paths in Save As Dialog - Fix: split_cell doesn't always split cell - Correct 'Content-Type' headers - Fix skipped tests & remove deprecation warnings - [Gateway] Track only this server's kernels - Bind the HTTPServer in start Maintenance and upkeep improvements - Revert "do not apply asyncio patch for tornado >=6.1" - Use Jupyter Releaser - Add Workflow Permissions for Lock Bot - Fixes related to the recent changes in the documentation - Add maths checks in CSS reference test - Add Issue Lock and Answered Bots Documentation improvements - Spelling correction - Minor typographical and comment changes - Fixes related to the recent changes in the documentation - Fix readthedocs environment 6.3.0 Merged PRs * Add square logo and desktop entry files * Modernize Changelog * Add missing "import inspect" * Add Codecov badge to README * Remove configuration for nosetests from setup.cfg * Update security.rst * Docs-Translations: Updated Hindi and Chinese Readme.md * Allow /metrics by default if auth is off * Skip terminal tests on Windows 3.9+ (temporary) * Update GatewayKernelManager to derive from AsyncMappingKernelManager * Drop use of deprecated pyzmq.ioloop * Drop support for Python 3.5 * Allow jupyter_server-based contents managers in notebook * Russian translation fixes * Increase culling test idle timeout * Re-enable support for answer_yes flag * Replace Travis and Appveyor with Github Actions * DOC: Server extension, extra docs on configuration/authentication. 6.2.0 Merged PRs - Increase minimum tornado version - Adjust skip decorators to avoid remaining dependency on nose - Ensure that cell ids persist after save - Add reconnection to Gateway (form nb2kg) - Fix some typos - Handle TrashPermissionError, now that it exist 6.1.6 Merged PRs - do not require nose for testing - [docs] Update Chinese and Hindi readme.md - Add support for creating terminals via GET - Made doc translations in Hindi and Chinese 6.1.5 is a security release, fixing one vulnerability: - Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh (CVE to be assigned) 6.1.4 - Fix broken links to jupyter documentation - Add additional entries to troubleshooting section - Revert change in page alignment - Bug fix: remove double encoding in download files - Fix typo for Check in zh_CN - Require a file name in the "Save As" dialog 6.1.3 - Title new buttons with label if action undefined 6.1.2 - Fix russian message format for delete/duplicate actions - Remove unnecessary import of bind_unix_socket - Tooltip style scope fix 6.1.1 - Prevent inclusion of requests_unixsocket on Windows 6.1.0 Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. For our approach moving forward, please see this [notice](https://github.com/jupyter/notebook#notice) from the README. Thank you. Here is an enumeration of changes made since the last release and included in 6.1.0. - Remove deprecated encoding parameter for Python 3.9 compatibility. - Add support for async kernel management - Fix typo in password_required help message - Gateway only: Ensure launch and request timeouts are in sync - Update Markdown Cells example to HTML5 video tag - Integrated LoginWidget into edit to enable users to logout from the t... - Update message about minimum Tornado version - Logged notebook type - Added nl language - Add UNIX socket support to notebook server. - Update CodeMirror dependency - Tree added download multiple files - Toolbar buttons tooltip: show help instead of label - Remove unnecessary import of requests_unixsocket - Add ability to cull terminals and track last activity - Code refactoring notebook.js - Install terminado for docs build - Convert notifications JS test to selenium - Add cell attachments to markdown example - Add Japanese document - Migrate Move multiselection test to selenium - Use `cmdtrl-enter` to run a cell - Fix broken "Raw cell MIME type" dialog - Make a notebook writable after successful save-as - Add actual watch script - Added `--autoreload` flag to `NotebookApp` - Enable check_origin on gateway websocket communication - Restore detection of missing terminado package - Culling: ensure `last_activity` attr exists before use - Added functionality to allow filter kernels by Jupyter Enterprise Gat... - 'Play' icon for run-cell toolbar button - Bump minimum version of jQuery to 3.5.0 - Remove old JS markdown tests, add a new one in selenium - Add support for more RTL languages - Make markdown cells stay RTL in edit mode - Unforce RTL output display - Fixed multicursor backspacing - Implemented Split Cell for multicursor - Alignment issue \[FIXED\] - MathJax: Support for `\gdef` - Another (Minor) Duplicate Code Reduction - Update readme regarding maintenance - Document contents chunks - Backspace deletes empty line - The dropdown submenu at notebook page is not keyboard accessible - Tooltips visible through keyboard navigation for specified buttons - Fix for recursive symlink - Fix for the terminal shutdown issue - Add japanese translation files - Workaround for socket permission errors on Cygwin - Implement optional markdown header and footer files - Remove double link when using `custom_display_url` - Respect `cell.is_editable` during find-and-replace - Fix exception causes all over the codebase - Improve login shell heuristics - Added support for `JUPYTER_TOKEN_FILE` - Kill notebook itself when server cull idle kernel - Implement password hashing with bcrypt - Fix broken links - Russian internationalization support - Add a metadata tag to override notebook direction (ltr/rtl) - Paste two images from clipboard in markdown cell - Add keyboard shortcuts to menu dropdowns - Update codemirror to `5.56.0+components1`
This commit is contained in:
parent
c3fcc02431
commit
2684544f87
3 changed files with 96 additions and 126 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.22 2022/01/05 15:41:30 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.23 2022/02/05 12:03:44 adam Exp $
|
||||
|
||||
DISTNAME= notebook-6.0.3
|
||||
DISTNAME= notebook-6.4.8
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
PKGREVISION= 2
|
||||
CATEGORIES= www python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=n/notebook/}
|
||||
|
||||
|
@ -11,25 +10,28 @@ HOMEPAGE= https://jupyter.org/
|
|||
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>=5.3.1:../../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
|
||||
DEPENDS+= ${PYPKGPREFIX}-prometheus_client-[0-9]*:../../net/py-prometheus_client
|
||||
DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.1:../../www/py-terminado
|
||||
DEPENDS+= ${PYPKGPREFIX}-tornado>=5:../../www/py-tornado
|
||||
DEPENDS+= ${PYPKGPREFIX}-Send2Trash>=1.8.0:../../sysutils/py-Send2Trash
|
||||
DEPENDS+= ${PYPKGPREFIX}-argon2-cffi>0:../../security/py-argon2-cffi
|
||||
DEPENDS+= ${PYPKGPREFIX}-ipykernel>0:../../devel/py-ipykernel
|
||||
DEPENDS+= ${PYPKGPREFIX}-ipython_genutils>0:../../devel/py-ipython_genutils
|
||||
DEPENDS+= ${PYPKGPREFIX}-jupyter_client>=5.3.4:../../devel/py-jupyter_client
|
||||
DEPENDS+= ${PYPKGPREFIX}-jupyter_core>=4.6.1:../../devel/py-jupyter_core
|
||||
DEPENDS+= ${PYPKGPREFIX}-jinja2>0:../../textproc/py-jinja2
|
||||
DEPENDS+= ${PYPKGPREFIX}-nbconvert>0:../../www/py-nbconvert
|
||||
DEPENDS+= ${PYPKGPREFIX}-nbformat>0:../../www/py-nbformat
|
||||
DEPENDS+= ${PYPKGPREFIX}-nest-asyncio>=1.5:../../devel/py-nest-asyncio
|
||||
DEPENDS+= ${PYPKGPREFIX}-prometheus_client>0:../../net/py-prometheus_client
|
||||
DEPENDS+= ${PYPKGPREFIX}-terminado>=0.8.3:../../www/py-terminado
|
||||
DEPENDS+= ${PYPKGPREFIX}-tornado>=6.1:../../www/py-tornado
|
||||
DEPENDS+= ${PYPKGPREFIX}-traitlets>=4.2.1:../../devel/py-traitlets
|
||||
DEPENDS+= ${PYPKGPREFIX}-zmq>=17.0.0:../../net/py-zmq
|
||||
|
||||
USE_LANGUAGES= # none
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 # py-ipykernel
|
||||
|
||||
USE_PKG_RESOURCES= yes
|
||||
PYTHON_SELF_CONFLICT= yes
|
||||
|
||||
PYTHON_VERSIONS_INCOMPATIBLE= 27 37
|
||||
|
||||
post-install:
|
||||
.for name in bundlerextension nbextension notebook serverextension
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.12 2020/02/06 15:47:32 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.13 2022/02/05 12:03:44 adam Exp $
|
||||
bin/jupyter-bundlerextension-${PYVERSSUFFIX}
|
||||
bin/jupyter-nbextension-${PYVERSSUFFIX}
|
||||
bin/jupyter-notebook-${PYVERSSUFFIX}
|
||||
|
@ -131,6 +131,24 @@ ${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbui.mo
|
|||
${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/nbui.po
|
||||
${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/notebook.mo
|
||||
${PYSITELIB}/notebook/i18n/fr_FR/LC_MESSAGES/notebook.po
|
||||
${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbjs.json
|
||||
${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbjs.po
|
||||
${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbui.mo
|
||||
${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/nbui.po
|
||||
${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/notebook.mo
|
||||
${PYSITELIB}/notebook/i18n/ja_JP/LC_MESSAGES/notebook.po
|
||||
${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbjs.json
|
||||
${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbjs.po
|
||||
${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbui.mo
|
||||
${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/nbui.po
|
||||
${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/notebook.mo
|
||||
${PYSITELIB}/notebook/i18n/nl/LC_MESSAGES/notebook.po
|
||||
${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.json
|
||||
${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbjs.po
|
||||
${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbui.mo
|
||||
${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/nbui.po
|
||||
${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/notebook.mo
|
||||
${PYSITELIB}/notebook/i18n/ru_RU/LC_MESSAGES/notebook.po
|
||||
${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.json
|
||||
${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbjs.po
|
||||
${PYSITELIB}/notebook/i18n/zh_CN/LC_MESSAGES/nbui.mo
|
||||
|
@ -341,6 +359,8 @@ ${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/keyboard.js
|
||||
${PYSITELIB}/notebook/static/base/js/markdown.js
|
||||
${PYSITELIB}/notebook/static/base/js/mathjaxutils.js
|
||||
${PYSITELIB}/notebook/static/base/js/namespace.js
|
||||
${PYSITELIB}/notebook/static/base/js/notificationarea.js
|
||||
${PYSITELIB}/notebook/static/base/js/notificationwidget.js
|
||||
|
@ -386,6 +406,7 @@ ${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/mhchem3/mhchem.js
|
|||
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/newcommand.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/noErrors.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/noUndefined.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/text-macros.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/unicode.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/TeX/verb.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/accessibility-menu.js
|
||||
|
@ -395,109 +416,12 @@ ${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/explorer.js
|
|||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.mp3
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/invalid_keypress.ogg
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathjax-sre.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/algebra.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/elementary.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/hyperbolic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/functions/trigonometry.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-capital.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-italic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-mathfonts-sans-serif-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-scripts.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-small.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/greek-symbols.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/hebrew_letters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-double-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-normal.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-phonetic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-lower-single-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-fraktur.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold-script.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-double-struck.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-fraktur.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-italic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-monospace.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif-italic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-sans-serif.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-mathfonts-script.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-rest.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-double-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-normal.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/latin-upper-single-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_angles.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_arrows.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_characters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_delimiters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_digits.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_geometry.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_harpoons.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_non_characters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_symbols.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/math_whitespace.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/symbols/other_stars.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/energy.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/length.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/memory.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/other.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/speed.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/temperature.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/time.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/volume.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en/units/weight.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/algebra.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/elementary.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/hyperbolic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/functions/trigonometry.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-capital.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-italic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-mathfonts-sans-serif-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-scripts.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-small.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/greek-symbols.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/hebrew_letters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-double-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-normal.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-phonetic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-lower-single-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-fraktur.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold-script.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-double-struck.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-fraktur.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-italic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-monospace.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-bold.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif-italic.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-sans-serif.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-mathfonts-script.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-rest.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-double-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-normal.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/latin-upper-single-accent.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_angles.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_arrows.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_characters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_delimiters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_digits.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_geometry.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_harpoons.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_non_characters.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_symbols.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/math_whitespace.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/symbols/other_stars.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/energy.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/length.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/memory.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/other.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/speed.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/temperature.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/time.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/volume.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es/units/weight.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/de.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/en.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/es.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/fr.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/mathmaps_ie.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/mathmaps/nemeth.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/semantic-enrich.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/a11y/wgxpath.install.js
|
||||
${PYSITELIB}/notebook/static/components/MathJax/extensions/asciimath2jax.js
|
||||
|
@ -1263,6 +1187,7 @@ ${PYSITELIB}/notebook/static/components/codemirror/mode/velocity/velocity.js
|
|||
${PYSITELIB}/notebook/static/components/codemirror/mode/verilog/verilog.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/vhdl/vhdl.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/vue/vue.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/wast/wast.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/webidl/webidl.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/xml/xml.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/xquery/xquery.js
|
||||
|
@ -1271,6 +1196,10 @@ ${PYSITELIB}/notebook/static/components/codemirror/mode/yaml-frontmatter/yaml-fr
|
|||
${PYSITELIB}/notebook/static/components/codemirror/mode/yaml/yaml.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/mode/z80/z80.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/rollup.config.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/codemirror-standalone.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/codemirror.node.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/runmode-standalone.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/addon/runmode/runmode.node.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/codemirror.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/display/Display.js
|
||||
${PYSITELIB}/notebook/static/components/codemirror/src/display/focus.js
|
||||
|
@ -1339,6 +1268,8 @@ ${PYSITELIB}/notebook/static/components/codemirror/theme/3024-night.css
|
|||
${PYSITELIB}/notebook/static/components/codemirror/theme/abcdef.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/ambiance-mobile.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/ambiance.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/ayu-dark.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/ayu-mirage.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/base16-dark.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/base16-light.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/bespin.css
|
||||
|
@ -1360,11 +1291,15 @@ ${PYSITELIB}/notebook/static/components/codemirror/theme/isotope.css
|
|||
${PYSITELIB}/notebook/static/components/codemirror/theme/lesser-dark.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/liquibyte.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/lucario.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/material-darker.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/material-ocean.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/material-palenight.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/material.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/mbo.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/mdn-like.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/midnight.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/monokai.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/moxer.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/neat.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/neo.css
|
||||
${PYSITELIB}/notebook/static/components/codemirror/theme/night.css
|
||||
|
@ -1402,7 +1337,6 @@ ${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.s
|
|||
${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.ttf
|
||||
${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff
|
||||
${PYSITELIB}/notebook/static/components/font-awesome/fonts/fontawesome-webfont.woff2
|
||||
${PYSITELIB}/notebook/static/components/google-caja/html-css-sanitizer-minified.js
|
||||
${PYSITELIB}/notebook/static/components/jed/jed.js
|
||||
${PYSITELIB}/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.css
|
||||
${PYSITELIB}/notebook/static/components/jquery-typeahead/dist/jquery.typeahead.min.js
|
||||
|
@ -1432,6 +1366,7 @@ ${PYSITELIB}/notebook/static/components/react/react.production.min.js
|
|||
${PYSITELIB}/notebook/static/components/requirejs-plugins/src/json.js
|
||||
${PYSITELIB}/notebook/static/components/requirejs-text/text.js
|
||||
${PYSITELIB}/notebook/static/components/requirejs/require.js
|
||||
${PYSITELIB}/notebook/static/components/sanitizer/index.js
|
||||
${PYSITELIB}/notebook/static/components/text-encoding/lib/encoding.js
|
||||
${PYSITELIB}/notebook/static/components/underscore/underscore-min.js
|
||||
${PYSITELIB}/notebook/static/components/xterm.js-css/index.css
|
||||
|
@ -1534,6 +1469,15 @@ ${PYSITELIB}/notebook/terminal/api_handlers.pyo
|
|||
${PYSITELIB}/notebook/terminal/handlers.py
|
||||
${PYSITELIB}/notebook/terminal/handlers.pyc
|
||||
${PYSITELIB}/notebook/terminal/handlers.pyo
|
||||
${PYSITELIB}/notebook/terminal/terminalmanager.py
|
||||
${PYSITELIB}/notebook/terminal/terminalmanager.pyc
|
||||
${PYSITELIB}/notebook/terminal/terminalmanager.pyo
|
||||
${PYSITELIB}/notebook/terminal/tests/__init__.py
|
||||
${PYSITELIB}/notebook/terminal/tests/__init__.pyc
|
||||
${PYSITELIB}/notebook/terminal/tests/__init__.pyo
|
||||
${PYSITELIB}/notebook/terminal/tests/test_terminals_api.py
|
||||
${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyc
|
||||
${PYSITELIB}/notebook/terminal/tests/test_terminals_api.pyo
|
||||
${PYSITELIB}/notebook/tests/__init__.py
|
||||
${PYSITELIB}/notebook/tests/__init__.pyc
|
||||
${PYSITELIB}/notebook/tests/__init__.pyo
|
||||
|
@ -1542,6 +1486,9 @@ ${PYSITELIB}/notebook/tests/base/keyboard.js
|
|||
${PYSITELIB}/notebook/tests/base/misc.js
|
||||
${PYSITELIB}/notebook/tests/base/security.js
|
||||
${PYSITELIB}/notebook/tests/base/utils.js
|
||||
${PYSITELIB}/notebook/tests/conftest.py
|
||||
${PYSITELIB}/notebook/tests/conftest.pyc
|
||||
${PYSITELIB}/notebook/tests/conftest.pyo
|
||||
${PYSITELIB}/notebook/tests/launchnotebook.py
|
||||
${PYSITELIB}/notebook/tests/launchnotebook.pyc
|
||||
${PYSITELIB}/notebook/tests/launchnotebook.pyo
|
||||
|
@ -1553,8 +1500,6 @@ ${PYSITELIB}/notebook/tests/notebook/dualmode_merge.js
|
|||
${PYSITELIB}/notebook/tests/notebook/execute_selected_cells.js
|
||||
${PYSITELIB}/notebook/tests/notebook/inject_js.js
|
||||
${PYSITELIB}/notebook/tests/notebook/markdown.js
|
||||
${PYSITELIB}/notebook/tests/notebook/move_multiselection.js
|
||||
${PYSITELIB}/notebook/tests/notebook/notifications.js
|
||||
${PYSITELIB}/notebook/tests/notebook/output.js
|
||||
${PYSITELIB}/notebook/tests/notebook/roundtrip.js
|
||||
${PYSITELIB}/notebook/tests/notebook/safe_append_output.js
|
||||
|
@ -1622,12 +1567,18 @@ ${PYSITELIB}/notebook/tests/selenium/test_markdown.pyo
|
|||
${PYSITELIB}/notebook/tests/selenium/test_merge_cells.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_merge_cells.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_merge_cells.pyo
|
||||
${PYSITELIB}/notebook/tests/selenium/test_move_multiselection.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_move_multiselection.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_move_multiselection.pyo
|
||||
${PYSITELIB}/notebook/tests/selenium/test_multiselect.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_multiselect.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_multiselect.pyo
|
||||
${PYSITELIB}/notebook/tests/selenium/test_multiselect_toggle.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_multiselect_toggle.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_multiselect_toggle.pyo
|
||||
${PYSITELIB}/notebook/tests/selenium/test_notifications.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_notifications.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_notifications.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
|
||||
|
@ -1637,6 +1588,9 @@ ${PYSITELIB}/notebook/tests/selenium/test_save.pyo
|
|||
${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_save_as_notebook.pyo
|
||||
${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_save_readonly_as.pyo
|
||||
${PYSITELIB}/notebook/tests/selenium/test_shutdown.py
|
||||
${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyc
|
||||
${PYSITELIB}/notebook/tests/selenium/test_shutdown.pyo
|
||||
|
@ -1661,12 +1615,18 @@ ${PYSITELIB}/notebook/tests/test_gateway.pyo
|
|||
${PYSITELIB}/notebook/tests/test_i18n.py
|
||||
${PYSITELIB}/notebook/tests/test_i18n.pyc
|
||||
${PYSITELIB}/notebook/tests/test_i18n.pyo
|
||||
${PYSITELIB}/notebook/tests/test_log.py
|
||||
${PYSITELIB}/notebook/tests/test_log.pyc
|
||||
${PYSITELIB}/notebook/tests/test_log.pyo
|
||||
${PYSITELIB}/notebook/tests/test_nbextensions.py
|
||||
${PYSITELIB}/notebook/tests/test_nbextensions.pyc
|
||||
${PYSITELIB}/notebook/tests/test_nbextensions.pyo
|
||||
${PYSITELIB}/notebook/tests/test_notebookapp.py
|
||||
${PYSITELIB}/notebook/tests/test_notebookapp.pyc
|
||||
${PYSITELIB}/notebook/tests/test_notebookapp.pyo
|
||||
${PYSITELIB}/notebook/tests/test_notebookapp_integration.py
|
||||
${PYSITELIB}/notebook/tests/test_notebookapp_integration.pyc
|
||||
${PYSITELIB}/notebook/tests/test_notebookapp_integration.pyo
|
||||
${PYSITELIB}/notebook/tests/test_paths.py
|
||||
${PYSITELIB}/notebook/tests/test_paths.pyc
|
||||
${PYSITELIB}/notebook/tests/test_paths.pyo
|
||||
|
@ -1676,10 +1636,16 @@ ${PYSITELIB}/notebook/tests/test_serialize.pyo
|
|||
${PYSITELIB}/notebook/tests/test_serverextensions.py
|
||||
${PYSITELIB}/notebook/tests/test_serverextensions.pyc
|
||||
${PYSITELIB}/notebook/tests/test_serverextensions.pyo
|
||||
${PYSITELIB}/notebook/tests/test_traittypes.py
|
||||
${PYSITELIB}/notebook/tests/test_traittypes.pyc
|
||||
${PYSITELIB}/notebook/tests/test_traittypes.pyo
|
||||
${PYSITELIB}/notebook/tests/test_utils.py
|
||||
${PYSITELIB}/notebook/tests/test_utils.pyc
|
||||
${PYSITELIB}/notebook/tests/test_utils.pyo
|
||||
${PYSITELIB}/notebook/tests/util.js
|
||||
${PYSITELIB}/notebook/traittypes.py
|
||||
${PYSITELIB}/notebook/traittypes.pyc
|
||||
${PYSITELIB}/notebook/traittypes.pyo
|
||||
${PYSITELIB}/notebook/transutils.py
|
||||
${PYSITELIB}/notebook/transutils.pyc
|
||||
${PYSITELIB}/notebook/transutils.pyo
|
||||
|
@ -1707,3 +1673,5 @@ ${PYSITELIB}/notebook/view/__init__.pyo
|
|||
${PYSITELIB}/notebook/view/handlers.py
|
||||
${PYSITELIB}/notebook/view/handlers.pyc
|
||||
${PYSITELIB}/notebook/view/handlers.pyo
|
||||
share/applications/jupyter-notebook.desktop
|
||||
share/icons/hicolor/scalable/apps/notebook.svg
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.15 2021/10/26 11:30:44 nia Exp $
|
||||
$NetBSD: distinfo,v 1.16 2022/02/05 12:03:44 adam Exp $
|
||||
|
||||
BLAKE2s (notebook-6.0.3.tar.gz) = ffca25dace6d631d45101cbb9f3729f7606984ab0cc177b2ac429d78781476f2
|
||||
SHA512 (notebook-6.0.3.tar.gz) = fb56d0e10da3f8673e9578cdf04759dc3247547af6be4f479e9b183f3c5bd0a891fbfede187e0f5aca5c6ffdb9cae6ada23fe6dd159aca2d9cdf967f1f150922
|
||||
Size (notebook-6.0.3.tar.gz) = 14048151 bytes
|
||||
BLAKE2s (notebook-6.4.8.tar.gz) = 53ee9323ce3cad0ef521bd4e62ac831f72da6d019f29571647256d226636d64d
|
||||
SHA512 (notebook-6.4.8.tar.gz) = 0e87aa155635ae536eb5a152c46cadbf85907a5af2ca15d063e718ff566ac6b76f4ce0f06f8adacae3be05ea970f1059d793e3121be855efd6c9072e9aa51719
|
||||
Size (notebook-6.4.8.tar.gz) = 14347639 bytes
|
||||
|
|
Loading…
Reference in a new issue