summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-11-13 11:15:16 +0800
committerKhem Raj <raj.khem@gmail.com>2022-11-14 11:55:59 -0800
commit93bd4d57a63c5e49de56fd3eb5223c3271dcd183 (patch)
tree2e7cb7ada8fcde7f2d2e99537310ad793c289ac5 /meta-python
parent6231fc0160613c3e2be36a63c8aa43d6d421b1dc (diff)
downloadmeta-openembedded-93bd4d57a63c5e49de56fd3eb5223c3271dcd183.tar.gz
python3-u-msgpack-python: upgrade 2.7.1 -> 2.7.2
License-Update: Copyright year updated to 2022 Changelog: =========== Fix hex formatting of data bytes in Ext string representation. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb (renamed from meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb)5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb
index 3f26ba011c..7231a51953 100644
--- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.1.bb
+++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb
@@ -1,10 +1,9 @@
1DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer written in pure Python." 1DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer written in pure Python."
2 2
3LICENSE = "MIT" 3LICENSE = "MIT"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=9eb4691bcb66360acee473a8cf75f594" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=31e3e7e79c4e2dafffffdd0b4d40c849"
5 5
6SRC_URI[md5sum] = "8691cea6bc7b44bce6e2115260a54323" 6SRC_URI[sha256sum] = "e86f7ac6aa0ef4c6c49f004b4fd435bce99c23e2dd5d73003f3f9816024c2bd8"
7SRC_URI[sha256sum] = "b7e7d433cab77171a4c752875d91836f3040306bab5063fb6dbe11f64ea69551"
8 7
9inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
10 9