pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython IPython 5.4.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/76df23b778e2
branches:  trunk
changeset: 364430:76df23b778e2
user:      adam <adam%pkgsrc.org@localhost>
date:      Sat Jun 24 08:07:14 2017 +0000

description:
IPython 5.4.1
Released a few hours after 5.4, fix a crash when backports.shutil-get-terminal-size is not installed.

IPython 5.4
IPython 5.4-LTS is the first release of IPython after the release of the 6.x series which is Python 3 only. It backports most of the new exposed API additions made in IPython 6.0 and 6.1 and avoid 
having to write conditional logics depending of the version of IPython.

diffstat:

 devel/py-ipython/Makefile |   4 ++--
 devel/py-ipython/PLIST    |   5 ++++-
 devel/py-ipython/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 824feee642db -r 76df23b778e2 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Sat Jun 24 08:03:35 2017 +0000
+++ b/devel/py-ipython/Makefile Sat Jun 24 08:07:14 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.20 2017/05/04 20:24:06 adam Exp $
+# $NetBSD: Makefile,v 1.21 2017/06/24 08:07:14 adam Exp $
 
-DISTNAME=      ipython-5.3.0
+DISTNAME=      ipython-5.4.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel lang
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r 824feee642db -r 76df23b778e2 devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST    Sat Jun 24 08:03:35 2017 +0000
+++ b/devel/py-ipython/PLIST    Sat Jun 24 08:07:14 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.6 2017/04/23 04:50:51 markd Exp $
+@comment $NetBSD: PLIST,v 1.7 2017/06/24 08:07:14 adam Exp $
 ${PLIST.py2x}bin/iptest2
 ${PLIST.py3x}bin/iptest3
 bin/iptest${PYVERSSUFFIX}
@@ -712,6 +712,9 @@
 ${PYSITELIB}/IPython/utils/__init__.py
 ${PYSITELIB}/IPython/utils/__init__.pyc
 ${PYSITELIB}/IPython/utils/__init__.pyo
+${PYSITELIB}/IPython/utils/_get_terminal_size.py
+${PYSITELIB}/IPython/utils/_get_terminal_size.pyc
+${PYSITELIB}/IPython/utils/_get_terminal_size.pyo
 ${PYSITELIB}/IPython/utils/_process_cli.py
 ${PYSITELIB}/IPython/utils/_process_cli.pyc
 ${PYSITELIB}/IPython/utils/_process_cli.pyo
diff -r 824feee642db -r 76df23b778e2 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Sat Jun 24 08:03:35 2017 +0000
+++ b/devel/py-ipython/distinfo Sat Jun 24 08:07:14 2017 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.5 2017/04/23 04:50:51 markd Exp $
+$NetBSD: distinfo,v 1.6 2017/06/24 08:07:14 adam Exp $
 
-SHA1 (ipython-5.3.0.tar.gz) = edd05e1306d046fc06b03f3cef39ffbf704888d3
-RMD160 (ipython-5.3.0.tar.gz) = 15e79f21343b1a9050f5fccdfbd9f0334a5bbf16
-SHA512 (ipython-5.3.0.tar.gz) = 41706d7521cc84f36f5580dc44cd91832a60aa8a7a946d15a9ec9563649b9ae97931b9f135f1fdbaecbcb0b9b925d467edfd6eec7f8c82309872047be77b598d
-Size (ipython-5.3.0.tar.gz) = 4967956 bytes
+SHA1 (ipython-5.4.1.tar.gz) = 7585dc12127e0174f7b8c1cf1460e745485b88e1
+RMD160 (ipython-5.4.1.tar.gz) = 5910b2bd94b889741bc70d1f956f2c9d52bc31f4
+SHA512 (ipython-5.4.1.tar.gz) = b37dae27a558585ec4f42fa22e86380ac81990207ec680fc7b0e6f97ac81c99d915cfe77488bc0b91a61c34e0c00b323df08aa06b142ce0fc88ce30203102907
+Size (ipython-5.4.1.tar.gz) = 4973571 bytes
 SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324



Home | Main Index | Thread Index | Old Index