summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-05-25 14:57:19 +0800
committerKhem Raj <raj.khem@gmail.com>2023-05-25 08:57:47 -0700
commit5087609481178d94f819429b0794b2475f027bd3 (patch)
tree7946d84d3f4a9ae4fb49b5e3a30a5d8940f3c0a7 /meta-python
parente2055a8e6ac35f04f9aea21f7ad1202f1b4b26a8 (diff)
downloadmeta-openembedded-5087609481178d94f819429b0794b2475f027bd3.tar.gz
python3-u-msgpack-python: upgrade 2.7.2 -> 2.8.0
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> 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.8.0.bb (renamed from meta-python/recipes-devtools/python/python3-u-msgpack-python_2.7.2.bb)4
1 files changed, 2 insertions, 2 deletions
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
index 7231a5195..8baedcb95 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 @@
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=31e3e7e79c4e2dafffffdd0b4d40c849" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=17df11353545c53a2df0ce7655859306"
5 5
6SRC_URI[sha256sum] = "e86f7ac6aa0ef4c6c49f004b4fd435bce99c23e2dd5d73003f3f9816024c2bd8" 6SRC_URI[sha256sum] = "b801a83d6ed75e6df41e44518b4f2a9c221dc2da4bcd5380e3a0feda520bc61a"
7 7
8inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
9 9