forked from pool/python-pyserial
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
75 lines
2.7 KiB
Plaintext
75 lines
2.7 KiB
Plaintext
-------------------------------------------------------------------
|
|
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
|
|
|
|
- Renamed to python-pyserial (from python-serial)
|
|
- Fixed mon-executable scripts and wrong EOL encoding rpmlint issues
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Oct 11 10:18:45 UTC 2010 - coolo@novell.com
|
|
|
|
- update to 2.5
|
|
* python 3 compatibility
|
|
* many bugfixes and features, see CHANGES.txt
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 12 20:04:41 CEST 2009 - matejcik@suse.cz
|
|
|
|
- build as noarch on newer distros
|
|
|
|
-------------------------------------------------------------------
|
|
Fri Sep 12 14:28:26 CEST 2008 - matejcik@suse.cz
|
|
|
|
- update to 2.4
|
|
* iterator interface
|
|
* inter-character timeout
|
|
* support for Jython and IronPython
|
|
* bugfixes
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Feb 28 16:46:03 CET 2006 - jmatejek@suse.cz
|
|
|
|
- updated to reflect python changes due to #149809
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jan 25 21:40:51 CET 2006 - mls@suse.de
|
|
|
|
- converted neededforbuild to BuildRequires
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Oct 6 16:22:18 CEST 2005 - matejcik@suse.cz
|
|
|
|
- update to 2.2
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Nov 30 11:56:48 CET 2004 - mcihar@suse.cz
|
|
|
|
- spec file cleanup
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Aug 25 22:36:00 CEST 2004 - garloff@suse.de
|
|
|
|
- Initial creation of package python-serial (pyserial).
|
|
|