From 387e5af8c160418333ec2ab82a58d36087a4c77e Mon Sep 17 00:00:00 2001
From: Alessio Sergi <al3hex@gmail.com>
Date: Tue, 23 Jun 2015 23:23:23 +0200
Subject: [PATCH] python-ipython: update to 3.2.0

---
 srcpkgs/python-ipython/INSTALL.msg                   | 4 ++--
 srcpkgs/python-ipython/python3.4-ipython.INSTALL.msg | 2 +-
 srcpkgs/python-ipython/template                      | 6 +++---
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/python-ipython/INSTALL.msg b/srcpkgs/python-ipython/INSTALL.msg
index 3156984dfd5..28875234e35 100644
--- a/srcpkgs/python-ipython/INSTALL.msg
+++ b/srcpkgs/python-ipython/INSTALL.msg
@@ -4,5 +4,5 @@ For the Qt console install python-ipython-qtconsole.
 For the HTML notebook install python-ipython-notebook.
 For the matplotlib integration install python-matplotlib.
 
-To convert notebooks between various formats install the following
-dependencies: python-ipython-notebook, python-Sphinx, pandoc.
+To convert notebooks between various formats install the
+following dependencies: python-Sphinx, pandoc.
diff --git a/srcpkgs/python-ipython/python3.4-ipython.INSTALL.msg b/srcpkgs/python-ipython/python3.4-ipython.INSTALL.msg
index 3f29219cf58..b9d6d4b33a0 100644
--- a/srcpkgs/python-ipython/python3.4-ipython.INSTALL.msg
+++ b/srcpkgs/python-ipython/python3.4-ipython.INSTALL.msg
@@ -5,4 +5,4 @@ For the HTML notebook install python3.4-ipython-notebook.
 For the matplotlib integration install python3.4-matplotlib.
 
 To convert notebooks between various formats install the following
-dependencies: python3.4-ipython-notebook, python3.4-Sphinx, pandoc.
+dependencies: python3.4-Sphinx, pandoc.
diff --git a/srcpkgs/python-ipython/template b/srcpkgs/python-ipython/template
index 24ef9296a47..dc355a5bce7 100644
--- a/srcpkgs/python-ipython/template
+++ b/srcpkgs/python-ipython/template
@@ -1,7 +1,7 @@
 # Template file for 'python-ipython'
 pkgname=python-ipython
-version=3.1.0
-revision=3
+version=3.2.0
+revision=1
 noarch=yes
 wrksrc="ipython-${version}"
 build_style=python-module
@@ -20,7 +20,7 @@ maintainer="Alessio Sergi <al3hex@gmail.com>"
 homepage="http://ipython.org/"
 license="3-clause-BSD"
 distfiles="${PYPI_SITE}/i/ipython/ipython-${version}.tar.gz"
-checksum=532092d3f06f82b1d8d1e5c37097eae19fcf025f8f6a4b670dd49c3c338d5624
+checksum=8e64b441e16298c08025b826126b2d7bc5c1776d2d2f071672166f615f327887
 
 # explicit order, do not change
 subpackages="python-ipython-notebook python3.4-ipython-notebook python3.4-ipython"