File python3-pyte.changes of Package python3-pyte
-------------------------------------------------------------------
Sun May 8 07:09:24 UTC 2016 - arun@gmx.de
- specfile:
* updated source url to files.pythonhosted.org
-------------------------------------------------------------------
Tue Mar 15 04:41:36 UTC 2016 - arun@gmx.de
- specfile:
* added python3-pytest-runner
- update to version 0.5.2:
* Fixed a bug in handling DA request. See issue #46 on GitHub.
-------------------------------------------------------------------
Sat Jan 30 23:59:22 UTC 2016 - arun@gmx.de
- specfile:
* update copyright year
- update to version 0.5.1:
* Fixed dependencies in setup.py.
- changes from version 0.5.0:
* Deprecated "Stream.consume" in favour of "Stream.feed". The latter
allows for a more efficient implementation because it operates on
the whole input string.
* Improved "Stream" performance by converting FSM to a coroutine as
suggested by Jonathan Slenders in issue #41 on GitHub.
* Added support for `DA` (device attributes) and `DSR` (device
status report). The implementation is based on the code by
Jonathan Slenders. See issue #41 on GitHub.
* "Screen.draw" now properly handles full/ambiguous-width
characters. Thanks to the excellent `wcwidth
<https://github.com/jquast/wcwidth>`_ library by Jeff Quast.
* Removed re-exports of abbreviated modules (e.g. "mo" as a synonym
for "modes") from "pyte".
* Removed "Screen.size" which misleadingly returned constructor
arguments in reverse order. Please use "Screen.columns" and
"Screen.lines" instead.
* Fixed a bug in "ByteStream" which suppressed the exception if all
of the decoders failed to process the input.
-------------------------------------------------------------------
Tue Aug 11 15:23:13 UTC 2015 - arun@gmx.de
- update to version 0.4.10:
* Fixed a bug in `pyte.screens.DiffScreen.draw` which marked the
wrong line as changed when `DECAWM` was enabled.
* `pyte.streams.Stream` now recognizes ESC % sequences for selecting
control character set. However, these operations are no-op in the
current version in a sense that `pyte.streams.ByteStream` does not
handle them to change encoding.
-------------------------------------------------------------------
Tue Mar 31 23:11:41 UTC 2015 - arun@gmx.de
- specfile:
* correct license information: LGPL-3.0 (was LGPL)
-------------------------------------------------------------------
Tue Feb 17 20:29:43 UTC 2015 - arun@gmx.de
- initial version