Skip to content

Commit

Permalink
ipython: version bumped to 2.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
florin65 committed Nov 11, 2014
1 parent e1d86c5 commit ec22e6a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions python/ipython/DEPENDS
@@ -1,4 +1,8 @@
depends Python

optional_depends tornado "" "" "enable ipython notebook"
optional_depends pyzmq "" "" "enable ipython notebook"
optional_depends "tornado" "" "" "enable notebook"
optional_depends "pyzmq" "" "" "enable zeromq support"
optional_depends "PyQt" "" "" "enable qtconsole"
optional_depends "pygments" "" "" "enable syntax highlighter"
optional_depends "Twisted" "" "" "enable networking related tasks"
optional_depends "wxpython" "" "" "enable wxWindows support"
6 changes: 3 additions & 3 deletions python/ipython/DETAILS
@@ -1,11 +1,11 @@
MODULE=ipython
VERSION=2.1.0
VERSION=2.3.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_URL=http://archive.ipython.org/release/$VERSION
SOURCE_VFY=sha1:e80c30388cbe576038a78fc8ebb159cddae84fb4
SOURCE_VFY=sha256:a2f81afe3eca5c8b2e8cf4ec35518fd007a39231770e67e6c2c4f9bd2b857aae
WEB_SITE=http://ipython.org
ENTERED=20040707
UPDATED=20140605
UPDATED=20141111
SHORT="An enhanced Interactive Python shell"

cat << EOF
Expand Down

0 comments on commit ec22e6a

Please sign in to comment.