pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Mar 31 18:22:41 UTC 2022

Modified Files:
        pkgsrc/devel/py-ipython: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.49 -r1.50 pkgsrc/devel/py-ipython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.76 pkgsrc/devel/py-ipython/Makefile:1.77
--- pkgsrc/devel/py-ipython/Makefile:1.76       Sun Mar  6 17:18:31 2022
+++ pkgsrc/devel/py-ipython/Makefile    Thu Mar 31 18:22:41 2022
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.49 pkgsrc/devel/py-ipython/distinfo:1.50
--- pkgsrc/devel/py-ipython/distinfo:1.49       Sun Mar  6 17:18:31 2022
+++ pkgsrc/devel/py-ipython/distinfo    Thu Mar 31 18:22:41 2022
@@ -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