From 7a6c3ef6d2bafbbc4234f377a06e086f8412c3ad Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 24 Jun 2017 08:07:14 +0000 Subject: 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. --- devel/py-ipython/Makefile | 4 ++-- devel/py-ipython/PLIST | 5 ++++- devel/py-ipython/distinfo | 10 +++++----- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/devel/py-ipython/Makefile b/devel/py-ipython/Makefile index c24627d72a9..3ec39efb51e 100644 --- a/devel/py-ipython/Makefile +++ b/devel/py-ipython/Makefile @@ -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 --git a/devel/py-ipython/PLIST b/devel/py-ipython/PLIST index 47ef0f1a44c..9b13f83560a 100644 --- a/devel/py-ipython/PLIST +++ b/devel/py-ipython/PLIST @@ -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/PyColorize.pyo ${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 --git a/devel/py-ipython/distinfo b/devel/py-ipython/distinfo index a3acb5ad23a..baa03be47eb 100644 --- a/devel/py-ipython/distinfo +++ b/devel/py-ipython/distinfo @@ -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 -- cgit v1.2.3