]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python-tornado: bump to 4.3
authorYegor Yefremov <yegorslists@googlemail.com>
Wed, 16 Dec 2015 07:36:12 +0000 (08:36 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 18 Dec 2015 21:24:49 +0000 (22:24 +0100)
Add new run-time dependencies:

PYTHON_SINGLEDISPATCH for Python 2.7.x
PYTHON_BACKPORTS_ABC for both Python versions

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/python-tornado/Config.in
package/python-tornado/python-tornado.hash
package/python-tornado/python-tornado.mk

index 85c78914590f906218be18d1991b997731be97fd..ac866824eca88650a9f246b227bc2ee0b1c57cce 100644 (file)
@@ -2,6 +2,8 @@ config BR2_PACKAGE_PYTHON_TORNADO
        bool "python-tornado"
        select BR2_PACKAGE_PYTHON_ZLIB if BR2_PACKAGE_PYTHON # runtime
        select BR2_PACKAGE_PYTHON3_ZLIB if BR2_PACKAGE_PYTHON3 # runtime
+       select BR2_PACKAGE_PYTHON_SINGLEDISPATCH if BR2_PACKAGE_PYTHON # runtime
+       select BR2_PACKAGE_PYTHON_BACKPORTS_ABC # runtime
        help
          Tornado is a Python web framework and asynchronous networking
          library, originally developed at FriendFeed.
index 88e3956d640a6b2919c06b51185e8b4587f4a4aa..e0f3c39a94f8c03b864d6b92af33c99b28ffb377 100644 (file)
@@ -1,3 +1,3 @@
 # md5 from https://pypi.python.org/pypi?:action=show_md5&digest=c548d7b77a11d523c3d7255bd7fd6df8, sha256 locally computed
-md5     c548d7b77a11d523c3d7255bd7fd6df8 tornado-4.2.tar.gz
-sha256  e8b1207da67dbdceebfb291292b4ef1b547d6171525bec1b366853f923456a5f  tornado-4.2.tar.gz
+md5     d13a99dc0b60ba69f5f8ec1235e5b232 tornado-4.3.tar.gz
+sha256  c9c2d32593d16eedf2cec1b6a41893626a2649b40b21ca9c4cac4243bde2efbf  tornado-4.3.tar.gz
index a8d1f949240ac79aa185b0059183c3c2cb7d19b3..64809b790223be62f0ae19f5dc1a72dadda46f74 100644 (file)
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-PYTHON_TORNADO_VERSION = 4.2
+PYTHON_TORNADO_VERSION = 4.3
 PYTHON_TORNADO_SOURCE = tornado-$(PYTHON_TORNADO_VERSION).tar.gz
 PYTHON_TORNADO_SITE = https://pypi.python.org/packages/source/t/tornado
 PYTHON_TORNADO_LICENSE = Apache-2.0