Skip to content

Commit 7a277a1

Browse files
wangmingyu84kraj
authored andcommitted
python3-xmodem: upgrade 0.4.6 -> 0.4.7
Changelog: ========== bugfix: stall on some kinds of error in recv(), PR openembedded#56 bugfix: sequence number miscalculation in send(), PR openembedded#52 enhancement: callback function added for recv() method, PR openembedded#53 bugfix: receiving empty file and stall condition in recv(), PR openembedded#50 bugfix: callback is now called for some kinds of errors and some CLI fixes, 8a798e8 bugfix: remove DepreactionWarning for logging.warn(), PR openembedded#49 Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
1 parent a2adca7 commit 7a277a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meta-python/recipes-devtools/python/python3-xmodem_0.4.6.bb renamed to meta-python/recipes-devtools/python/python3-xmodem_0.4.7.bb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ DESCRIPTION = "XMODEM protocol implementation"
33
LICENSE = "MIT"
44
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
55

6-
SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8f279d7"
6+
SRC_URI[sha256sum] = "2f1068aa8676f0d1d112498b5786c4f8ea4f89d8f25d07d3a0f293cd21db1c35"
77

88
inherit pypi setuptools3
99

0 commit comments

Comments
 (0)