forked from pool/python-ipython
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user