package/python-cchardet: bump to version 2.1.7
authorJames Hilliard <james.hilliard1@gmail.com>
Thu, 8 Jul 2021 23:19:38 +0000 (17:19 -0600)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 16 Jul 2021 20:59:10 +0000 (22:59 +0200)
Python 2 is no longer supported.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-cchardet/Config.in
package/python-cchardet/python-cchardet.hash
package/python-cchardet/python-cchardet.mk

index 74153126fbb2ce008eb3b74b2d907720af48744e..0f8645aafede18f6933d624dc986fa62ca938196 100644 (file)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_CCHARDET
        bool "python-cchardet"
+       depends on BR2_PACKAGE_PYTHON3
        depends on BR2_INSTALL_LIBSTDCPP
        help
          cChardet is high speed universal character encoding
@@ -8,4 +9,5 @@ config BR2_PACKAGE_PYTHON_CCHARDET
          https://github.com/PyYoshi/cChardet
 
 comment "python-cchardet needs a toolchain w/ C++"
+       depends on BR2_PACKAGE_PYTHON3
        depends on !BR2_INSTALL_LIBSTDCPP
index 960801f8895186ada2c1edb8b906d4a888fa158b..1ecfd6fa95f546955bb16c31908d7d9aa631199c 100644 (file)
@@ -1,5 +1,5 @@
 # md5, sha256 from https://pypi.org/pypi/cchardet/json
-md5  ee884e2c7762e56e8a0600aa34ad4fa3  cchardet-2.1.6.tar.gz
-sha256  b76afb2059ad69eab576949980a17413c1e9e5a5624abf9e43542d8853f146b3  cchardet-2.1.6.tar.gz
+md5  8a76472ad09c68c12069203ea9348ee3  cchardet-2.1.7.tar.gz
+sha256  c428b6336545053c2589f6caf24ea32276c6664cb86db817e03a94c60afa0eaf  cchardet-2.1.7.tar.gz
 # Locally computed sha256 checksums
 sha256  107a29ccdd2d778aa2df5462f85dddfa099059abd22e064e07ec2cc9bafc37cd  COPYING
index 78daf6075eddae86a0c8f28a6f44a1d90222a491..396e9d6c53e87805e516a95d00dda363012270d7 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_CCHARDET_VERSION = 2.1.6
+PYTHON_CCHARDET_VERSION = 2.1.7
 PYTHON_CCHARDET_SOURCE = cchardet-$(PYTHON_CCHARDET_VERSION).tar.gz
-PYTHON_CCHARDET_SITE = https://files.pythonhosted.org/packages/41/e6/2e2184a3bc887bfb6e6b97aef5e94af9b8de43806ce14b023ddbbcb0b30d
+PYTHON_CCHARDET_SITE = https://files.pythonhosted.org/packages/a8/5d/090c9f0312b7988a9433246c9cf0b566b1ae1374368cfb8ac897218a4f65
 PYTHON_CCHARDET_SETUP_TYPE = setuptools
 PYTHON_CCHARDET_LICENSE = MPL-1.1
 PYTHON_CCHARDET_LICENSE_FILES = COPYING