pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython5 py-ipython5: updated to 5.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f16a78e0ea79
branches:  trunk
changeset: 378198:f16a78e0ea79
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 11:16:39 2018 +0000

description:
py-ipython5: updated to 5.6.0

IPython 5.6
In Python 3.6 and above, dictionaries preserve the order items were added to them. On these versions, IPython will display dictionaries in their native order, rather than sorting by the keys
ProgressBar can now be used as an iterator
The shell object gains a check_complete() method, to allow a smoother transition to new input processing machinery planned for IPython 7
IPython should start faster, as it no longer looks for all available pygments styles on startup

diffstat:

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

diffs (39 lines):

diff -r 55f7a9acb4d8 -r f16a78e0ea79 devel/py-ipython5/Makefile
--- a/devel/py-ipython5/Makefile        Tue Apr 03 11:15:21 2018 +0000
+++ b/devel/py-ipython5/Makefile        Tue Apr 03 11:16:39 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2018/01/25 11:42:53 adam Exp $
+# $NetBSD: Makefile,v 1.3 2018/04/03 11:16:39 adam Exp $
 
-DISTNAME=      ipython-5.5.0
+DISTNAME=      ipython-5.6.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
 
@@ -28,8 +27,6 @@
 DEPENDS+=      ${PYPKGPREFIX}-simplegeneric>0.8:../../devel/py-simplegeneric
 DEPENDS+=      ${PYPKGPREFIX}-sqlite3-[0-9]*:../../databases/py-sqlite3
 DEPENDS+=      ${PYPKGPREFIX}-traitlets>=4.2:../../devel/py-traitlets
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-nose>=0.10.1:../../devel/py-nose
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-testpath-[0-9]*:../../devel/py-testpath
 
 USE_LANGUAGES= # none
 
diff -r 55f7a9acb4d8 -r f16a78e0ea79 devel/py-ipython5/distinfo
--- a/devel/py-ipython5/distinfo        Tue Apr 03 11:15:21 2018 +0000
+++ b/devel/py-ipython5/distinfo        Tue Apr 03 11:16:39 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.1 2017/10/16 18:10:41 adam Exp $
+$NetBSD: distinfo,v 1.2 2018/04/03 11:16:39 adam Exp $
 
-SHA1 (ipython-5.5.0.tar.gz) = bd8b3f8dab9522e6f5b581945a056a39efc69739
-RMD160 (ipython-5.5.0.tar.gz) = dde4883b2de84451fb87203c7b79342994fd66a7
-SHA512 (ipython-5.5.0.tar.gz) = 2f9e92bdae16e6b6de62459a6b5fd5b2750028b973e903ab37c89dafdda5b3da9bf0feb73d0f3bf8b490ed03c6a66aea054e64afb32496607ecbc01d4ee05b76
-Size (ipython-5.5.0.tar.gz) = 4975920 bytes
+SHA1 (ipython-5.6.0.tar.gz) = 9b90674d38cb80975d726e6bb9f8bbf81e27c3ec
+RMD160 (ipython-5.6.0.tar.gz) = 20e84552e561c648861924c487532263fb6c2d56
+SHA512 (ipython-5.6.0.tar.gz) = 4104d3833bd3203b9600e0fdef43271afc4f648b3fa46876bff9cfcc6d8ae0fc7c025762edf3e6d4f098ce21ea4a0d9d9c8db67f7b44d167f30c9126e6fe6b75
+Size (ipython-5.6.0.tar.gz) = 5022169 bytes
 SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324



Home | Main Index | Thread Index | Old Index