Source-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.16.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/91d81b05210b
branches:  trunk
changeset: 435163:91d81b05210b
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jul 01 14:05:04 2020 +0000

description:
py-ipython: updated to 7.16.1

IPython 7.16
============

The default traceback mode will now skip frames that are marked with
``__tracebackhide__ = True`` and show how many traceback frames have been
skipped. This can be toggled by using :magic:`xmode` with the ``--show`` or
``--hide`` attribute. It will have no effect on non verbose traceback modes.

The ipython debugger also now understands ``__tracebackhide__`` as well and will
skip hidden frames when displaying. Movement up and down the stack will skip the
hidden frames and will show how many frames were hidden. Internal IPython frames
are also now hidden by default. The behavior can be changed with the
``skip_hidden`` while in the debugger, command and accepts "yes", "no", "true"
and "false" case insensitive parameters.

Misc Noticeable changes:
------------------------
- Exceptions are now (re)raised when running notebooks via the :magic:`%run`, helping to catch issues in workflows and
  pipelines. :ghpull:`12301`
- Fix inputhook for qt 5.15.0 :ghpull:`12355`
- Fix wx inputhook :ghpull:`12375`
- Add handling for malformed pathext env var (Windows) :ghpull:`12367`
- use $SHELL in system_piped :ghpull:`12360` for uniform behavior with
  ipykernel.

diffstat:

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

diffs (37 lines):

diff -r 9646f8d5522b -r 91d81b05210b devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Wed Jul 01 13:17:51 2020 +0000
+++ b/devel/py-ipython/Makefile Wed Jul 01 14:05:04 2020 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.50 2020/05/31 11:31:52 adam Exp $
+# $NetBSD: Makefile,v 1.51 2020/07/01 14:05:04 adam Exp $
 
-DISTNAME=      ipython-7.15.0
+DISTNAME=      ipython-7.16.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
@@ -15,7 +15,7 @@
 DEPENDS+=      ${PYPKGPREFIX}-jedi>=0.10:../../editors/py-jedi
 DEPENDS+=      ${PYPKGPREFIX}-pexpect-[0-9]*:../../devel/py-pexpect
 DEPENDS+=      ${PYPKGPREFIX}-pickleshare-[0-9]*:../../databases/py-pickleshare
-DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=2.0.0:../../devel/py-prompt_toolkit2
+DEPENDS+=      ${PYPKGPREFIX}-prompt_toolkit>=3.0.1:../../devel/py-prompt_toolkit2
 DEPENDS+=      ${PYPKGPREFIX}-pygments-[0-9]*:../../textproc/py-pygments
 DEPENDS+=      ${PYPKGPREFIX}-setuptools>=18.5:../../devel/py-setuptools
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
diff -r 9646f8d5522b -r 91d81b05210b devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Wed Jul 01 13:17:51 2020 +0000
+++ b/devel/py-ipython/distinfo Wed Jul 01 14:05:04 2020 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.29 2020/05/31 11:31:52 adam Exp $
+$NetBSD: distinfo,v 1.30 2020/07/01 14:05:04 adam Exp $
 
-SHA1 (ipython-7.15.0.tar.gz) = f56f066a13c379c4dd3c8d7e25f0c8e6919d8518
-RMD160 (ipython-7.15.0.tar.gz) = b2e7e022fccf97aadccff8533d17a762392a9fb9
-SHA512 (ipython-7.15.0.tar.gz) = 46b09a8b6e5611d7b11b26aac475e7b823b00653ea6a3bf1a66d294cef22762b38e63c79f1e4e9bea0fe3e6423b058a2a692dc544c082dca37b9bb91c816cd22
-Size (ipython-7.15.0.tar.gz) = 5245923 bytes
+SHA1 (ipython-7.16.1.tar.gz) = a4e6d466eac2703dfcfa541e375d349c2033776c
+RMD160 (ipython-7.16.1.tar.gz) = a1c8d7b5d6cf0c82b9e59cbaf4062bbb58486942
+SHA512 (ipython-7.16.1.tar.gz) = 60259fd6270b0355be67b4f620a58b56ae86e69e14debe2df86df6118548f2290ab3927b8dfab20db1ebd675df697d05eb6994b93625a7b8b6ea07112ddf63bd
+Size (ipython-7.16.1.tar.gz) = 5136303 bytes
 SHA1 (patch-setupbase.py) = 241463d5368a4c80c8194244f5c3895196b44da5



Home | Main Index | Thread Index | Old Index