Skip to content

Commit

Permalink
python3-xmodem: upgrade 0.4.6 -> 0.4.7
Browse files Browse the repository at this point in the history
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 <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Jun 19, 2023
1 parent bf4ea2f commit 299e668
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ DESCRIPTION = "XMODEM protocol implementation"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"

SRC_URI[sha256sum] = "089737298f5738eabc43f2519efdc80b402693768f16383f7013b9e6f8f279d7"
SRC_URI[sha256sum] = "2f1068aa8676f0d1d112498b5786c4f8ea4f89d8f25d07d3a0f293cd21db1c35"

inherit pypi setuptools3

Expand Down

0 comments on commit 299e668

Please sign in to comment.