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.11.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d1e5c50df0fc
branches:  trunk
changeset: 420310:d1e5c50df0fc
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Jan 02 10:24:57 2020 +0000

description:
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:

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

diffs (28 lines):

diff -r 61a493f132aa -r d1e5c50df0fc devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Jan 02 10:00:25 2020 +0000
+++ b/devel/py-ipython/Makefile Thu Jan 02 10:24:57 2020 +0000
@@ -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 -r 61a493f132aa -r d1e5c50df0fc devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Thu Jan 02 10:00:25 2020 +0000
+++ b/devel/py-ipython/distinfo Thu Jan 02 10:24:57 2020 +0000
@@ -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



Home | Main Index | Thread Index | Old Index