From edf147b90f446e10e08b9397b96db5d67b710b33 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Fri, 28 Oct 2016 10:48:26 -0400 Subject: python-msgpack: update to version 0.4.8 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb | 9 --------- meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb create mode 100644 meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb (limited to 'meta-python') diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb deleted file mode 100644 index a3f73fbe4f..0000000000 --- a/meta-python/recipes-devtools/python/python-msgpack_0.4.7.bb +++ /dev/null @@ -1,9 +0,0 @@ -SUMMARY = "MessagePack (de)serializer" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" - -SRC_URI[md5sum] = "eb2aad1081534ef3a9f32a0ecd350b9b" -SRC_URI[sha256sum] = "5e001229a54180a02dcdd59db23c9978351af55b1290c27bc549e381f43acd6b" - -PYPI_PACKAGE = "msgpack-python" -inherit pypi setuptools diff --git a/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb new file mode 100644 index 0000000000..8a0ad8f88c --- /dev/null +++ b/meta-python/recipes-devtools/python/python-msgpack_0.4.8.bb @@ -0,0 +1,9 @@ +SUMMARY = "MessagePack (de)serializer" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" + +SRC_URI[md5sum] = "dcd854fb41ee7584ebbf35e049e6be98" +SRC_URI[sha256sum] = "1a2b19df0f03519ec7f19f826afb935b202d8979b0856c6fb3dc28955799f886" + +PYPI_PACKAGE = "msgpack-python" +inherit pypi setuptools -- cgit v1.2.3-54-g00ecf