17
0

Accepting request 919031 from home:apersaud:branches:devel:languages:python:jupyter

update to latest version

OBS-URL: https://build.opensuse.org/request/show/919031
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=37
This commit is contained in:
2021-09-22 15:05:00 +00:00
committed by Git OBS Bridge
parent 75f5a3e729
commit 363d4cd780
4 changed files with 33 additions and 8 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Wed Sep 15 05:29:16 UTC 2021 - Arun Persaud <arun@gmx.de>
- specfile:
* require debugpy for build
- update to version 6.4.1:
* Merged PRs
+ debugpy is now a build requirement #773 (@minrk)
- changes from version 6.4.0:
* Enhancements made
+ Make json_clean a no-op for jupyter-client >= 7 #708
(@martinRenou)
* Bugs fixed
+ Do not assume kernels have loops #766 (@Carreau)
+ Fix undefined variable #765 (@martinRenou)
* Maintenance and upkeep improvements
+ Make ipykernel work without debugpy #767 (@frenzymadness)
+ Stop using deprecated recv_multipart when using in-process
socket. #762 (@Carreau)
+ Update some warnings with instructions and version number. #761
(@Carreau)
-------------------------------------------------------------------
Mon Sep 6 11:20:30 UTC 2021 - Ben Greiner <code@bnavigator.de>