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:           Wed May 11 09:34:03 UTC 2022

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

Log Message:
py-ipython: updated to 8.3.0

IPython 8.3.0
-------------

 - :ghpull:`13625`, using ``?``, ``??``, ``*?`` will not call
   ``set_next_input`` as most frontend allow proper multiline editing and it was
   causing issues for many users of multi-cell frontends. This has been backported to 7.33

 - :ghpull:`13600`, ``pre_run_*``-hooks will now have a ``cell_id`` attribute on
   the info object when frontend provide it. This has been backported to 7.33

 - :ghpull:`13624`, fixed :kbd:`End` key being broken after accepting an
   auto-suggestion.

 - :ghpull:`13657` fix issue where history from different sessions would be mixed.


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.50 -r1.51 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.77 pkgsrc/devel/py-ipython/Makefile:1.78
--- pkgsrc/devel/py-ipython/Makefile:1.77       Thu Mar 31 18:22:41 2022
+++ pkgsrc/devel/py-ipython/Makefile    Wed May 11 09:34:03 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2022/03/31 18:22:41 adam Exp $
+# $NetBSD: Makefile,v 1.78 2022/05/11 09:34:03 adam Exp $
 
-DISTNAME=      ipython-8.2.0
+DISTNAME=      ipython-8.3.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.50 pkgsrc/devel/py-ipython/distinfo:1.51
--- pkgsrc/devel/py-ipython/distinfo:1.50       Thu Mar 31 18:22:41 2022
+++ pkgsrc/devel/py-ipython/distinfo    Wed May 11 09:34:03 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.50 2022/03/31 18:22:41 adam Exp $
+$NetBSD: distinfo,v 1.51 2022/05/11 09:34:03 adam Exp $
 
-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
+BLAKE2s (ipython-8.3.0.tar.gz) = f762061ee7631cc273de9f25d4383271f288025a245a7031303f38fc255e5e25
+SHA512 (ipython-8.3.0.tar.gz) = 95a3d50a5cffe9d4ed3f072c7fa8920c96beccdb15a7437836daa5f38f1ba228b4ebc4c3313d4c5016b77ed7d6f3787af727487ea379c9dc3b3de90eafa4d1c3
+Size (ipython-8.3.0.tar.gz) = 5314400 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index