diff options
author | Adam Duskett <Aduskett@gmail.com> | 2017-02-19 14:12:03 -0500 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-03-02 21:54:15 +0100 |
commit | 98c0bb2324ab8a2eb2bacaa497f11f773af771cd (patch) | |
tree | e2631187ffe6bbced6009509d378079bc0a55139 /package/python-cherrypy/python-cherrypy.mk | |
parent | bf15e8c80fb2e009010e920299b50ab8e637de69 (diff) | |
download | buildroot-98c0bb2324ab8a2eb2bacaa497f11f773af771cd.tar.gz buildroot-98c0bb2324ab8a2eb2bacaa497f11f773af771cd.zip |
python-cherrypy: bump to version 10.1.1
Signed-off-by: Adam Duskett <Adamduskett@outlook.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/python-cherrypy/python-cherrypy.mk')
-rw-r--r-- | package/python-cherrypy/python-cherrypy.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/python-cherrypy/python-cherrypy.mk b/package/python-cherrypy/python-cherrypy.mk index 754e0a2bec..ef19b54973 100644 --- a/package/python-cherrypy/python-cherrypy.mk +++ b/package/python-cherrypy/python-cherrypy.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_CHERRYPY_VERSION = 4.0.0 +PYTHON_CHERRYPY_VERSION = 10.1.1 PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz -PYTHON_CHERRYPY_SITE = http://pypi.python.org/packages/source/C/CherryPy +PYTHON_CHERRYPY_SITE = https://pypi.python.org/packages/da/e2/6ed242ebfe96912e0866cc01139027d342d52c35ad33ee182bfb671c177d PYTHON_CHERRYPY_LICENSE = BSD-3c PYTHON_CHERRYPY_LICENSE_FILES = cherrypy/LICENSE.txt PYTHON_CHERRYPY_SETUP_TYPE = distutils |