pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-ipython5



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Apr  3 11:16:39 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/py-ipython5/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-ipython5/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-ipython5/Makefile
diff -u pkgsrc/devel/py-ipython5/Makefile:1.2 pkgsrc/devel/py-ipython5/Makefile:1.3
--- pkgsrc/devel/py-ipython5/Makefile:1.2       Thu Jan 25 11:42:53 2018
+++ pkgsrc/devel/py-ipython5/Makefile   Tue Apr  3 11:16:39 2018
@@ -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}-setuptools>=18.
 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
 

Index: pkgsrc/devel/py-ipython5/distinfo
diff -u pkgsrc/devel/py-ipython5/distinfo:1.1 pkgsrc/devel/py-ipython5/distinfo:1.2
--- pkgsrc/devel/py-ipython5/distinfo:1.1       Mon Oct 16 18:10:41 2017
+++ pkgsrc/devel/py-ipython5/distinfo   Tue Apr  3 11:16:39 2018
@@ -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