diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-11-23 11:55:01 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-11-23 22:02:16 +0100 |
commit | c36f636393df8bb7278022acfe523b9e4adc9bcd (patch) | |
tree | d43b321d9dac2ec2b4c4bc608c6b5423306e742b /package/python-cherrypy/python-cherrypy.mk | |
parent | 4874efd6ffbb5360d29aa1a9525ed8ebe3a45397 (diff) | |
download | buildroot-c36f636393df8bb7278022acfe523b9e4adc9bcd.tar.gz buildroot-c36f636393df8bb7278022acfe523b9e4adc9bcd.zip |
python-cherrypy: bump version to 12.0.1
Add licence file checksum and new runtime dependencies.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.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 2820b69828..72b17bc876 100644 --- a/package/python-cherrypy/python-cherrypy.mk +++ b/package/python-cherrypy/python-cherrypy.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_CHERRYPY_VERSION = 10.2.2 +PYTHON_CHERRYPY_VERSION = 12.0.1 PYTHON_CHERRYPY_SOURCE = CherryPy-$(PYTHON_CHERRYPY_VERSION).tar.gz -PYTHON_CHERRYPY_SITE = https://pypi.python.org/packages/a2/de/dddea0c4d4be436724bfc2d1486c99368541d93c269bfa2a7fa3d132021e +PYTHON_CHERRYPY_SITE = https://pypi.python.org/packages/be/d8/a8ef56bfe1c39d466b8d55b496b64459cc43dec71361d88edf904901637f PYTHON_CHERRYPY_LICENSE = BSD-3-Clause PYTHON_CHERRYPY_LICENSE_FILES = LICENSE.md PYTHON_CHERRYPY_SETUP_TYPE = setuptools |