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 28 14:06:08 UTC 2026

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

Log Message:
py-ipython: updated to 9.17.0

IPython 9.17

Summary

This release is mostly about how long IPython takes to start. Two further
passes over the startup path -- deferring imports to their use sites, keeping
pygments' plugin machinery out of it, and declaring IPython's own magics
lazily -- together cut a large fraction off ``import IPython`` and off getting
to a prompt, without any change in behaviour. Alongside that: a new
``IPYTHON_KITTY_GRAPHICS`` environment variable to override terminal graphics
detection, ``as`` aliasing in :magic:`aimport`, and two input- and
output-handling fixes.

There are no backwards-incompatible changes in this release.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.30 -r1.31 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.89 -r1.90 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.122 pkgsrc/devel/py-ipython/Makefile:1.123
--- pkgsrc/devel/py-ipython/Makefile:1.122      Thu Aug 20 11:11:07 2026
+++ pkgsrc/devel/py-ipython/Makefile    Fri Aug 28 14:06:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2026/08/20 11:11:07 adam Exp $
+# $NetBSD: Makefile,v 1.123 2026/08/28 14:06:07 adam Exp $
 
-DISTNAME=      ipython-9.16.1
+DISTNAME=      ipython-9.17.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -21,9 +21,9 @@ DEPENDS+=     ${PYPKGPREFIX}-psutil>=7:../..
 DEPENDS+=      ${PYPKGPREFIX}-pygments>=2.14.0:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-stack-data>=0.6.0:../../sysutils/py-stack-data
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=5.13.0:../../devel/py-traitlets
-TEST_DEPENDS+= ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
-TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio-[0-9]*:../../devel/py-test-asyncio
-TEST_DEPENDS+= ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
+TEST_DEPENDS+= ${PYPKGPREFIX}-pickleshare>=0:../../databases/py-pickleshare
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-testpath>=0:../../devel/py-testpath
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.30 pkgsrc/devel/py-ipython/PLIST:1.31
--- pkgsrc/devel/py-ipython/PLIST:1.30  Thu Aug 20 11:11:07 2026
+++ pkgsrc/devel/py-ipython/PLIST       Fri Aug 28 14:06:07 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.30 2026/08/20 11:11:07 adam Exp $
+@comment $NetBSD: PLIST,v 1.31 2026/08/28 14:06:07 adam Exp $
 bin/ipython-${PYVERSSUFFIX}
 bin/ipython3-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -17,6 +17,9 @@ ${PYSITELIB}/IPython/__main__.pyo
 ${PYSITELIB}/IPython/core/__init__.py
 ${PYSITELIB}/IPython/core/__init__.pyc
 ${PYSITELIB}/IPython/core/__init__.pyo
+${PYSITELIB}/IPython/core/_dunder_ops.py
+${PYSITELIB}/IPython/core/_dunder_ops.pyc
+${PYSITELIB}/IPython/core/_dunder_ops.pyo
 ${PYSITELIB}/IPython/core/alias.py
 ${PYSITELIB}/IPython/core/alias.pyc
 ${PYSITELIB}/IPython/core/alias.pyo
@@ -122,6 +125,9 @@ ${PYSITELIB}/IPython/core/magic_argument
 ${PYSITELIB}/IPython/core/magics/__init__.py
 ${PYSITELIB}/IPython/core/magics/__init__.pyc
 ${PYSITELIB}/IPython/core/magics/__init__.pyo
+${PYSITELIB}/IPython/core/magics/_table.py
+${PYSITELIB}/IPython/core/magics/_table.pyc
+${PYSITELIB}/IPython/core/magics/_table.pyo
 ${PYSITELIB}/IPython/core/magics/ast_mod.py
 ${PYSITELIB}/IPython/core/magics/ast_mod.pyc
 ${PYSITELIB}/IPython/core/magics/ast_mod.pyo

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.89 pkgsrc/devel/py-ipython/distinfo:1.90
--- pkgsrc/devel/py-ipython/distinfo:1.89       Thu Aug 20 11:11:07 2026
+++ pkgsrc/devel/py-ipython/distinfo    Fri Aug 28 14:06:07 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.89 2026/08/20 11:11:07 adam Exp $
+$NetBSD: distinfo,v 1.90 2026/08/28 14:06:07 adam Exp $
 
-BLAKE2s (ipython-9.16.1.tar.gz) = a210b50ccd3fc0b708f19f4fb57faa368ae5dc0e93e475cfb9478880bcdec333
-SHA512 (ipython-9.16.1.tar.gz) = 3d144661ae6521eaf738e71b18b4c89cfca66ac088c53c1ca01eb9be71981769927d5ea5966c8b165badb7143fd34fc4d7fed41a32859e9d003d2ba17511431b
-Size (ipython-9.16.1.tar.gz) = 4515302 bytes
+BLAKE2s (ipython-9.17.0.tar.gz) = 76ee523307391afe2a2974d84d2dc67e353588849b024b8aba3de7988ca427d6
+SHA512 (ipython-9.17.0.tar.gz) = c185d5cb7e003c5fbc701bd7c25fb6d250fc82051ebcf57453bfd79c6b7870d54e3869ba371556ad9242e651ffb39cb3ab0291e52331fc822758f7c5572ffadd
+Size (ipython-9.17.0.tar.gz) = 4538547 bytes
 SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e



Home | Main Index | Thread Index | Old Index