1
0

- Update to 2.1.0

* Fix preferred_dir for sync contents manager #1173 (@vidartf)
  * Update typing and warning handling #1174 (@blink1073)
- Release 2.0.7
  * Log how long each extension module takes to import #1171
    (@yuvipanda)
  * Set JPY_SESSION_NAME to full notebook path. #1100 (@Carreau)
  * Reapply preferred_dir fix, now with better backwards
    compatability #1162 (@vidartf)
  * Update example to use hatch #1169 (@blink1073)
  * Clean up docs build and typing #1168 (@blink1073)
  * Fix check release by ignoring duplicate file name in wheel
    #1163 (@blink1073)
  * Fix broken link in warning message #1158 (@consideRatio)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-jupyter-server?expand=0&rev=60
This commit is contained in:
2023-01-15 21:04:00 +00:00
committed by Git OBS Bridge
parent 114094a739
commit f0341a17ae
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Sun Jan 15 20:54:21 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Update to 2.1.0
* Fix preferred_dir for sync contents manager #1173 (@vidartf)
* Update typing and warning handling #1174 (@blink1073)
- Release 2.0.7
* Log how long each extension module takes to import #1171
(@yuvipanda)
* Set JPY_SESSION_NAME to full notebook path. #1100 (@Carreau)
* Reapply preferred_dir fix, now with better backwards
compatability #1162 (@vidartf)
* Update example to use hatch #1169 (@blink1073)
* Clean up docs build and typing #1168 (@blink1073)
* Fix check release by ignoring duplicate file name in wheel
#1163 (@blink1073)
* Fix broken link in warning message #1158 (@consideRatio)
-------------------------------------------------------------------
Sun Jan 1 17:50:22 UTC 2023 - Ben Greiner <code@bnavigator.de>