| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: jupyter-nbclassic | Distribution: openSUSE Tumbleweed |
| Version: 1.3.1 | Vendor: openSUSE |
| Release: 1.1 | Build date: Wed Jun 11 12:51:42 2025 |
| Group: Unspecified | Build host: reproducible |
| Size: 16371 | Source RPM: python-nbclassic-1.3.1-1.1.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/jupyterlab/nbclassic | |
| Summary: Jupyter Notebook as a Jupyter Server Extension | |
NBClassic runs the Jupyter Notebook frontend on the Jupyter Server backend. This project prepares for a future where JupyterLab and other frontends switch to Jupyter Server for their Python Web application backend. Using this package, users can launch Jupyter Notebook, JupyterLab and other frontends side-by-side on top of the new Python server backend. This package contains the jupyterlab server configuration and desktop files
BSD-3-Clause
* Wed Jun 11 2025 Daniel Garcia <daniel.garcia@suse.com>
- Update to 1.3.1 (CVE-2025-5889, bsc#1244343):
* Fix Hatch build fails in src directory #340 (@danyeaw)
* Fix mo translations missing from wheels #339 (@danyeaw)
* Support offline source distribution builds #337 (@danyeaw)
* Add CI workflow dispatch and timeouts #343 (@danyeaw)
* Reformat pyproject.toml #342 (@danyeaw)
- 1.3.0:
* Improve build performance through improving artifact patterns #317 (@danyeaw)
* Save as improvements #267 (@andrewfulton9)
* Upload release artifacts on push #332 (@RRosio)
* Add Release workflows #331 (@RRosio)
* Fix set-output deprecation warnings #330 (@RRosio)
* Update JavaScript dependencies #329 (@danyeaw)
* Drop support for Python 3.8, Test with 3.12 and 3.13 #327 (@danyeaw)
* Automatically cancel concurrent workflows #326 (@danyeaw)
* Initial migration from Bower to Yarn #323 (@danyeaw)
* Fix CI Check Release job with deprecated action use #322 (@RRosio)
* Update JQuery, Bootstrap, Underscore, Backbone, and requirejs-text #321 (@danyeaw)
* Restore usage of flake8 and add to CI #316 (@danyeaw)
* Migrate from setup.py to pyproject.toml #315 (@danyeaw)
* Update macos action runner image to macos-13 #311 (@RRosio)
* Remove use of deprecated distutils #310 (@danyeaw)
* Wed Mar 12 2025 Ben Greiner <code@bnavigator.de>
- Update to 1.2.0
[#]# Bugs fixed
* Add view handler to serve files when Notebook 7 is installed
[#287] (@RRosio)
* fix: pasting outside of cells doing nothing #285
(@iisakkirotko)
[#]# Maintenance and upkeep improvements
* Fix SyntaxWarning from update message #297 (@living180)
* Replace pipes with shlex #286 (@frenzymadness)
- Refresh node modules, contains non-fixable vulnerabilities.
* gh#jupyter/nbclassic#324
* Nothing of this lands in the built packages
* Wed Dec 04 2024 Nico Krapp <nico.krapp@suse.com>
- refresh node modules
* update cross-spawn module to 7.0.6 - CVE-2024-21538 (bsc#1233851)
* Wed Jul 24 2024 Daniel Garcia <daniel.garcia@suse.com>
- Build from source instead of use .whl from pypi.
* Tue Mar 05 2024 Ben Greiner <code@bnavigator.de>
- Skip python39: no longer supported since ipython 8.19
* Thu Aug 17 2023 Ben Greiner <code@bnavigator.de>
- Suggest primary python package -- boo#1214354
* Sun Jun 11 2023 Ben Greiner <code@bnavigator.de>
- Update to 1.0.0
* only documentation changes despite the big version bump
* Mon May 01 2023 Ben Greiner <code@bnavigator.de>
- Update to 0.5.6
* Add show_banner trait to control the banner display #243
(@echarles)
* Use the correct icon to display the application #245
(@befeleme)
* State the correct name of the application in the desktop entry
[#244] (@befeleme)
* Sun Apr 23 2023 Ben Greiner <code@bnavigator.de>
- Update to 0.5.5
* Remove redirect from /notebooks to /files #235 (@mwouts)
- Release 0.5.4
* Copy marked.umd.js to marked.js and revert loading #236
(@echarles)
* Sun Mar 19 2023 Ben Greiner <code@bnavigator.de>
- Update to 0.5.3
* Fix generating of .mo and .json files for nl translation #221
(@frenzymadness)
* Fix banner icons #220 (@echarles)
- Release 0.5.2
* Add news banner and log #215 (@echarles)
* Update get_rendered_contents further marked javascript upgrade
[#210] (@echarles)
* Update security concerns link #218 (@RRosio)
* Don't require two different minimal versions of jupyter_server
[#208] (@hroncok)
* Thu Feb 09 2023 Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.5.1:
* Bugs fixed
+ Add packages and package_data back in the setup_args #206
(@echarles)
+ Add static and templates as artifact for hatch build #205
(@echarles)
- changes from version 0.5.0:
* Enhancements made
+ Upgrade to marked 4.0.10 #201 (@echarles)
* Bugs fixed
+ Ci test fixes round1 #202 (@ericsnekbytes)
+ fix loading of static and template path config #192 (@minrk)
+ Add pytest_jupyter to the list of test deps #190 (@echarles)
+ Align setup.py and setup.cfg #181 (@echarles)
* Maintenance and upkeep improvements
+ Ci test fixes round1 #202 (@ericsnekbytes)
+ Remove duplicate notebook_shim from setup.cfg #197
(@frenzymadness)
+ Upgrade moment javascript package #186 (@echarles)
+ Add dependabot config #175 (@blink1073)
* Documentation improvements
+ Update documentation #196 (@RRosio)
+ Update the project URL #194 (@jtpio)
* Other merged PRs
+ Fix the jupyter server base.handlers import #187 (@echarles)
+ Revert pull request 168 #184 (@echarles)
* Sat Dec 31 2022 Benjamin Greiner <code@bnavigator.de>
- Add pytest-jupyter to test requirenents. Testing with
jupyter-server pulls it in now gh#jupyter/nbclassic#190
* Sat Nov 05 2022 Arun Persaud <arun@gmx.de>
- update to version 0.4.8:
* Enhancements made
+ Playwright Testing Conversion #170 (@ericsnekbytes)
* Bugs fixed
+ Handle async and sync contents managers #172 (@blink1073)
* Maintenance and upkeep improvements
+ Playwright port #139 (@ericsnekbytes)
* Documentation improvements
+ Documentation for the extensions configurator #174 (@echarles)
+ Updating contributing docs for playwright tests #171 (@RRosio)
* Other merged PRs
+ Update docs to remove install command #173 (@dleen)
* Sat Oct 22 2022 Arun Persaud <arun@gmx.de>
- update to version 0.4.7:
* New features added
+ Fix/nbclassic base url #168 (@mcrutch)
* Enhancements made
+ Add a redirect from /nbclassic to /nbclassic/tree if both
notebook>=7 if both notebook>=7 and nbclassic are installed #166
(@echarles)
* Bugs fixed
+ Allow NBClassic to work with NB7 and ServerApp.base_url #165
(@mcrutch)
- changes from version 0.4.6:
* New features added
+ Adds new file custom-preload that is loaded in a different order
than custom.js before the main.js script is executed #155
(@lneves12)
* Bugs fixed
+ Use var instead of const to ensure js-test succeed #159
(@echarles)
* Documentation improvements
+ add badge for documentation #160 (@RRosio)
* Sun Oct 09 2022 Arun Persaud <arun@gmx.de>
- update to version 0.4.5:
* Bugs fixed
+ fix: display the correct about box if jupyter notebook command
is used #156 (@echarles)
* Sat Oct 01 2022 Ben Greiner <code@bnavigator.de>
- Remove duplicates workaround
* Fri Sep 30 2022 Arun Persaud <arun@gmx.de>
- specfile:
* jupyter-nbclassic-bundlerextension,
jupyter-nbclassic-extension, jupyter-nbclassic-serverextension
gained the "-nbclassic-" part of the name; updated binary-names for
update-alterantives
- update to version 0.4.4:
* Enhancements made
+ Stop looking in the old IPython directory for nbextensions #153
(@minrk)
+ Handlers under nbclassic if notebook 7 is found #141 (@echarles)
* Bugs fixed
+ Fix resource display when redirecting from /notebooks/* #148
(@echarles)
+ Rename duplicate entrypoints #138 (@echarles)
+ Point nbclassic at the classic jupyter_notebook_config path #137
(@Zsailer)
* Maintenance and upkeep improvements
+ Updating JS Dependencies #152 (@RRosio)
+ Get the notebook version from notebook._version #133 (@echarles)
* Documentation improvements
+ Updating documentation for nbclassic #134 (@RRosio)
* Other merged PRs
+ UI: About box to display nbclassic instead of notebook #147
(@echarles)
* Tue Aug 02 2022 Ben Greiner <code@bnavigator.de>
- Update to 0.4.3
* Handle execution errors with empty traceback entries similar to
Lab #126 (@kevin-bates)
* fix some import errors in 0.4 #130 (@minrk)
* fix enable-on-install #127 (@minrk)
* Fix notebook shim version check #129 (@minrk)
- Release 0.4.2
* Don't shim notebook if notebook<7 is available #123 (@echarles)
* Relax assert for IPythonHandler in case of notebook<6 #122
(@echarles)
* Fix executable name in desktop file #119 (@antonio-rojas)
- Release 0.4.0
* Shim to support the notebook extensions #113 (@echarles)
* nbclassic to use its own static assets #96 (@echarles)
* Add the notebook 6.4.x tests, docs and companion files (with
git history) #94 (@echarles)
* Add the notebook static assets (with git history) #93
(@echarles)
- Use the pure wheel for install which has the JS stuff.
- Override notebook entrypoints with higer priority libalternatives
configurations gh#jupyter/notebook#6501
- Test in multibuild for all the dependencies. Stay with nbclassic
tests only, not the notebook tests further down in the tree.
* Sun Jun 05 2022 Ben Greiner <code@bnavigator.de>
- Update to 0.3.7
* Clean up packaging and CI #91 (@blink1073)
- Release 0.3.6
* Depend on notebook_shim package for server-side shim layer #88
(@Zsailer)
* Thu Feb 17 2022 Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 0.3.5:
* Bugs fixed
+ ensure extension name is passed to TerminalHandler #79 (@minrk)
* Maintenance and upkeep improvements
+ Clean up downstream tests #82 (@blink1073)
+ Enforce labels on PRs #80 (@blink1073)
/usr/etc/jupyter/jupyter_server_config.d/nbclassic.json /usr/share/applications/jupyter-nbclassic.desktop /usr/share/icons/hicolor/scalable/apps/nbclassic.svg /usr/share/licenses/jupyter-nbclassic /usr/share/licenses/jupyter-nbclassic/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Nov 9 22:24:17 2025