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: Mon Jul 1 07:13:07 UTC 2019
Modified Files:
pkgsrc/devel/py-ipython: Makefile PLIST distinfo
Log Message:
py-ipython: updated to 7.6.0
IPython 7.6.0
IPython 7.6.0 contains a couple of bug fixes and number of small features additions as well as some compatibility with the current development version of Python 3.8.
Add a -l option to %psearch to list the available search types.
Support PathLike for DisplayObject and Image.
Configurability of timeout in the test suite for slow platforms.
Accept any casing for matplotlib backend.
Properly skip test that requires numpy to be installed
More support for Python 3.8 and positional only arguments (pep570)
Unicode names for the completion are loaded lazily on first use which should decrease startup time.
Autoreload now update the types of reloaded objects; this for example allow pickling of reloaded objects.
Fix a big where %%time magic would suppress cell output.
To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/py-ipython/PLIST
cvs rdiff -u -r1.16 -r1.17 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.36 pkgsrc/devel/py-ipython/Makefile:1.37
--- pkgsrc/devel/py-ipython/Makefile:1.36 Thu May 2 09:16:47 2019
+++ pkgsrc/devel/py-ipython/Makefile Mon Jul 1 07:13:07 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.36 2019/05/02 09:16:47 adam Exp $
+# $NetBSD: Makefile,v 1.37 2019/07/01 07:13:07 adam Exp $
-DISTNAME= ipython-7.5.0
+DISTNAME= ipython-7.6.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=i/ipython/}
Index: pkgsrc/devel/py-ipython/PLIST
diff -u pkgsrc/devel/py-ipython/PLIST:1.11 pkgsrc/devel/py-ipython/PLIST:1.12
--- pkgsrc/devel/py-ipython/PLIST:1.11 Tue Feb 19 08:29:56 2019
+++ pkgsrc/devel/py-ipython/PLIST Mon Jul 1 07:13:07 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.11 2019/02/19 08:29:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.12 2019/07/01 07:13:07 adam Exp $
bin/iptest-${PYVERSSUFFIX}
bin/ipython-${PYVERSSUFFIX}
${PYSITELIB}/${EGG_FILE}
@@ -11,6 +11,9 @@ ${PYSITELIB}/IPython/__main__.pyo
${PYSITELIB}/IPython/config.py
${PYSITELIB}/IPython/config.pyc
${PYSITELIB}/IPython/config.pyo
+${PYSITELIB}/IPython/conftest.py
+${PYSITELIB}/IPython/conftest.pyc
+${PYSITELIB}/IPython/conftest.pyo
${PYSITELIB}/IPython/consoleapp.py
${PYSITELIB}/IPython/consoleapp.pyc
${PYSITELIB}/IPython/consoleapp.pyo
Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.16 pkgsrc/devel/py-ipython/distinfo:1.17
--- pkgsrc/devel/py-ipython/distinfo:1.16 Fri Apr 26 10:13:15 2019
+++ pkgsrc/devel/py-ipython/distinfo Mon Jul 1 07:13:07 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2019/04/26 10:13:15 adam Exp $
+$NetBSD: distinfo,v 1.17 2019/07/01 07:13:07 adam Exp $
-SHA1 (ipython-7.5.0.tar.gz) = 110445154a73f24cfea8a985e98f4604830ba51e
-RMD160 (ipython-7.5.0.tar.gz) = 91f1116a225111856d03ea676dfa86a1da009967
-SHA512 (ipython-7.5.0.tar.gz) = 564027879e53b3716ebe8cb1ed4b516835c15f326c865fd664aa7a4e5f26e1a78a329ff8e19d4acf6249e2acf7382501114cd2258c38bba89f0f382f7dcda09b
-Size (ipython-7.5.0.tar.gz) = 5118610 bytes
+SHA1 (ipython-7.6.0.tar.gz) = d0421a5999a43d00b94808716587d069d76c7248
+RMD160 (ipython-7.6.0.tar.gz) = 005ea93dd1ecbc8500c55d200d0b60dedb0ea0c8
+SHA512 (ipython-7.6.0.tar.gz) = 7e51acea7e1eb69d6e086c9045dde8a5c5170b99229a2cdd5ffbdb7071ce7fc28988a35a105a85bacd929fd669dcfd686e44e98b195de636585eaa02ff9947aa
+Size (ipython-7.6.0.tar.gz) = 5155233 bytes
SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324
Home |
Main Index |
Thread Index |
Old Index