17
0

Accepting request 1199486 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 5.6.0
  * Use selected syntax highlighting style for tracebacks and
    improve ANSI color codes support.
  * Remove syntax highlighting support for Python 2.
  * Fix handling of carriage return.
  * Fix showing bold face characters in output when using ANSI
    codes.

OBS-URL: https://build.opensuse.org/request/show/1199486
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-qtconsole?expand=0&rev=66
This commit is contained in:
2024-09-08 16:18:50 +00:00
committed by Git OBS Bridge
parent f01a9dcbb4
commit ef34dd9917
4 changed files with 15 additions and 6 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Sep 8 11:32:42 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 5.6.0
* Use selected syntax highlighting style for tracebacks and
improve ANSI color codes support.
* Remove syntax highlighting support for Python 2.
* Fix handling of carriage return.
* Fix showing bold face characters in output when using ANSI
codes.
-------------------------------------------------------------------
Fri Jul 12 15:07:15 UTC 2024 - Ben Greiner <code@bnavigator.de>