pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-ipython



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Nov 30 09:59:40 UTC 2018

Modified Files:
        pkgsrc/devel/py-ipython: Makefile distinfo

Log Message:
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).


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-ipython/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-ipython/Makefile
diff -u pkgsrc/devel/py-ipython/Makefile:1.31 pkgsrc/devel/py-ipython/Makefile:1.32
--- pkgsrc/devel/py-ipython/Makefile:1.31       Wed Nov 21 17:31:50 2018
+++ pkgsrc/devel/py-ipython/Makefile    Fri Nov 30 09:59:40 2018
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.12 pkgsrc/devel/py-ipython/distinfo:1.13
--- pkgsrc/devel/py-ipython/distinfo:1.12       Wed Nov 21 17:31:50 2018
+++ pkgsrc/devel/py-ipython/distinfo    Fri Nov 30 09:59:40 2018
@@ -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