package/python-thrift: bump to version 0.11.0
authorAsaf Kahlon <asafka7@gmail.com>
Fri, 18 Oct 2019 18:26:20 +0000 (21:26 +0300)
committerPeter Korsgaard <peter@korsgaard.com>
Fri, 18 Oct 2019 19:14:07 +0000 (21:14 +0200)
* Update dependency list.
* Add hash for license file.
* The package now supports both Python 2 and Python 3.

Signed-off-by: Asaf Kahlon <asafka7@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python-thrift/Config.in
package/python-thrift/python-thrift.hash
package/python-thrift/python-thrift.mk

index 20d94d0c6e89995ca12d1576444520b45ae0319a..1ecfda357b0a844c476e8c768196c4a74b86c07f 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_PYTHON_THRIFT
        bool "python-thrift"
-       depends on BR2_PACKAGE_PYTHON
+       select BR2_PACKAGE_PYTHON_SIX # runtime
        help
          python-thrift is a Python bindings for the Apache Thrift RPC
          system.
index 72269eb83676a974794dab2aaa17cddf2bed7347..56d99f2a544fe0b88263b7e5daae673579575db9 100644 (file)
@@ -1,3 +1,5 @@
-# md5 from https://pypi.python.org/pypi/thrift/json, sha256 locally computed
-md5    b519551d7a086bb0b4f222a8f566b7e8  thrift-0.9.3.tar.gz
-sha256 dfbc3d3bd19d396718dab05abaf46d93ae8005e2df798ef02e32793cd963877e  thrift-0.9.3.tar.gz
+# md5, sha256 from https://pypi.org/pypi/thrift/json
+md5    36165d5c80e6b101dbe9fcf7ef524d51  thrift-0.11.0.tar.gz
+sha256 7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8806e6b  thrift-0.11.0.tar.gz
+# Locally computed sha256 checksums
+sha256 6a62a493bd7c741378619ff61c56282d64f3ad033dc8154b67c808311960bb02  setup.py
index d0e3a146856e47c45538d21ae1efbdfc81f7ed23..21f2355f63ddb4ef22340f1e298b661fd7b7268e 100644 (file)
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-PYTHON_THRIFT_VERSION = 0.9.3
+PYTHON_THRIFT_VERSION = 0.11.0
 PYTHON_THRIFT_SOURCE = thrift-$(PYTHON_THRIFT_VERSION).tar.gz
-PYTHON_THRIFT_SITE = https://pypi.python.org/packages/ae/58/35e3f0cd290039ff862c2c9d8ae8a76896665d70343d833bdc2f748b8e55
+PYTHON_THRIFT_SITE = https://files.pythonhosted.org/packages/c6/b4/510617906f8e0c5660e7d96fbc5585113f83ad547a3989b80297ac72a74c
 PYTHON_THRIFT_LICENSE = Apache-2.0
 PYTHON_THRIFT_LICENSE_FILES = setup.py
 PYTHON_THRIFT_SETUP_TYPE = setuptools