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:           Fri Aug 29 12:39:49 UTC 2025

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

Log Message:
py-ipython: updated to 9.5.0

IPython 9.5

Featuring improvements for numerous magics (``%autoreload``, ``%whos``, ``%%script``, ``%%notebook``), a streaming performance regression fix, completer policy overrides improvements, and initial 
support for Python 3.14.

- :ghpull:`14938` Fix printing long strings in ``%whos`` magic command
- :ghpull:`14941` Fix performance of streaming long text
- :ghpull:`14943` Simplify overriding selective evaluation policy settings for modules
- :ghpull:`14955` Populate notebook metadata when exporting with ``%notebook`` magic
- :ghpull:`14960` Better handling in deduperreload for patching functions with freevars
- :ghpull:`14964` Fix traceback logic for non-SyntaxError exceptions in plain mode
- :ghpull:`14966` Do not warn repeatedly if policy overrides are not applicable
- :ghpull:`14967` Support Python 3.14.0rc2, test on CI
- :ghpull:`14969` Fix truncated output in ``%script`` magic
- :ghpull:`14970` Fix exceptions in ``%whos`` magic command


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.81 -r1.82 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.113 pkgsrc/devel/py-ipython/Makefile:1.114
--- pkgsrc/devel/py-ipython/Makefile:1.113      Thu Jul 17 08:16:48 2025
+++ pkgsrc/devel/py-ipython/Makefile    Fri Aug 29 12:39:49 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.113 2025/07/17 08:16:48 adam Exp $
+# $NetBSD: Makefile,v 1.114 2025/08/29 12:39:49 adam Exp $
 
-DISTNAME=      ipython-9.4.0
+DISTNAME=      ipython-9.5.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.81 pkgsrc/devel/py-ipython/distinfo:1.82
--- pkgsrc/devel/py-ipython/distinfo:1.81       Thu Jul 17 08:16:48 2025
+++ pkgsrc/devel/py-ipython/distinfo    Fri Aug 29 12:39:49 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.81 2025/07/17 08:16:48 adam Exp $
+$NetBSD: distinfo,v 1.82 2025/08/29 12:39:49 adam Exp $
 
-BLAKE2s (ipython-9.4.0.tar.gz) = 004e211d2d0774dbc2bb97ccb57bbe7356c8417c392249a1a460e72bf4b6e665
-SHA512 (ipython-9.4.0.tar.gz) = 8e0bd35effa6b5d6d17b7903ae708f1db753717b2271c79b6662fc508e003a7b3b510604ed340e6e89a8c84abf7c3718f785eb39d0914b653c47adc999a1d2f4
-Size (ipython-9.4.0.tar.gz) = 4385338 bytes
+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
 SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e



Home | Main Index | Thread Index | Old Index