diff options
author | Derek Straka <derek@asterius.io> | 2016-10-28 10:48:26 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-11-23 15:23:58 +0100 |
commit | edf147b90f446e10e08b9397b96db5d67b710b33 (patch) | |
tree | fbea605f14c045f23ec4f3e821b32c4e76284049 /meta-python | |
parent | 1e199baa3a28535a11d354b251edfad209a5cfa1 (diff) | |
download | meta-openembedded-edf147b90f446e10e08b9397b96db5d67b710b33.tar.gz |
python-msgpack: update to version 0.4.8
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb (renamed from meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb index a3f73fbe4f..8a0ad8f88c 100644 --- a/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb +++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb | |||
@@ -2,8 +2,8 @@ SUMMARY = "MessagePack (de)serializer" | |||
2 | LICENSE = "Apache-2.0" | 2 | LICENSE = "Apache-2.0" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" |
4 | 4 | ||
5 | SRC_URI[md5sum] = "eb2aad1081534ef3a9f32a0ecd350b9b" | 5 | SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98" |
6 | SRC_URI[sha256sum] = "5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b" | 6 | SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886" |
7 | 7 | ||
8 | PYPI_PACKAGE = "msgpack-python" | 8 | PYPI_PACKAGE = "msgpack-python" |
9 | inherit pypi setuptools | 9 | inherit pypi setuptools |