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.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e602b7702161
branches:  trunk
changeset: 322667:e602b7702161
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Apr 26 10:13:15 2019 +0000

description:
py-ipython: updated to 7.5.0

IPython 7.5.0

IPython 7.5.0 consist mostly of bug-fixes, and documentation updates, with one minor new feature. The Audio display element can now be assigned an element id when displayed in browser.

The major outstanding bug fix correct a change of behavior that was introduce in 7.4.0 where some cell magics would not be able to access or modify global scope when using the @needs_local_scope 
decorator. This was typically encountered with the %%time and %%timeit magics.

diffstat:

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

diffs (28 lines):

diff -r b215667a7a68 -r e602b7702161 devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Fri Apr 26 10:02:13 2019 +0000
+++ b/devel/py-ipython/Makefile Fri Apr 26 10:13:15 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2019/03/22 11:07:59 adam Exp $
+# $NetBSD: Makefile,v 1.35 2019/04/26 10:13:15 adam Exp $
 
-DISTNAME=      ipython-7.4.0
+DISTNAME=      ipython-7.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r b215667a7a68 -r e602b7702161 devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Fri Apr 26 10:02:13 2019 +0000
+++ b/devel/py-ipython/distinfo Fri Apr 26 10:13:15 2019 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2019/03/22 11:07:59 adam Exp $
+$NetBSD: distinfo,v 1.16 2019/04/26 10:13:15 adam Exp $
 
-SHA1 (ipython-7.4.0.tar.gz) = ff79088dbc47c6997a71745c2567b9935e6c48d4
-RMD160 (ipython-7.4.0.tar.gz) = b0100bb8995c794d40859facd53e7278e7f0f76f
-SHA512 (ipython-7.4.0.tar.gz) = 6e5e4c0f605657cadeb5b192c7fafd14aa892b6844d5533c7672ed20bbd54ffbcc8e6be3c1033acf2a96eac421df6ce7bd430c76077ef45e02ff98c1c74272f0
-Size (ipython-7.4.0.tar.gz) = 5118138 bytes
+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 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324



Home | Main Index | Thread Index | Old Index