commit python3-pyte for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-pyte for openSUSE:Factory 
checked in at 2016-05-25 21:25:47

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
2016-03-17 16:48:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyte.new/python3-pyte.changes   
2016-05-25 21:25:48.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:09:24 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-pyte.spec ++
--- /var/tmp/diff_new_pack.NbQx8l/_old  2016-05-25 21:25:49.0 +0200
+++ /var/tmp/diff_new_pack.NbQx8l/_new  2016-05-25 21:25:49.0 +0200
@@ -23,7 +23,7 @@
 License:LGPL-3.0
 Group:  Development/Languages/Python
 Url:http://pyte.readthedocs.org/en/latest/
-Source: 
https://pypi.python.org/packages/source/p/pyte/pyte-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/p/pyte/pyte-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
 BuildRequires:  python3-pytest-runner




commit python3-pyte for openSUSE:Factory

2016-03-19 Thread h_root
Hello community,

here is the log from the commit of package python3-pyte for openSUSE:Factory 
checked in at 2016-03-17 16:35:06

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
2016-02-01 19:57:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-pyte.new/python3-pyte.changes   
2016-03-17 16:48:20.0 +0100
@@ -1,0 +2,9 @@
+Tue Mar 15 04:41:36 UTC 2016 - a...@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.
+
+---

Old:

  pyte-0.5.1.tar.gz

New:

  pyte-0.5.2.tar.gz



Other differences:
--
++ python3-pyte.spec ++
--- /var/tmp/diff_new_pack.Nv8vrR/_old  2016-03-17 16:48:20.0 +0100
+++ /var/tmp/diff_new_pack.Nv8vrR/_new  2016-03-17 16:48:20.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python3-pyte
-Version:0.5.1
+Version:0.5.2
 Release:0
 Summary:Simple VTXXX-compatible linux terminal emulator
 License:LGPL-3.0
@@ -26,6 +26,7 @@
 Source: 
https://pypi.python.org/packages/source/p/pyte/pyte-%{version}.tar.gz
 BuildRequires:  python3-devel
 BuildRequires:  python3-pytest
+BuildRequires:  python3-pytest-runner
 BuildRequires:  python3-setuptools
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch

++ pyte-0.5.1.tar.gz -> pyte-0.5.2.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/CHANGES new/pyte-0.5.2/CHANGES
--- old/pyte-0.5.1/CHANGES  2016-01-10 20:44:45.0 +0100
+++ new/pyte-0.5.2/CHANGES  2016-03-14 20:48:50.0 +0100
@@ -3,12 +3,19 @@
 
 Here you can see the full list of changes between each pyte release.
 
+Version 0.5.2
+-
+
+Pi Day bugfix release, released on March 14th, 2016
+
+- Fixed a bug in handling DA request. See issue #46 on GitHub.
+
 Version 0.5.1
 -
 
 Bugfix release, released on January 10th 2015
 
-- Fixed dependencies in ``setup.py``.
+- Fixed dependencies in setup.py.
 
 Version 0.5.0
 -
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/PKG-INFO new/pyte-0.5.2/PKG-INFO
--- old/pyte-0.5.1/PKG-INFO 2016-01-10 20:45:41.0 +0100
+++ new/pyte-0.5.2/PKG-INFO 2016-03-14 20:53:20.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyte
-Version: 0.5.1
+Version: 0.5.2
 Summary: Simple VTXXX-compatible terminal emulator.
 Home-page: https://github.com/selectel/pyte
 Author: Sergei Lebedev
@@ -17,7 +17,7 @@
 | |_) || |_| || |_|  __/
 | .__/  \__, | \__|\___|
 | |  __/ |
-|_| |___/  0.5.1
+|_| |___/  0.5.2
 
 
 What is ``pyte``?
@@ -68,7 +68,7 @@
 Classifier: Environment :: Console
 Classifier: Intended Audience :: Developers
 Classifier: Operating System :: OS Independent
-Classifier: License :: OSI Approved :: GNU Library or Lesser General Public 
License (LGPL)
+Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 
(LGPLv3)
 Classifier: Programming Language :: Python :: 2.6
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3.4
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/README new/pyte-0.5.2/README
--- old/pyte-0.5.1/README   2016-01-10 20:45:14.0 +0100
+++ new/pyte-0.5.2/README   2016-03-14 20:49:43.0 +0100
@@ -9,7 +9,7 @@
 | |_) || |_| || |_|  __/
 | .__/  \__, | \__|\___|
 | |  __/ |
-|_| |___/  0.5.1
+|_| |___/  0.5.2
 
 
 What is ``pyte``?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/docs/conf.py new/pyte-0.5.2/docs/conf.py
