- Update runtime requirements, clean up test requirements
- update to version 6.4.11:
* Bugs fixed
+ Update further to ipykernel comm refactoring
* Maintenance and upkeep improvements
+ Add testpath to the test dependencies
+ Temporary workaround to fix js-tests related to sanitizer js loading by phantomjs
+ Use place-hold.it instead of plaecehold.it to create image placeholders
+ Migrate to python 3.7+
OBS-URL: https://build.opensuse.org/request/show/981045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=16
- Update to version 6.4.5
* Recover from failure to render mimetype
* Fix crypto handling
* Fix jupyter_client warning
* 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
- Release 6.4.4
* Update Manual Release Instructions
* Use default JupyterLab CSS sanitizer options for Markdown
* Fix syntax highlight
- Release 6.4.3
* Add @babel/core dependency
* Switch webpack to production mode
* Clean up link checking
- Release 6.4.2
* 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.
* Enhancements to the desktop entry
* Add missing spaces to help messages in config file
- Release 6.4.0
* 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 #6061
* 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
* Spelling correction
* Minor typographical and comment changes
* Fixes related to the recent changes in the documentation
* Fix readthedocs environment
- Release 6.3.0
* 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.
- Silence rpmlint2
OBS-URL: https://build.opensuse.org/request/show/926612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=32
- specfile:
* update copyright year
* update tornado version requirement
* removed remove_nose.patch, included upstream
- update to version 6.2.0:
* Increase minimum tornado version (:ghpull:`5933`)
* Adjust skip decorators to avoid remaining dependency on nose
(:ghpull:`5932`)
* Ensure that cell ids persist after save (:ghpull:`5928`)
* Add reconnection to Gateway (form nb2kg) (:ghpull:`5924`)
* Fix some typos (:ghpull:`5917`)
* Handle TrashPermissionError, now that it exists (:ghpull:`5894`)
- changes from version 6.1.6:
* do not require nose for testing (:ghpull:`5826`)
* [docs] Update Chinese and Hindi readme.md (:ghpull:`5823`)
* Add support for creating terminals via GET (:ghpull:`5813`)
* Made doc translations in Hindi and Chinese (:ghpull:`5787`)
OBS-URL: https://build.opensuse.org/request/show/872505
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-notebook?expand=0&rev=9
- Update to 6.1.5
* Fix open redirect vulnerability GHSA-c7vm-f5p4-8fqh
(CVE to be assigned)
- Changes for 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
- Changes for 6.1.3
* Title new buttons with label if action undefined
- Changes for 6.1.2
* Fix russian message format for delete/duplicate actions
* Remove unnecessary import of bind_unix_socket
* Tooltip style scope fix
- Changes for 6.1.1
* Prevent inclusion of requests_unixsocket on Windows
- Changes for 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 from the README.
Thank you.
* 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 (:ghpull:`5556`
* 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
- refresh remove_nose.patch based on gh#jupyter/notebook#5826
- move the entrypoints to the flavored python package and make them
alternatives
- tag language files
OBS-URL: https://build.opensuse.org/request/show/857913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=25
- Update to 6.0.3
* Dependency updates to fix startup issues on Windows platform
* Add support for nbconvert 6.x
* Creation of recent tab
- Use multibuild to separate out tests.
The tests have some heavy dependencies the main package doesn't.
- Drop documentation.
These are mostly a relic of when the tests needed to be in a
separate package, and since the docs are no longer versioned
upstream keeping them synced with the main package is difficult.
OBS-URL: https://build.opensuse.org/request/show/768070
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-notebook?expand=0&rev=21