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 Mar 9 11:52:57 UTC 2026
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
py-ipython: updated to 9.11.0
IPython 9.11
This release includes a new shell error-handling config option, a reproducible
banner for builds, history thread management improvements, autoreload encoding
fixes, Python 3.11 deprecation notices, and various type annotation improvements.
- :ghpull:`15073` Add ``system_raise_on_error`` config option for ``!`` shell operator
- :ghpull:`15121` Start dropping Python 3.11
- :ghpull:`15122` Fix encoding to utf8 for autoreload
- :ghpull:`15130` Stricter config + add typing to ``IPython/core/magic.py``
- :ghpull:`15133` Inline and remove only usage of ``on_off``
- :ghpull:`15144` Have a static banner when setting ``SOURCE_DATE_EPOCH``
In addition there are many type annotations that have been added by using Generative AI (Clause Sonnet and Opus from
Anthropicl; GitHub Copilot)
To generate a diff of this commit:
cvs rdiff -u -r1.120 -r1.121 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.87 -r1.88 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.120 pkgsrc/devel/py-ipython/Makefile:1.121
--- pkgsrc/devel/py-ipython/Makefile:1.120 Fri Feb 6 09:21:39 2026
+++ pkgsrc/devel/py-ipython/Makefile Mon Mar 9 11:52:56 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.120 2026/02/06 09:21:39 adam Exp $
+# $NetBSD: Makefile,v 1.121 2026/03/09 11:52:56 adam Exp $
-DISTNAME= ipython-9.10.0
+DISTNAME= ipython-9.11.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
@@ -11,13 +11,13 @@ COMMENT= Interactive computing environme
LICENSE= modified-bsd
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
-DEPENDS+= ${PYPKGPREFIX}-decorator>=4.3.2:../../devel/py-decorator
+DEPENDS+= ${PYPKGPREFIX}-decorator>=5.1.0:../../devel/py-decorator
DEPENDS+= ${PYPKGPREFIX}-ipython-pygments-lexers>=1.0.0:../../devel/py-ipython-pygments-lexers
-DEPENDS+= ${PYPKGPREFIX}-jedi>=0.18.1:../../editors/py-jedi
-DEPENDS+= ${PYPKGPREFIX}-matplotlib-inline>=0.1.5:../../graphics/py-matplotlib-inline
-DEPENDS+= ${PYPKGPREFIX}-pexpect>=4.4:../../devel/py-pexpect
+DEPENDS+= ${PYPKGPREFIX}-jedi>=0.18.2:../../editors/py-jedi
+DEPENDS+= ${PYPKGPREFIX}-matplotlib-inline>=0.1.6:../../graphics/py-matplotlib-inline
+DEPENDS+= ${PYPKGPREFIX}-pexpect>=4.6:../../devel/py-pexpect
DEPENDS+= ${PYPKGPREFIX}-prompt_toolkit>=3.0.41:../../devel/py-prompt_toolkit
-DEPENDS+= ${PYPKGPREFIX}-pygments>=2.11.0:../../textproc/py-pygments
+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
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.87 pkgsrc/devel/py-ipython/distinfo:1.88
--- pkgsrc/devel/py-ipython/distinfo:1.87 Fri Feb 6 09:21:39 2026
+++ pkgsrc/devel/py-ipython/distinfo Mon Mar 9 11:52:56 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.87 2026/02/06 09:21:39 adam Exp $
+$NetBSD: distinfo,v 1.88 2026/03/09 11:52:56 adam Exp $
-BLAKE2s (ipython-9.10.0.tar.gz) = f13cda790d5c73576936e705e02888d4cb6513d358e3c8ab5605fa896c924e75
-SHA512 (ipython-9.10.0.tar.gz) = f0f6592aa7984cbf77b82630ec6c9e5d269e6c2486dc885de4640e5d3f60a4d39fb8660a7d7e93efc241ad213a70667322d05a0d86468d22b701698a3e2fb03a
-Size (ipython-9.10.0.tar.gz) = 4426526 bytes
+BLAKE2s (ipython-9.11.0.tar.gz) = 02a26256f9af2503a67a53da83ef4623211f032c4451a3541c4637b53c95b8c8
+SHA512 (ipython-9.11.0.tar.gz) = 9ac8f20b7f644c8c0c87673da4e549a54721a0204ab73d1075315d5d222323daf4b3e627e3fafef60f3274cf6e5edbc33e7c7bb1c593af477abad825b2cfe2fe
+Size (ipython-9.11.0.tar.gz) = 4427354 bytes
SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e
Home |
Main Index |
Thread Index |
Old Index