diff options
| author | Wang Mingyu <wangmy@fujitsu.com> | 2023-05-25 14:57:23 +0800 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-25 08:57:47 -0700 | 
| commit | e2055a8e6ac35f04f9aea21f7ad1202f1b4b26a8 (patch) | |
| tree | a8ad4e659c118e5ab4efc8feec7c91e8b1cd8ea6 | |
| parent | 4818d3f177872468d35fde00ec7ec84fbb3013b6 (diff) | |
| download | meta-openembedded-e2055a8e6ac35f04f9aea21f7ad1202f1b4b26a8.tar.gz | |
python3-can: upgrade 4.2.0 -> 4.2.1
Bugfixes:
===========
 The ASCWriter now logs the correct channel for error frames (#1578, #1583).
 Fix PCAN library detection (#1579, #1580).
 On Windows, the first two periodic frames were sent without delay (#1590).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-can_4.2.1.bb (renamed from meta-python/recipes-devtools/python/python3-can_4.2.0.bb) | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-can_4.2.0.bb b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb index 7562b977b1..d7b2a95734 100644 --- a/meta-python/recipes-devtools/python/python3-can_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-can_4.2.1.bb  | |||
| @@ -3,7 +3,7 @@ SECTION = "devel/python" | |||
| 3 | LICENSE = "LGPL-3.0-only" | 3 | LICENSE = "LGPL-3.0-only" | 
| 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02" | 
| 5 | 5 | ||
| 6 | SRC_URI[sha256sum] = "0fbda7217523b802f36a8d5a3cd26a35baad2795965f7f09bfa3dd1dfb6fbaf0" | 6 | SRC_URI[sha256sum] = "f1ace82545cb4c7edf92a5aa6024bbb8ad23331ee5b0a1f441e782bf680a67ac" | 
| 7 | 7 | ||
| 8 | PYPI_PACKAGE="python-can" | 8 | PYPI_PACKAGE="python-can" | 
| 9 | 9 | ||
