diff options
| author | Leon Anavi <leon.anavi@konsulko.com> | 2021-01-13 16:26:19 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-01-14 11:58:26 -0800 |
| commit | 48aa4712e53f91cfc3816bd693966bbe411754c1 (patch) | |
| tree | 849875e401ca15c49e1f2f780b19a3ed5fa62220 /meta-python | |
| parent | 9da01fe4d407a6508794784da3b6bd0d1f870d5e (diff) | |
| download | meta-openembedded-48aa4712e53f91cfc3816bd693966bbe411754c1.tar.gz | |
python3-msgpack: Upgrade 1.0.0 -> 1.0.2
Upgrade to release 1.0.2:
- Fix overflow in unpacking timestamp to datetime
- Format markdown
- Update readme
Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb (renamed from meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb index d744738a2f..989a7ae3fd 100644 --- a/meta-python/recipes-devtools/python/python3-msgpack_1.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-msgpack_1.0.2.bb | |||
| @@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=cd9523181d9d4fbf7ffca52eaa2a5751" | |||
| 5 | PYPI_PACKAGE = "msgpack" | 5 | PYPI_PACKAGE = "msgpack" |
| 6 | inherit pypi setuptools3 ptest | 6 | inherit pypi setuptools3 ptest |
| 7 | 7 | ||
| 8 | SRC_URI[md5sum] = "c35ee8f991dad3969884e9585e56ebba" | 8 | SRC_URI[sha256sum] = "fae04496f5bc150eefad4e9571d1a76c55d021325dcd484ce45065ebbdd00984" |
| 9 | SRC_URI[sha256sum] = "9534d5cc480d4aff720233411a1f765be90885750b07df772380b34c10ecb5c0" | ||
| 10 | 9 | ||
| 11 | RDEPENDS_${PN}_class-target += "\ | 10 | RDEPENDS_${PN}_class-target += "\ |
| 12 | ${PYTHON_PN}-io \ | 11 | ${PYTHON_PN}-io \ |
