diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2024-01-23 09:37:35 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-01-23 11:55:36 -0800 |
commit | fa0393d5cb75e8305abcf917e77de9c3f16f483e (patch) | |
tree | e71eb95f2bac8b0ea3b8e5cc1f30629a4753f02e /meta-python | |
parent | cbf8e692a53d86ad1b0bcacbebe9c7a0d5ea225c (diff) | |
download | meta-openembedded-fa0393d5cb75e8305abcf917e77de9c3f16f483e.tar.gz |
python3-cantools: upgrade 39.4.2 -> 39.4.3
Changelog:
==========
-Add type annotations to c_source.py
-Enum newlines
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-cantools_39.4.3.bb (renamed from meta-python/recipes-devtools/python/python3-cantools_39.4.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-cantools_39.4.2.bb b/meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb index ad2025e644..3cf9560837 100644 --- a/meta-python/recipes-devtools/python/python3-cantools_39.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-cantools_39.4.3.bb | |||
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/eerimoq/cantools" | |||
3 | LICENSE = "MIT" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=d9aa4ec07de78abae21c490c9ffe61bd" |
5 | 5 | ||
6 | SRC_URI[sha256sum] = "8069a8f473bb1679990bea0903f3a22d58df5495aebbf09f58d49f627511b619" | 6 | SRC_URI[sha256sum] = "7aaa3d246bc5328bb29c681fc8162d2800be05ee095b3edb9470fa1478f9e506" |
7 | 7 | ||
8 | PYPI_PACKAGE = "cantools" | 8 | PYPI_PACKAGE = "cantools" |
9 | 9 | ||