forked from pool/python-pyserial
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:
22
python3-pyserial.changes
Normal file
22
python3-pyserial.changes
Normal file
@@ -0,0 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 24 03:53:23 UTC 2013 - highwaystar.ru@gmail.com
|
||||
|
||||
- initial python3 package
|
||||
- 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
|
Reference in New Issue
Block a user