14
0

Accepting request 514816 from home:TheBlackCat:branches:devel:languages:python

- Update to version 3.4
- Fix shebangs

OBS-URL: https://build.opensuse.org/request/show/514816
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyserial?expand=0&rev=21
This commit is contained in:
Todd R
2017-08-06 18:31:09 +00:00
committed by Git OBS Bridge
parent 42c15148fa
commit f8df8ddcf6
4 changed files with 48 additions and 6 deletions

View File

@@ -1,3 +1,24 @@
-------------------------------------------------------------------
Sun Aug 6 18:07:57 UTC 2017 - toddrme2178@gmail.com
- Update to version 3.4
+ Improvements:
* miniterm: suspend function (temporarily release port, :kbd:`Ctrl-T s`)
* [#240] context manager automatically opens port on ``__enter__``
* [#141] list_ports: add interface number to location string
* [#225] protocol_socket: Retry if ``BlockingIOError`` occurs in
``reset_input_buffer``.
+ Bugfixes:
* [#153] list_ports: option to include symlinked devices
* [#237] list_ports: workaround for special characters in port names
+ Bugfixes (posix):
* allow calling cancel functions w/o error if port is closed
* [#220] protocol_socket: sync error handling with posix version
* [#227] posix: ignore more blocking errors and EINTR, timeout only
applies to blocking I/O
* [#228] fix: port_publisher typo
- Fix shebangs
-------------------------------------------------------------------
Wed Jun 21 13:47:02 UTC 2017 - bwiedemann@suse.com