diff options
author | adam <adam@pkgsrc.org> | 2020-07-01 14:05:04 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2020-07-01 14:05:04 +0000 |
commit | 73e906c445e78ed35b9241a296f695d84e00101f (patch) | |
tree | 86e4ec5a28aec4a633e88c9f3b0b67a45043c825 | |
parent | 33e3009c6c46358db16bb9b095a386e56c4862cf (diff) | |
download | pkgsrc-73e906c445e78ed35b9241a296f695d84e00101f.tar.gz |
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.
-rw-r--r-- | devel/py-ipython/Makefile | 6 | ||||
-rw-r--r-- | devel/py-ipython/distinfo | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index b43b9c70df2..07e4595a68b 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -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}-decorator-[0-9]*:../../devel/py-decorator 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 --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index df5b9717dbe..51a747d2ae2 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -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 |