pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 8.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3f861b5f6c2c
branches:  trunk
changeset: 376021:3f861b5f6c2c
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Mar 31 18:22:41 2022 +0000

description:
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:

 devel/py-ipython/Makefile |  4 ++--
 devel/py-ipython/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r f20527bb99a1 -r 3f861b5f6c2c devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Mar 31 18:11:00 2022 +0000
+++ b/devel/py-ipython/Makefile Thu Mar 31 18:22:41 2022 +0000
@@ -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 -r f20527bb99a1 -r 3f861b5f6c2c devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Thu Mar 31 18:11:00 2022 +0000
+++ b/devel/py-ipython/distinfo Thu Mar 31 18:22:41 2022 +0000
@@ -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



Home | Main Index | Thread Index | Old Index