Path to this page:
Subject: CVS commit: pkgsrc/devel/py-ipython
From: Adam Ciarcinski
Date: 2024-09-03 10:33:10
Message id: 20240903083310.B2F8AFC74@cvs.NetBSD.org
Log Message:
py-ipython: updated to 8.27.0
IPython 8.27
New release of IPython after a month off (not enough changes). We can see a few
important changes for this release.
- autocall was beeing call getitem, :ghpull:`14486`
- Only copy files in startup dir if we just created it. :ghpull:`14497`
- Fix some tests on Python 3.13 RC1 :ghpull:`14504`; this one I guess make this
the first IPython release officially compatible with Python 3.13; you will
need the most recent ``executing`` and ``stack_data``, we won't pin to avoid
forcing user of older Python version to upgrade.
Files: