17
0

Accepting request 931413 from home:bnavigator:branches:devel:languages:python:jupyter

- Update to 0.3.4
  * Monkeypatch IPythonHandler to find nbclassic's jinja templates
    #77 (@Zsailer)
  * Run JupyterLab browser tests as downstream tests #76 (@Zsailer)
  * add check-release workflow #75 (@Zsailer)
- Release 0.3.3
  * Use Jupyter Packaging and other cleanup #68 (@Zsailer)
  * add missing lines to manifest #72 (@Zsailer)
  * add changelog comments for jupyter-releaser #70 (@Zsailer)
  * add setup.py back to enable jupyter_releaser #69 (@Zsailer)
  * Add workflow to test JupyterLab #67 (@Zsailer)
  * Expose classic notebook's static assets from their original
    endpoints #63 (@Zsailer)
- Release 0.32.2
  * ExtensionManager's link_extension changed call signature #64
    (@athornton)
  * Fix link to the Jupyter Notebook repo in README #62
    (@saiwing-yeung)
- Reenable libalternatives

OBS-URL: https://build.opensuse.org/request/show/931413
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclassic?expand=0&rev=7
This commit is contained in:
2021-11-14 17:41:44 +00:00
committed by Git OBS Bridge
parent 954c354036
commit 4e1bcdac91
4 changed files with 37 additions and 16 deletions

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Sun Nov 14 15:53:25 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Update to 0.3.4
* Monkeypatch IPythonHandler to find nbclassic's jinja templates
#77 (@Zsailer)
* Run JupyterLab browser tests as downstream tests #76 (@Zsailer)
* add check-release workflow #75 (@Zsailer)
- Release 0.3.3
* Use Jupyter Packaging and other cleanup #68 (@Zsailer)
* add missing lines to manifest #72 (@Zsailer)
* add changelog comments for jupyter-releaser #70 (@Zsailer)
* add setup.py back to enable jupyter_releaser #69 (@Zsailer)
* Add workflow to test JupyterLab #67 (@Zsailer)
* Expose classic notebook's static assets from their original
endpoints #63 (@Zsailer)
- Release 0.32.2
* ExtensionManager's link_extension changed call signature #64
(@athornton)
* Fix link to the Jupyter Notebook repo in README #62
(@saiwing-yeung)
- Reenable libalternatives
-------------------------------------------------------------------
Thu Oct 28 19:14:07 UTC 2021 - Ben Greiner <code@bnavigator.de>