pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/py-ipython py-ipython: updated to 7.6.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2a763ca1f47f
branches:  trunk
changeset: 335766:2a763ca1f47f
user:      adam <adam%pkgsrc.org@localhost>
date:      Mon Jul 01 07:13:07 2019 +0000

description:
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.

diffstat:

 devel/py-ipython/Makefile |   4 ++--
 devel/py-ipython/PLIST    |   5 ++++-
 devel/py-ipython/distinfo |  10 +++++-----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (47 lines):

diff -r 4543e0189948 -r 2a763ca1f47f devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Mon Jul 01 05:51:49 2019 +0000
+++ b/devel/py-ipython/Makefile Mon Jul 01 07:13:07 2019 +0000
@@ -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/}
diff -r 4543e0189948 -r 2a763ca1f47f devel/py-ipython/PLIST
--- a/devel/py-ipython/PLIST    Mon Jul 01 05:51:49 2019 +0000
+++ b/devel/py-ipython/PLIST    Mon Jul 01 07:13:07 2019 +0000
@@ -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/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
diff -r 4543e0189948 -r 2a763ca1f47f devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Mon Jul 01 05:51:49 2019 +0000
+++ b/devel/py-ipython/distinfo Mon Jul 01 07:13:07 2019 +0000
@@ -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