17
0

- Update to 6.29.0

* Always set debugger to true in kernelspec #1191 (@ianthomas23)
  * Revert "Enable ProactorEventLoop on windows for ipykernel"
    #1194 (@blink1073)
  * Make outputs go to correct cell when generated in
    threads/asyncio #1186 (@krassowski)
  * Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23)
- Update to 6.28.0
  * Enable ProactorEventLoop on windows for ipykernel #1184
    (@NewUserHa)
  * Adds a flag in debug_info for the copyToGlobals support #1099
    (@brichet)
  * Support python 3.12 #1185 (@blink1073)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=97
This commit is contained in:
2024-01-21 10:57:42 +00:00
committed by Git OBS Bridge
parent 7d3f9ba9db
commit 34230b4de8
4 changed files with 24 additions and 7 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Jan 21 10:45:42 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 6.29.0
* Always set debugger to true in kernelspec #1191 (@ianthomas23)
* Revert "Enable ProactorEventLoop on windows for ipykernel"
#1194 (@blink1073)
* Make outputs go to correct cell when generated in
threads/asyncio #1186 (@krassowski)
* Pin pytest-asyncio to 0.23.2 #1189 (@ianthomas23)
- Update to 6.28.0
* Enable ProactorEventLoop on windows for ipykernel #1184
(@NewUserHa)
* Adds a flag in debug_info for the copyToGlobals support #1099
(@brichet)
* Support python 3.12 #1185 (@blink1073)
-------------------------------------------------------------------
Wed Dec 20 21:56:25 UTC 2023 - Dirk Müller <dmueller@suse.com>