17
0

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

- Add IPYKERNEL_CELL_NAME env var for test sanitization
- Only require async_generator for Python < 3.7

OBS-URL: https://build.opensuse.org/request/show/920353
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-nbclient?expand=0&rev=21
This commit is contained in:
2021-09-22 14:57:58 +00:00
committed by Git OBS Bridge
parent 4e98c8f102
commit 675f734a8c
4 changed files with 27 additions and 10 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Sep 19 11:10:00 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Add IPYKERNEL_CELL_NAME env var for test sanitization
- Only require async_generator for Python < 3.7
-------------------------------------------------------------------
Wed Sep 15 05:46:38 UTC 2021 - Arun Persaud <arun@gmx.de>
- update to version 0.5.4:
* Replace km.cleanup with km.cleanup_resources #152 (@davidbrochart)
* Use async generator backport only on old python #154 (@mkoeppe)
* Support parsing of IPython dev version #150 (@cphyc)
* Set IPYKERNEL_CELL_NAME = <IPY-INPUT> #147 (@davidbrochart)
* Print useful error message on exception #142 (@certik)
-------------------------------------------------------------------
Thu Apr 8 22:30:04 UTC 2021 - Ben Greiner <code@bnavigator.de>