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:           Fri Apr 26 10:13:15 UTC 2019

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.15 -r1.16 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.34 pkgsrc/devel/py-ipython/Makefile:1.35
--- pkgsrc/devel/py-ipython/Makefile:1.34       Fri Mar 22 11:07:59 2019
+++ pkgsrc/devel/py-ipython/Makefile    Fri Apr 26 10:13:15 2019
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.15 pkgsrc/devel/py-ipython/distinfo:1.16
--- pkgsrc/devel/py-ipython/distinfo:1.15       Fri Mar 22 11:07:59 2019
+++ pkgsrc/devel/py-ipython/distinfo    Fri Apr 26 10:13:15 2019
@@ -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