Changelog for
python3-pyserial-asyncio-0.4+git5.bf8464c-lp150.3.1.noarch.rpm :
* Sun Apr 22 2018 opensuse-packagingAATTopensuse.org- Update to version 0.4+git5.bf8464c:
* add imports to example (#33)
* Declare encoding (#29)
* same error handling in fast path as in async path. fix #23 (#24)
* docs: update
* docs: update dates/version, classifiers
* chore: release 0.4
* Removes unnecessary conditionals and Posix-only code from the Windows polling implementation.
* Removes dead code.
* Converts the assertion predicates into canonical form.
* Adds a loop property to SerialTransport.