1
0

- Update to 8.7.0

* PR #13834 bump the minimum prompt toolkit to 3.0.11.
  * IPython shipped with the py.typed marker now, and we are
    progressively adding more types. PR #13831
  * PR #13817 add configuration of code blacks formatting.
- Move to PEP517 build

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:jupyter/python-ipython?expand=0&rev=99
This commit is contained in:
2022-12-25 19:15:24 +00:00
committed by Git OBS Bridge
parent 645b8a9f22
commit b3a3f28d93
4 changed files with 25 additions and 10 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Sun Dec 25 19:08:47 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 8.7.0
* PR #13834 bump the minimum prompt toolkit to 3.0.11.
* IPython shipped with the py.typed marker now, and we are
progressively adding more types. PR #13831
* PR #13817 add configuration of code blacks formatting.
- Move to PEP517 build
-------------------------------------------------------------------
Sat Nov 5 19:43:48 UTC 2022 - Arun Persaud <arun@gmx.de>