diff options
author | Andrey Smirnov <andrew.smirnov@gmail.com> | 2017-06-12 16:42:16 -0700 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-06-15 23:08:32 +0200 |
commit | d0f96e667fda611aad27f3f7e51b4cde8eeb6631 (patch) | |
tree | 6ddd9527ef5868b3a69d00757e30b6cec65583d3 /package/python-ipython/python-ipython.mk | |
parent | b3bf0d87f5e40aa3213a1451e74c6d1f2a9b6dd9 (diff) | |
download | buildroot-d0f96e667fda611aad27f3f7e51b4cde8eeb6631.tar.gz buildroot-d0f96e667fda611aad27f3f7e51b4cde8eeb6631.zip |
python-ipython: Bump to version 5.4.0
Reviewed-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-ipython/python-ipython.mk')
-rw-r--r-- | package/python-ipython/python-ipython.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-ipython/python-ipython.mk b/package/python-ipython/python-ipython.mk index e57d69ddf2..5d92546fe0 100644 --- a/package/python-ipython/python-ipython.mk +++ b/package/python-ipython/python-ipython.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_IPYTHON_VERSION = 5.2.2 +PYTHON_IPYTHON_VERSION = 5.4.0 PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz -PYTHON_IPYTHON_SITE = https://pypi.python.org/packages/6e/cf/c2a3ca5942e2d8084574157a8f818efafb7218204cd9e41166c92c452e07 +PYTHON_IPYTHON_SITE = https://pypi.python.org/packages/36/cd/765f53135bbbbcd691858aba3af124453a230fe0c752f009f69012fce5d5 PYTHON_IPYTHON_LICENSE = BSD-3-Clause PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst PYTHON_IPYTHON_SETUP_TYPE = distutils |