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 Mar 22 11:07:59 UTC 2019

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

Log Message:
py-ipython: updated to 7.4.0

IPython 7.4.0
Unicode name completions
Make audio normalization optional
Fix improper acceptation of return outside of functions.
Fixed PyQt 5.11 backwards incompatibility causing sip import failure.
Fix Bug where type? woudl crash IPython.
Allow to apply @needs_local_scope to cell magics for convenience.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.14 -r1.15 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.33 pkgsrc/devel/py-ipython/Makefile:1.34
--- pkgsrc/devel/py-ipython/Makefile:1.33       Tue Feb 19 08:29:56 2019
+++ pkgsrc/devel/py-ipython/Makefile    Fri Mar 22 11:07:59 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.33 2019/02/19 08:29:56 adam Exp $
+# $NetBSD: Makefile,v 1.34 2019/03/22 11:07:59 adam Exp $
 
-DISTNAME=      ipython-7.3.0
+DISTNAME=      ipython-7.4.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.14 pkgsrc/devel/py-ipython/distinfo:1.15
--- pkgsrc/devel/py-ipython/distinfo:1.14       Tue Feb 19 08:29:56 2019
+++ pkgsrc/devel/py-ipython/distinfo    Fri Mar 22 11:07:59 2019
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.14 2019/02/19 08:29:56 adam Exp $
+$NetBSD: distinfo,v 1.15 2019/03/22 11:07:59 adam Exp $
 
-SHA1 (ipython-7.3.0.tar.gz) = 9e739ddb2313f887eaab85ec3fb6fd1d072d45d8
-RMD160 (ipython-7.3.0.tar.gz) = b893f1e24bf37b92e97006b43382a16ba36e4b41
-SHA512 (ipython-7.3.0.tar.gz) = 3fc0de6b7d1af9e48fd265df57ea2a51d73464d0d7d475cc6d84f219eb6f6705c843ceb2656ee2e8d8fd66d1dcc5b26ff6e7080a7560a981e97d206fd65ebacc
-Size (ipython-7.3.0.tar.gz) = 5115887 bytes
+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 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324



Home | Main Index | Thread Index | Old Index