Revisions of python-notebook

Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 41)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 40)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 981011 from Timothy Brown's avatar Timothy Brown (stimut) (revision 39)
update to version latest version, 6.4.11
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 955679 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 38)
update to latest version
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 934305 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 37)
update to latest version
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 931206 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 36)
- Reenable libalternatives
- Export PYTHONNOUSERSITE when testing for jupyter-core 4.9.1
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 35)
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) committed (revision 34)
- Revert the usage of libalternatives due to
  gh#openSUSE/libalternatives#11
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 927749 from Stefan Schubert's avatar Stefan Schubert (schubi2) (revision 33)
- Use libalternatives instead of update-alternatives. 
Ben, the latest updates regarding python-macros and rpmlint are available now. Are there still open points now ?
Benjamin Greiner's avatar Benjamin Greiner (bnavigator) accepted request 926612 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 32)
- 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 
buildservice-autocommit accepted request 872505 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 31)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) committed (revision 30)
correct patch name
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 872189 from Arun Persaud's avatar Arun Persaud (apersaud) (revision 29)
update to latest version
buildservice-autocommit accepted request 862130 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 28)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 862025 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 27)
- Don't test with pandoc on ix86
buildservice-autocommit accepted request 858324 from Markéta Machová's avatar Markéta Machová (mcalabkova) (revision 26)
baserev update by copy to link target
Markéta Machová's avatar Markéta Machová (mcalabkova) accepted request 857913 from Benjamin Greiner's avatar Benjamin Greiner (bnavigator) (revision 25)
- 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
buildservice-autocommit accepted request 843486 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 24)
baserev update by copy to link target
Matej Cepl's avatar Matej Cepl (mcepl) accepted request 843485 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 23)
- Add remove_nose.patch to remove dependency on nose
  (gh#jupyter/notebook#4753).
buildservice-autocommit accepted request 768071 from Todd R's avatar Todd R (TheBlackCat) (revision 22)
baserev update by copy to link target
Displaying revisions 41 - 60 of 81
openSUSE Build Service is sponsored by