17
0

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

reverted spec cleaner changes from SR1102499 

- update to version 6.25.0:
  * Enhancements made
    - feat: let display hook handle clear_output #1135
      (@maartenbreddels)
  * Bugs fixed
    - Merge connection info into existing connection file if it
      already exists #1133 (@jasongrout)
  * Maintenance and upkeep improvements
    - Clean up lint #1134 (@blink1073)
- change from version 6.24.0:
  * New features added
    - Let get_parent decide the channel to get parent header
      #1128 (@dby-tmwctw)
  * Bugs fixed
    - Bugfix: binary stdout/stderr handling #1129 (@arieleiz)

OBS-URL: https://build.opensuse.org/request/show/1102513
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipykernel?expand=0&rev=85
This commit is contained in:
2023-08-06 14:54:45 +00:00
committed by Git OBS Bridge
parent 526ec62e39
commit ae281114ad
4 changed files with 24 additions and 4 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Sat Aug 5 16:08:00 UTC 2023 - Arun Persaud <arun@gmx.de>
- update to version 6.25.0:
* Enhancements made
- feat: let display hook handle clear_output #1135
(@maartenbreddels)
* Bugs fixed
- Merge connection info into existing connection file if it
already exists #1133 (@jasongrout)
* Maintenance and upkeep improvements
- Clean up lint #1134 (@blink1073)
- change from version 6.24.0:
* New features added
- Let get_parent decide the channel to get parent header
#1128 (@dby-tmwctw)
* Bugs fixed
- Bugfix: binary stdout/stderr handling #1129 (@arieleiz)
-------------------------------------------------------------------
Sun Jul 2 06:34:01 UTC 2023 - Ben Greiner <code@bnavigator.de>