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 Nov 12 13:58:46 UTC 2025
Modified Files:
pkgsrc/devel/py-ipython: Makefile distinfo
Log Message:
py-ipython: updated to 9.7.0
IPython 9.7
===========
As ususal this new version of IPython brings a number of bugfixes:
- :ghpull:`1512` Fix ``Exception.text`` may be None
- :ghpull:`15007` Start Testign on free-threaded Python
- :ghpull:`14784` Update min dependencies
Gruvbox Dark Theme
------------------
Gruvbox Dark is now available as a terminal syntax theme for IPython.
Respect PYTHONSAFEPATH
----------------------
IPython now respects the value of Python's flag ``sys.flags.safe_path``, a flag which is most often set by the ``PYTHONSAFEPATH`` environment variable. Setting this causes Python not to automatically
include the current working directory in the sys.path.
IPython can already be configured to do this via the ``--ignore_cwd`` command-line flag or by setting ``c.InteractiveShellApp.ignore_cwd=True``. Now, IPython can also be configured by setting
``PYTHONSAFEPATH=1`` or by calling python with ``-P``.
The behavior of ``safe_path`` was described in `what's new in 3.11`_ and in `PyConfig docs`_.
To generate a diff of this commit:
cvs rdiff -u -r1.116 -r1.117 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.83 -r1.84 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.116 pkgsrc/devel/py-ipython/Makefile:1.117
--- pkgsrc/devel/py-ipython/Makefile:1.116 Thu Oct 9 07:57:32 2025
+++ pkgsrc/devel/py-ipython/Makefile Wed Nov 12 13:58:46 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.116 2025/10/09 07:57:32 wiz Exp $
+# $NetBSD: Makefile,v 1.117 2025/11/12 13:58:46 adam Exp $
-DISTNAME= ipython-9.6.0
+DISTNAME= ipython-9.7.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.83 pkgsrc/devel/py-ipython/distinfo:1.84
--- pkgsrc/devel/py-ipython/distinfo:1.83 Mon Oct 6 08:49:45 2025
+++ pkgsrc/devel/py-ipython/distinfo Wed Nov 12 13:58:46 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.83 2025/10/06 08:49:45 adam Exp $
+$NetBSD: distinfo,v 1.84 2025/11/12 13:58:46 adam Exp $
-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
+BLAKE2s (ipython-9.7.0.tar.gz) = 1a34f14eac6f4bea6ccf0e99d0bb4cf3f8d7ec14e0e3c4ece97fb2a3c29a5a20
+SHA512 (ipython-9.7.0.tar.gz) = d611bd9c36a7497c4757895a074d89ef1bb0ac8def6c819bbe084879f6d44f506a5fa30bddff2249b5e0bb363206eb09b3e311037643ce8f17012513a2285e9f
+Size (ipython-9.7.0.tar.gz) = 4422115 bytes
SHA1 (patch-setupbase.py) = 1de0975a186c250f03c996f7974750811de9607e
Home |
Main Index |
Thread Index |
Old Index