pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 7.23.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a02bf28c474
branches:  trunk
changeset: 452048:9a02bf28c474
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed May 05 08:47:48 2021 +0000

description:
py-ipython: updated to 7.23.0

IPython 7.23
============
Third release of IPython for 2021, mostly containing bug fixes. A couple of not
typical updates:

 - We moved to GitHub actions away from Travis-CI, the transition may not be
   100% complete (not testing on nightly anymore), but as we ran out of
   Travis-Ci hours on the IPython organisation that was a necessary step.
   :ghpull:`12900`.

 - We have a new dependency: ``matplotlib-inline``, which try to extract
   matplotlib inline backend specific behavior. It is available on PyPI and
   conda-forge thus should not be a problem to upgrade to this version. If you
   are a package maintainer that might be an extra dependency to package first.
   :ghpull:`12817`

In the addition/new feature category, ``display()`` now have a ``clear=True``
option to clear the display if any further outputs arrives, allowing users to
avoid having to use ``clear_output()`` directly. :ghpull:`12823`.

In bug fixes category, this release fix an issue when printing tracebacks
containing Unicode characters :ghpull:`12758`.

In code cleanup category :ghpull:`12932` remove usage of some deprecated
functionality for compatibility with Python 3.10.


IPython 7.22
============
Second release of IPython for 2021, mostly containing bug fixes. Here is a quick
rundown of the few changes.

- Fix some ``sys.excepthook`` shenanigan when embedding with qt, recommended if
  you – for example – use `napari <https://napari.org>`__. :ghpull:`12842`.
- Fix bug when using the new ipdb ``%context`` magic :ghpull:`12844`
- Couples of deprecation cleanup :ghpull:`12868`
- Update for new dpast.com api if you use the ``%pastbin`` magic. :ghpull:`12712`
- Remove support for numpy before 1.16. :ghpull:`12836`


IPython 7.21
============
IPython 7.21 is the first release we have back on schedule of one release every
month; it contains a number of minor fixes and improvements, notably, the new
context command for ipdb


New "context" command in ipdb
-----------------------------
It is now possible to change the number of lines shown in the backtrace
information in ipdb using "context" command. :ghpull:`12826`

Other notable changes in IPython 7.21
-------------------------------------
- Fix some issues on new osx-arm64 :ghpull:`12804`, :ghpull:`12807`.
- Compatibility with Xeus-Python for debugger protocol, :ghpull:`12809`
- Misc docs fixes for compatibility and uniformity with Numpydoc.

diffstat:

 devel/py-ipython/Makefile |   4 ++--
 devel/py-ipython/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (28 lines):

diff -r b729e3fd5ca8 -r 9a02bf28c474 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Wed May 05 08:41:33 2021 +0000
+++ b/devel/py-ipython/Makefile Wed May 05 08:47:48 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.57 2021/02/11 12:47:03 adam Exp $
+# $NetBSD: Makefile,v 1.58 2021/05/05 08:47:48 adam Exp $
 
-DISTNAME=      ipython-7.20.0
+DISTNAME=      ipython-7.23.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r b729e3fd5ca8 -r 9a02bf28c474 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Wed May 05 08:41:33 2021 +0000
+++ b/devel/py-ipython/distinfo Wed May 05 08:47:48 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.34 2021/02/11 12:47:03 adam Exp $
+$NetBSD: distinfo,v 1.35 2021/05/05 08:47:48 adam Exp $
 
-SHA1 (ipython-7.20.0.tar.gz) = 74d48f8d62b2118dd491eebe43f25e7d8d29f370
-RMD160 (ipython-7.20.0.tar.gz) = 2c97df9ddd60f384bbb385c0e320f6efc3ffdb7e
-SHA512 (ipython-7.20.0.tar.gz) = 2fff1a64c3d83e794e76bcbdf54e105f499321d9a7e5d3221cdc3e15a96e90543fd465b8dbee4836965286e7c1f1ea6d13e4d3d88c095164858bf71c161111fe
-Size (ipython-7.20.0.tar.gz) = 5140776 bytes
+SHA1 (ipython-7.23.0.tar.gz) = d6861c2b2a7635b675f942fbe12719864b4a17ac
+RMD160 (ipython-7.23.0.tar.gz) = 0e1bd7eb5de9c9cf193971aa616ebd7c963ece73
+SHA512 (ipython-7.23.0.tar.gz) = b00b71dbb2851f03f72b6c0e93920afc52cdb3cd5b8f27ba8cca4cb062a0f313db359ba83ba3a9608bca22744efab24c27350e06c5884946709b7fd29536820f
+Size (ipython-7.23.0.tar.gz) = 5143701 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5


Home | Main Index | Thread Index | Old Index