diff options
| author | Yegor Yefremov <yegorslists@googlemail.com> | 2017-06-09 09:31:22 +0200 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2017-06-09 11:42:17 +0200 |
| commit | c233d10cb481cc36f32ef08f097aac246792da4b (patch) | |
| tree | 774dbbe30e6a35236f1f54b46f07b10fed46535d | |
| parent | 7cd9a3e5802f1abee706549ad9cf87bf018eb6fa (diff) | |
| download | buildroot-c233d10cb481cc36f32ef08f097aac246792da4b.tar.gz buildroot-c233d10cb481cc36f32ef08f097aac246792da4b.zip | |
python-chardet: bump to version 3.0.4
Add setuptools runtime dependency, that is needed for
the chardetect script.
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
| -rw-r--r-- | package/python-chardet/Config.in | 1 | ||||
| -rw-r--r-- | package/python-chardet/python-chardet.hash | 4 | ||||
| -rw-r--r-- | package/python-chardet/python-chardet.mk | 4 |
3 files changed, 5 insertions, 4 deletions
diff --git a/package/python-chardet/Config.in b/package/python-chardet/Config.in index 8f1cd602af..869888cfe0 100644 --- a/package/python-chardet/Config.in +++ b/package/python-chardet/Config.in @@ -1,5 +1,6 @@ config BR2_PACKAGE_PYTHON_CHARDET bool "python-chardet" + select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime help Universal encoding detector for Python 2 and 3. diff --git a/package/python-chardet/python-chardet.hash b/package/python-chardet/python-chardet.hash index aa4efeb104..799713cf5d 100644 --- a/package/python-chardet/python-chardet.hash +++ b/package/python-chardet/python-chardet.hash @@ -1,3 +1,3 @@ # md5 from https://pypi.python.org/pypi/chardet/json, sha256 locally computed -md5 25274d664ccb5130adae08047416e1a8 chardet-2.3.0.tar.gz -sha256 e53e38b3a4afe6d1132de62b7400a4ac363452dc5dfcf8d88e8e0cce663c68aa chardet-2.3.0.tar.gz +md5 7dd1ba7f9c77e32351b0a0cfacf4055c chardet-3.0.4.tar.gz +sha256 84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae chardet-3.0.4.tar.gz diff --git a/package/python-chardet/python-chardet.mk b/package/python-chardet/python-chardet.mk index 0a4788b572..5161098945 100644 --- a/package/python-chardet/python-chardet.mk +++ b/package/python-chardet/python-chardet.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_CHARDET_VERSION = 2.3.0 +PYTHON_CHARDET_VERSION = 3.0.4 PYTHON_CHARDET_SOURCE = chardet-$(PYTHON_CHARDET_VERSION).tar.gz -PYTHON_CHARDET_SITE = https://pypi.python.org/packages/7d/87/4e3a3f38b2f5c578ce44f8dc2aa053217de9f0b6d737739b0ddac38ed237 +PYTHON_CHARDET_SITE = https://pypi.python.org/packages/fc/bb/a5768c230f9ddb03acc9ef3f0d4a3cf93462473795d18e9535498c8f929d PYTHON_CHARDET_SETUP_TYPE = setuptools PYTHON_CHARDET_LICENSE = LGPL-2.1+ PYTHON_CHARDET_LICENSE_FILES = LICENSE |

