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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/70ee34a73b80
branches:  trunk
changeset: 315798:70ee34a73b80
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Nov 30 09:59:40 2018 +0000

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

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

diffs (28 lines):

diff -r d791f56ff0d0 -r 70ee34a73b80 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Fri Nov 30 09:53:33 2018 +0000
+++ b/devel/py-ipython/Makefile Fri Nov 30 09:59:40 2018 +0000
@@ -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 -r d791f56ff0d0 -r 70ee34a73b80 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Fri Nov 30 09:53:33 2018 +0000
+++ b/devel/py-ipython/distinfo Fri Nov 30 09:59:40 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index