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:           Thu Aug  2 14:06:23 UTC 2018

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

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


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 pkgsrc/devel/py-ipython/Makefile
cvs rdiff -u -r1.10 -r1.11 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.29 pkgsrc/devel/py-ipython/Makefile:1.30
--- pkgsrc/devel/py-ipython/Makefile:1.29       Fri May 11 10:00:49 2018
+++ pkgsrc/devel/py-ipython/Makefile    Thu Aug  2 14:06:23 2018
@@ -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/}

Index: pkgsrc/devel/py-ipython/distinfo
diff -u pkgsrc/devel/py-ipython/distinfo:1.10 pkgsrc/devel/py-ipython/distinfo:1.11
--- pkgsrc/devel/py-ipython/distinfo:1.10       Fri May 11 10:00:49 2018
+++ pkgsrc/devel/py-ipython/distinfo    Thu Aug  2 14:06:23 2018
@@ -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