14
0

Accepting request 174583 from home:HighwayStar:branches:devel:languages:python

python3 package added
update to 2.6 version
spec file cleaned from old TODO comments

OBS-URL: https://build.opensuse.org/request/show/174583
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyserial?expand=0&rev=7
This commit is contained in:
Todd R
2013-05-08 09:07:02 +00:00
committed by Git OBS Bridge
parent 5231750531
commit 5e81eb4ea2
6 changed files with 112 additions and 11 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Apr 24 04:16:24 UTC 2013 - highwaystar.ru@gmail.com
- update to 2.6 version
* Moved some of the examples to serial.tools so that they can be
used with ``python -m``
* serial port enumeration now included as ``serial.tools.list_ports``
* URL handers for ``serial_for_url`` are now imported dynamically.
This allows to add protocols w/o editing files. The list
``serial.protocol_handler_packages`` can be used to add or remove
user packages with protocol handlers (see docs for details).
* new URL type: hwgrep://<regexp> uses list_ports module to search
for ports by their description
* serveral internal changes to improve Python 3.x compatibility
(setup.py, use of absolute imports and more)
* [Bug 3093882] calling open() on an already open port now
raises an exception
* [Bug 3245627] connection-lost let rfc2217 hangs in closed loop
* [Patch 3147043] readlines() to support multi-character eol
* [Patch 3316943] Avoid unneeded termios.tcsetattr calls in serialposix.py
* [Patch 2912349] Serial Scan as a Module with Mac Support
-------------------------------------------------------------------
Tue Sep 6 15:23:26 UTC 2011 - saschpe@suse.de