diff options
author | adam <adam@pkgsrc.org> | 2018-11-30 09:59:40 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-11-30 09:59:40 +0000 |
commit | 27e2011c77504118993ee05a183963487770df27 (patch) | |
tree | 9ba8702625c18f8791690b7223f506e82821dbbd /devel/py-ipython | |
parent | 80e663120becdce2bdb873ac1b5f14fc3e619075 (diff) | |
download | pkgsrc-27e2011c77504118993ee05a183963487770df27.tar.gz |
py-ipython: updated to 7.2.0
IPython 7.2.0 brings minor bugfixes, improvements, and new configuration options:
- Fix a bug preventing PySide2 GUI integration from working
- Run CI on Mac OS !
- Fix IPython "Demo" mode.
- Fix ``%run`` magic with path in name
- Fix: add CWD to sys.path *after* stdlib
- Better rendering of signatures, especially long ones.
- Re-enable jedi by default if it's installed
- Add New ``minimal`` exception reporting mode (useful for educational purpose).
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 f1e5f3e78c3..6e587e49955 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.31 2018/11/21 17:31:50 adam Exp $ +# $NetBSD: Makefile,v 1.32 2018/11/30 09:59:40 adam Exp $ -DISTNAME= ipython-7.1.1 +DISTNAME= ipython-7.2.0 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 6fe0a9835c4..188ddc0d028 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.12 2018/11/21 17:31:50 adam Exp $ +$NetBSD: distinfo,v 1.13 2018/11/30 09:59:40 adam Exp $ -SHA1 (ipython-7.1.1.tar.gz) = 6831d67857cabe2cbd720cab309d0c26aa234b83 -RMD160 (ipython-7.1.1.tar.gz) = 84345166ba00ee638d1fcc22c6d1a9aa5879bc0f -SHA512 (ipython-7.1.1.tar.gz) = 180c799a65381aeae85b9efb29660b3f8e69e7b140b24794c92dca67ce6c480966eb2761f4fbf617da623f9232cbd2c03498cfee192d010d7e351ecf7ffde38c -Size (ipython-7.1.1.tar.gz) = 5112249 bytes +SHA1 (ipython-7.2.0.tar.gz) = a7d77e97989e72a4fb767045b9c215fdac586c36 +RMD160 (ipython-7.2.0.tar.gz) = 067d31e86e2b04d721477e18e1e3645c1c71d60b +SHA512 (ipython-7.2.0.tar.gz) = 2236b620d66592d8cb453d03393d818c924f230dbc50f4b1a898fd746bf5c2dde345caa695024e508c81ee5e0e58452613bc31febf8e6df5485efb273327f95b +Size (ipython-7.2.0.tar.gz) = 5112895 bytes SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324 |