Hello community,

here is the log from the commit of package python3-pyte for openSUSE:Factory 
checked in at 2016-02-01 19:56:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pyte (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pyte.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pyte"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pyte/python3-pyte.changes        
2015-08-12 15:14:03.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyte.new/python3-pyte.changes   
2016-02-01 19:57:16.000000000 +0100
@@ -1,0 +2,29 @@
+Sat Jan 30 23:59:22 UTC 2016 - [email protected]
+
+- 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.
+
+-------------------------------------------------------------------

Old:
----
  pyte-0.4.10.tar.gz

New:
----
  pyte-0.5.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python3-pyte.spec ++++++
--- /var/tmp/diff_new_pack.j6tDA5/_old  2016-02-01 19:57:17.000000000 +0100
+++ /var/tmp/diff_new_pack.j6tDA5/_new  2016-02-01 19:57:17.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyte
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           python3-pyte
-Version:        0.4.10
+Version:        0.5.1
 Release:        0
 Summary:        Simple VTXXX-compatible linux terminal emulator
 License:        LGPL-3.0

++++++ pyte-0.4.10.tar.gz -> pyte-0.5.1.tar.gz ++++++
++++ 3720 lines of diff (skipped)


Reply via email to