diff options
author | adam <adam@pkgsrc.org> | 2022-03-31 18:22:41 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2022-03-31 18:22:41 +0000 |
commit | 3f4759a72b2680911bf0b1d0d1d826ae30cfe2e6 (patch) | |
tree | f7571365059aab3a3a7b64858d6019c22c770417 /devel/py-ipython | |
parent | 1e048425a4fb3a960a2441eb528bf4b7050f8e1c (diff) | |
download | pkgsrc-3f4759a72b2680911bf0b1d0d1d826ae30cfe2e6.tar.gz |
py-ipython: updated to 8.2.0
IPython 8.2 mostly bring bugfixes to IPython.
- Auto-suggestion can now be elected with the ``end`` key.
- Some traceback issues with ``assert etb is not None`` have been fixed.
- History is now pulled from the sqitel database and not from in-memory.
In particular when using the ``%paste`` magic, the content of the pasted text will
be part of the history and not the verbatim text ``%paste`` anymore.
- Fix ``Ctrl-\\`` exit cleanup
- Fixes to ``ultratb`` ipdb support when used outside of IPython.
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ipython/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index e3b2a3cfe60..8558c4701b4 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.76 2022/03/06 17:18:31 adam Exp $ +# $NetBSD: Makefile,v 1.77 2022/03/31 18:22:41 adam Exp $ -DISTNAME= ipython-8.1.1 +DISTNAME= ipython-8.2.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} diff --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index bc77932a3c0..9124d854081 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.49 2022/03/06 17:18:31 adam Exp $ +$NetBSD: distinfo,v 1.50 2022/03/31 18:22:41 adam Exp $ -BLAKE2s (ipython-8.1.1.tar.gz) = a437730a68183966534a79b77525d6d7d837927389b9281be6a063f80a7f561b -SHA512 (ipython-8.1.1.tar.gz) = ce93d4d0839f32256461ff53c510f694db6ec0358a487a6af016d41f811e1b78b3244f1c67097e14afd32635ae392b4bff5d6eb2fc823c299c699335dc43bdc0 -Size (ipython-8.1.1.tar.gz) = 5313998 bytes +BLAKE2s (ipython-8.2.0.tar.gz) = 936ce4b2f3a756aa9fbc9bf8722f0b58729c65dbac40a3a310e5d74f1b88e3b0 +SHA512 (ipython-8.2.0.tar.gz) = 0bf93527bcafe5dfbfe034b901dff2f002e0fc732159073f0371263e23784f45eb6c9e3f7f2cb9567e93ea4ee313773f836157afe9d23256e71bc4b2fcac15af +Size (ipython-8.2.0.tar.gz) = 5400583 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 |