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 6.5.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d67565dd9cd
branches:  trunk
changeset: 311137:1d67565dd9cd
user:      adam <adam%pkgsrc.org@localhost>
date:      Thu Aug 02 14:06:23 2018 +0000

description:
py-ipython: updated to 6.5.0

IPython 6.5.0

Miscellaneous bug fixes and compatibility with Python 3.7.

* Autocompletion fix for modules with out __init__.py
* update the %pastebin magic to use dpaste.com instead of GitHub Gist
  which now requires authentication
* Fix crash with multiprocessing

diffstat:

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

diffs (28 lines):

diff -r 0834d8ca1e21 -r 1d67565dd9cd devel/py-ipython/Makefile
--- a/devel/py-ipython/Makefile Thu Aug 02 14:02:21 2018 +0000
+++ b/devel/py-ipython/Makefile Thu Aug 02 14:06:23 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.29 2018/05/11 10:00:49 adam Exp $
+# $NetBSD: Makefile,v 1.30 2018/08/02 14:06:23 adam Exp $
 
-DISTNAME=      ipython-6.4.0
+DISTNAME=      ipython-6.5.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=i/ipython/}
diff -r 0834d8ca1e21 -r 1d67565dd9cd devel/py-ipython/distinfo
--- a/devel/py-ipython/distinfo Thu Aug 02 14:02:21 2018 +0000
+++ b/devel/py-ipython/distinfo Thu Aug 02 14:06:23 2018 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.10 2018/05/11 10:00:49 adam Exp $
+$NetBSD: distinfo,v 1.11 2018/08/02 14:06:23 adam Exp $
 
-SHA1 (ipython-6.4.0.tar.gz) = 3ccb589771767e4584ebf52fe59c77339974f293
-RMD160 (ipython-6.4.0.tar.gz) = 481aa7d44e895a053c4aa411e7de04398b02c915
-SHA512 (ipython-6.4.0.tar.gz) = 2910acd750a235feb20e8aa215c27fe5ee2867db1fc073acc25e302ace554b764580da8a63fe364e8ce9e5a58d13be5a293f179cf8b820b6c526da0b737b2117
-Size (ipython-6.4.0.tar.gz) = 5083614 bytes
+SHA1 (ipython-6.5.0.tar.gz) = b525bc4ac057fb8f5c36e255e7b49a8c7cd0e8d7
+RMD160 (ipython-6.5.0.tar.gz) = 00bca7a24732647ff65feee9c75849aaa827ba39
+SHA512 (ipython-6.5.0.tar.gz) = 88d2d5688c5caeca288520118c289397ac2225569108fad2139aedea66d44b50d1789ce2550f580624f1c1709422bf40e6c4a401f2afa29449f6785e7dcf1ec3
+Size (ipython-6.5.0.tar.gz) = 5084444 bytes
 SHA1 (patch-setupbase.py) = 8cd647afb3f26f19f5b8d872af7835b73615b324



Home | Main Index | Thread Index | Old Index