diff options
author | Asaf Kahlon <asafka7@gmail.com> | 2018-09-29 08:28:35 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-10-08 21:14:32 +0200 |
commit | 3642ff48407187d443e579d7b4524551004b2f40 (patch) | |
tree | 3831dbdc7b6b11646d2a749a77bf0a8e08e38ffc /package/python-ipython/python-ipython.mk | |
parent | 67e4206188c30021856c55f650831f6be0780f6a (diff) | |
download | buildroot-3642ff48407187d443e579d7b4524551004b2f40.tar.gz buildroot-3642ff48407187d443e579d7b4524551004b2f40.zip |
python-ipython: bump to version 5.8.0
Also add license hash.
Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.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 5d92546fe0..79a48bf43d 100644 --- a/package/python-ipython/python-ipython.mk +++ b/package/python-ipython/python-ipython.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_IPYTHON_VERSION = 5.4.0 +PYTHON_IPYTHON_VERSION = 5.8.0 PYTHON_IPYTHON_SOURCE = ipython-$(PYTHON_IPYTHON_VERSION).tar.gz -PYTHON_IPYTHON_SITE = https://pypi.python.org/packages/36/cd/765f53135bbbbcd691858aba3af124453a230fe0c752f009f69012fce5d5 +PYTHON_IPYTHON_SITE = https://files.pythonhosted.org/packages/41/a6/2d25314b1f9375639d8f8e0f8052e8cec5df511d3449f22c4f1c2d8cb3c6 PYTHON_IPYTHON_LICENSE = BSD-3-Clause PYTHON_IPYTHON_LICENSE_FILES = COPYING.rst PYTHON_IPYTHON_SETUP_TYPE = distutils |