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:           Sat Jun 24 08:07:14 UTC 2017

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.5 -r1.6 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.20 pkgsrc/devel/py-ipython/Makefile:1.21
--- pkgsrc/devel/py-ipython/Makefile:1.20       Thu May  4 20:24:06 2017
+++ pkgsrc/devel/py-ipython/Makefile    Sat Jun 24 08:07:14 2017
@@ -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/}

Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.6 pkgsrc/devel/py-ipython/PLIST:1.7
--- pkgsrc/devel/py-ipython/PLIST:1.6   Sun Apr 23 04:50:51 2017
+++ pkgsrc/devel/py-ipython/PLIST       Sat Jun 24 08:07:14 2017
@@ -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.py
 ${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

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.5 pkgsrc/devel/py-ipython/distinfo:1.6
--- pkgsrc/devel/py-ipython/distinfo:1.5        Sun Apr 23 04:50:51 2017
+++ pkgsrc/devel/py-ipython/distinfo    Sat Jun 24 08:07:14 2017
@@ -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