diff mbox series

[meta-python] python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0

Message ID 1684997851-2098-2-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0 | expand

Commit Message

Mingyu Wang (Fujitsu) May 25, 2023, 6:57 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changelog:
===========
 Migrate module to package.
 Migrate documentation to Sphinx.
 Improve types and formatting in docstrings.
 Add type stubs.

License-Update: Copyright year updated to 2023.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 ...pack-python_2.7.2.bb => python3-u-msgpack-python_2.8.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-u-msgpack-python_2.7.2.bb => python3-u-msgpack-python_2.8.0.bb} (72%)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb
rename to meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb
index 7231a51953..8baedcb951 100644
--- a/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-u-msgpack-python_2.8.0.bb
@@ -1,9 +1,9 @@ 
 DESCRIPTION = "A portable, lightweight MessagePack serializer and deserializer written in pure Python."
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=31e3e7e79c4e2dafffffdd0b4d40c849"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=17df11353545c53a2df0ce7655859306"
 
-SRC_URI[sha256sum] = "e86f7ac6aa0ef4c6c49f004b4fd435bce99c23e2dd5d73003f3f9816024c2bd8"
+SRC_URI[sha256sum] = "b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a"
 
 inherit pypi setuptools3 ptest