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 May  5 08:47:48 UTC 2021

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

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.57 -r1.58 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.34 -r1.35 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.57 pkgsrc/devel/py-ipython/Makefile:1.58
--- pkgsrc/devel/py-ipython/Makefile:1.57       Thu Feb 11 12:47:03 2021
+++ pkgsrc/devel/py-ipython/Makefile    Wed May  5 08:47:48 2021
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.34 pkgsrc/devel/py-ipython/distinfo:1.35
--- pkgsrc/devel/py-ipython/distinfo:1.34       Thu Feb 11 12:47:03 2021
+++ pkgsrc/devel/py-ipython/distinfo    Wed May  5 08:47:48 2021
@@ -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