--- old/pyte-0.5.1/docs/conf.py 2016-01-10 20:45:00.0 +0100
+++ new/pyte-0.5.2/docs/conf.py 2016-03-14 20:49:12.0 +0100
@@ -52,9 +52,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.5.1'
+version = '0.5.2'
 # The full version, including alpha/beta/rc tags.
-release = '0.5.1'
+release = '0.5.2'
 
 # The language for content autogenerated by Sphinx. Refer to documentation
 # for a list of supported languages.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.5.1/docs/index.rst 
new/pyte-0.5.2

commit python3-pyte for openSUSE:Factory

2016-02-01 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyte.new/python3-pyte.changes   
2016-02-01 19:57:16.0 +0100
@@ -1,0 +2,29 @@
+Sat Jan 30 23:59:22 UTC 2016 - a...@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
+`_ 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.0 +0100
+++ /var/tmp/diff_new_pack.j6tDA5/_new  2016-02-01 19:57:17.0 +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)




commit python3-pyte for openSUSE:Factory

2015-08-12 Thread h_root
Hello community,

here is the log from the commit of package python3-pyte for openSUSE:Factory 
checked in at 2015-08-12 15:14:01

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-04-02 16:03:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pyte.new/python3-pyte.changes   
2015-08-12 15:14:03.0 +0200
@@ -1,0 +2,11 @@
+Tue Aug 11 15:23:13 UTC 2015 - a...@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.
+
+---

Old:

  pyte-0.4.9.tar.gz

New:

  pyte-0.4.10.tar.gz



Other differences:
--
++ python3-pyte.spec ++
--- /var/tmp/diff_new_pack.Uwsg5l/_old  2015-08-12 15:14:03.0 +0200
+++ /var/tmp/diff_new_pack.Uwsg5l/_new  2015-08-12 15:14:03.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pyte
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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.9
+Version:0.4.10
 Release:0
 Summary:Simple VTXXX-compatible linux terminal emulator
 License:LGPL-3.0

++ pyte-0.4.9.tar.gz -> pyte-0.4.10.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.4.9/AUTHORS new/pyte-0.4.10/AUTHORS
--- old/pyte-0.4.9/AUTHORS  2014-03-26 22:15:01.0 +0100
+++ new/pyte-0.4.10/AUTHORS 2015-07-24 14:19:10.0 +0200
@@ -10,3 +10,5 @@
 - Alexey Shamrin
 - Steve Cohen
 - Jonathan Slenders
+- David O'Shea
+- Andreas Stührk
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.4.9/CHANGES new/pyte-0.4.10/CHANGES
--- old/pyte-0.4.9/CHANGES  2014-12-03 21:55:11.0 +0100
+++ new/pyte-0.4.10/CHANGES 2015-08-04 20:03:35.0 +0200
@@ -3,6 +3,19 @@
 
 Here you can see the full list of changes between each pyte release.
 
+Version 0.4.10
+--
+
+Bugfix release, released on August 4th 2015
+
+- 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.
+
+
 Version 0.4.9
 -
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.4.9/PKG-INFO new/pyte-0.4.10/PKG-INFO
--- old/pyte-0.4.9/PKG-INFO 2014-12-03 22:29:07.0 +0100
+++ new/pyte-0.4.10/PKG-INFO2015-08-04 20:15:27.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: pyte
-Version: 0.4.9
+Version: 0.4.10
 Summary: Simple VTXXX-compatible terminal emulator.
 Home-page: https://github.com/selectel/pyte
 Author: Sergei Lebedev
@@ -17,7 +17,7 @@
 | |_) || |_| || |_|  __/
 | .__/  \__, | \__|\___|
 | |  __/ |
-|_| |___/  0.4.9
+|_| |___/ 0.4.10
 
 
 What is ``pyte``?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.4.9/README new/pyte-0.4.10/README
--- old/pyte-0.4.9/README   2014-12-03 21:54:31.0 +0100
+++ new/pyte-0.4.10/README  2015-07-26 22:01:39.0 +0200
@@ -9,7 +9,7 @@
 | |_) || |_| || |_|  __/
 | .__/  \__, | \__|\___|
 | |  __/ |
-|_| |___/  0.4.9
+|_| |___/ 0.4.10
 
 
 What is ``pyte``?
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pyte-0.4.9/docs/conf.py new/pyte-0.4.10/docs/conf.py
--- old/pyte-0.4.9/docs/conf.py 2014-12-03 21:54:42.0 +0100
+++ new/pyte-0.4.10/docs/conf.py2015-07-26 22:01:22.0 +0200
@@ -50,9 +50,9 @@
 # built documents.
 #
 # The short X.Y version.
-version = '0.4.9'
+version = '0.4.10'
 # The