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:           Mon Oct  6 08:49:45 UTC 2025

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

Log Message:
py-ipython: updated to 9.6.0

IPython 9.6

This version brings improvements to tab completion, ``%notebook`` magic, module ignoring functionality to debugger.

- :ghpull:`14973` Add module ignoring functionality to debugger
- :ghpull:`14982` Extract code from line magics for attribute completion
- :ghpull:`14998` Fix matplotlib plots displaying in wrong cells during ``%notebook`` export
- :ghpull:`14996` Respect ``DisplayFormatter.active_types`` trait configuration
- :ghpull:`15001` Fix ``%notebook`` magic creating multiple display_data outputs for single widgets
- :ghpull:`14997` Make ``%notebook`` magic notarise exported notebooks (mark as trusted)
- :ghpull:`14993` Type-guided partial evaluation for completion of uninitialized variables
- :ghpull:`14978` deduperreload: patch NULL for empty closure rather than None
- :ghpull:`14994` Bump minimum version (spec-0) and whitespace update

The ``%notebook`` magic can now reliably export plots generated by ``matplotlib``, whether with the default ``inline`` or the interactive ``ipympl`` backend.
For the plots to display when using the ``inline`` backend the ``c.DisplayFormatter.active_types`` needs to include ``image/png`` (or another image media type, depending on the backend configuration).

Tab completion now works on multi-line buffers with unevaluated code even when jedi is disabled.
Additionally, completion works when writing code as an argument to ``%timeit`` and ``%debug``.


To generate a diff of this commit:
cvs rdiff -u -r1.114 -r1.115 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.82 -r1.83 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.114 pkgsrc/devel/py-ipython/Makefile:1.115
--- pkgsrc/devel/py-ipython/Makefile:1.114      Fri Aug 29 12:39:49 2025
+++ pkgsrc/devel/py-ipython/Makefile    Mon Oct  6 08:49:45 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.114 2025/08/29 12:39:49 adam Exp $
+# $NetBSD: Makefile,v 1.115 2025/10/06 08:49:45 adam Exp $
 
-DISTNAME=      ipython-9.5.0
+DISTNAME=      ipython-9.6.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.82 pkgsrc/devel/py-ipython/distinfo:1.83
--- pkgsrc/devel/py-ipython/distinfo:1.82       Fri Aug 29 12:39:49 2025
+++ pkgsrc/devel/py-ipython/distinfo    Mon Oct  6 08:49:45 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.82 2025/08/29 12:39:49 adam Exp $
+$NetBSD: distinfo,v 1.83 2025/10/06 08:49:45 adam Exp $
 
-BLAKE2s (ipython-9.5.0.tar.gz) = b60202e7d0d2fdb1d1d56256139e4ce085d93c7ef0905af4bf861ad1a01155e1
-SHA512 (ipython-9.5.0.tar.gz) = fddf470a03ed94dfe2e193dce0d7228bd1143706ce1cd189348d6778eb7d1650a1589e49bc050214337b5fd9c30e7f1d91f871bc0d4a0a04d1a227747a81a132
-Size (ipython-9.5.0.tar.gz) = 4389137 bytes
+BLAKE2s (ipython-9.6.0.tar.gz) = 56dbbf5fcc92522f7a2afcd48a8e91d43795923f26eab7c6915db0d4df157516
+SHA512 (ipython-9.6.0.tar.gz) = 32128f60bd5ef133f6f16636ec66bb407b8b8499aa40aa960076ad1ab78d150c5bea3a5508a4284302dd950e7a92ee045f9665c29914adfabd1eca7d8f50c470
+Size (ipython-9.6.0.tar.gz) = 4396932 bytes
 SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e



Home | Main Index | Thread Index | Old Index