diff mbox series

[meta-python] python3-can: upgrade 4.2.0 -> 4.2.1

Message ID 1684997851-2098-6-git-send-email-wangmy@fujitsu.com
State Under Review
Headers show
Series [meta-python] python3-can: upgrade 4.2.0 -> 4.2.1 | expand

Commit Message

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

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>
---
 .../python/{python3-can_4.2.0.bb => python3-can_4.2.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-can_4.2.0.bb => python3-can_4.2.1.bb} (88%)
diff mbox series

Patch

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
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-can_4.2.0.bb
rename to meta-python/recipes-devtools/python/python3-can_4.2.1.bb
index 7562b977b..d7b2a9573 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"
 LICENSE = "LGPL-3.0-only"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=e6a600fd5e1d9cbde2d983680233ad02"
 
-SRC_URI[sha256sum] = "0fbda7217523b802f36a8d5a3cd26a35baad2795965f7f09bfa3dd1dfb6fbaf0"
+SRC_URI[sha256sum] = "f1ace82545cb4c7edf92a5aa6024bbb8ad23331ee5b0a1f441e782bf680a67ac"
 
 PYPI_PACKAGE="python-can"