1
0

Accepting request 1046538 from home:mcalabkova:branches:devel:languages:python

- Update to 8.8.0
  * replace the greedy completer and improve completion, in particular 
    for dictionary keys
  * adds py.typed to setup.cfg to make sure it is bundled in wheels
  * implements tab completions for IPython options in the shell when 
    using argcomplete 
  * makes the inspector class of InteractiveShell configurable
  * makes tests compatible with Pygments >= 2.14
  * more changes, see upstream 8.8.0 milestone

OBS-URL: https://build.opensuse.org/request/show/1046538
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=102
This commit is contained in:
2023-01-03 14:16:57 +00:00
committed by Git OBS Bridge
parent 31b4e3d45f
commit ace80d5a62
5 changed files with 13 additions and 178 deletions

View File

@@ -1,7 +1,15 @@
-------------------------------------------------------------------
Tue Jan 3 14:03:46 UTC 2023 - Markéta Machová <mmachova@suse.com>
- Add patch pygments214.patch to fix tests with new Pygments
- Update to 8.8.0
* replace the greedy completer and improve completion, in particular
for dictionary keys
* adds py.typed to setup.cfg to make sure it is bundled in wheels
* implements tab completions for IPython options in the shell when
using argcomplete
* makes the inspector class of InteractiveShell configurable
* makes tests compatible with Pygments >= 2.14
* more changes, see upstream 8.8.0 milestone
-------------------------------------------------------------------
Sun Dec 25 19:08:47 UTC 2022 - Ben Greiner <code@bnavigator.de>