diff options
author | adam <adam@pkgsrc.org> | 2020-01-02 10:24:57 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-01-02 10:24:57 +0000 |
commit | ebc6056096668a49aca4b2c71451731d21cc6561 (patch) | |
tree | 03373c95ca53f88708c837357a00ace20f0f0588 /devel/py-ipython | |
parent | fd1ae019af5494cd70c178056eb1d13a10470b67 (diff) | |
download | pkgsrc-ebc6056096668a49aca4b2c71451731d21cc6561.tar.gz |
py-ipython: updated to 7.11.1
IPython 7.11.1
==============
A couple of deprecated functions (no-op) have been reintroduces in py3compat as
Cython was still relying on them, and will be removed in a couple of versions.
IPython 7.11
============
IPython 7.11 received a couple of compatibility fixes and code cleanup.
A number of function in the ``py3compat`` have been removed; a number of types
in the IPython code base are now non-ambiguous and now always ``unicode``
instead of ``Union[Unicode,bytes]``; many of the relevant code path have thus
been simplified/cleaned and types annotation added.
IPython support several verbosity level from exceptions. ``xmode plain`` now
support chained exceptions. :ghpull:`11999`
We are starting to remove ``shell=True`` in some usages of subprocess. While not directly
a security issue (as IPython is made to run arbitrary code anyway) it is not good
practice and we'd like to show the example. :ghissue:`12023`. This discussion
was started by ``@mschwager`` thanks to a new auditing tool they are working on
with duo-labs (`dlint <https://github.com/duo-labs/dlint>`_).
Work around some bugs in Python 3.9 tokenizer :ghpull:`12057`
IPython will now print its version after a crash. :ghpull:`11986`
This is likely the last release from the 7.x series that will see new feature.
The master branch will soon accept large code changes and thrilling new
features; the 7.x branch will only start to accept critical bug fixes, and
update dependencies.
Diffstat (limited to 'devel/py-ipython')
-rw-r--r-- | devel/py-ipython/Makefile | 4 | ||||
-rw-r--r-- | devel/py-ipython/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index 373600482b6..e31e7daaa29 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.44 2019/12/15 09:18:46 adam Exp $ +# $NetBSD: Makefile,v 1.45 2020/01/02 10:24:57 adam Exp $ -DISTNAME= ipython-7.10.2 +DISTNAME= ipython-7.11.1 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/} diff --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index bf2e1145fd5..cb7c557e474 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.24 2019/12/15 09:18:46 adam Exp $ +$NetBSD: distinfo,v 1.25 2020/01/02 10:24:57 adam Exp $ -SHA1 (ipython-7.10.2.tar.gz) = bce5708d2b9506eea6cd4347ed2cffb3637e3f14 -RMD160 (ipython-7.10.2.tar.gz) = 64330c8cd873403e9328fb121e2e2c356e8da8e7 -SHA512 (ipython-7.10.2.tar.gz) = fc0f610cef28ad824e9b951f581205217485c64ba02ebf4e1303df432d1db05143f8ce42314c216360e1530e9a50241755208e71b9c20329301bd75ebdd679f3 -Size (ipython-7.10.2.tar.gz) = 5205044 bytes +SHA1 (ipython-7.11.1.tar.gz) = f7de6de2772038e7b46934403733ec37195a20fd +RMD160 (ipython-7.11.1.tar.gz) = 0d3262c6d3443236ef35d3a511818744d687e7c8 +SHA512 (ipython-7.11.1.tar.gz) = 44e4196e134e375c31027679bf2fe31aa6fe02919cb94479225442cc01a0b261d1b34ae2a24c182ef53862c9db8ac55200ab96320282bd82e248c9a351eb9c04 +Size (ipython-7.11.1.tar.gz) = 5130089 bytes SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5 |