diff options
author | Derek Straka <derek@asterius.io> | 2018-03-19 08:15:16 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-03-29 16:48:43 -0700 |
commit | 960ae72e101d753b712e8bc40d8bdb4a0bcb0c5e (patch) | |
tree | 3ab7d88fad5dd4f781d8f12c4bf6c0ae9446aa89 | |
parent | cbd3db00e9564d47a26ef682d215e829df953f0e (diff) | |
download | meta-openembedded-960ae72e101d753b712e8bc40d8bdb4a0bcb0c5e.tar.gz |
python-thrift: update to version 0.11.0
License-Update: Checksum change based on release still covered by Apache-2.0
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb (renamed from meta-python/recipes-connectivity/python-thrift/python-thrift_0.10.0.bb) | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.10.0.bb b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb index e6f61bdd0..8047ec77b 100644 --- a/meta-python/recipes-connectivity/python-thrift/python-thrift_0.10.0.bb +++ b/meta-python/recipes-connectivity/python-thrift/python-thrift_0.11.0.bb | |||
@@ -1,11 +1,9 @@ | |||
1 | SUMMARY = "Python bindings for the Apache Thrift RPC system" | 1 | SUMMARY = "Python bindings for the Apache Thrift RPC system" |
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=26a2009ddcb7c4162f8bafd5ef73c670" | 3 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=e3641ae1a26cf5c12a3a71bd3030ab0e" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "76bb768a210257dd203923110042e560" | 5 | SRC_URI[md5sum] = "36165d5c80e6b101dbe9fcf7ef524d51" |
6 | SRC_URI[sha256sum] = "b7f6c09155321169af03f9fb20dc15a4a0c7481e7c334a5ba8f7f0d864633209" | 6 | SRC_URI[sha256sum] = "7d59ac4fdcb2c58037ebd4a9da5f9a49e3e034bf75b3f26d9fe48ba3d8806e6b" |
7 | |||
8 | PYPI_PACKAGE_EXT = "zip" | ||
9 | 7 | ||
10 | inherit pypi setuptools | 8 | inherit pypi setuptools |
11 | 9 | ||