Hello community,

here is the log from the commit of package python-urwid for openSUSE:Factory 
checked in at 2014-07-15 08:01:12
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-urwid (Old)
 and      /work/SRC/openSUSE:Factory/.python-urwid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-urwid"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-urwid/python-urwid.changes        
2013-01-17 10:09:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-urwid.new/python-urwid.changes   
2014-07-15 08:01:24.000000000 +0200
@@ -1,0 +2,48 @@
+Mon Jul 14 15:56:15 UTC 2014 - toddrme2...@gmail.com
+
+- Switched source url to PyPi
+
+-------------------------------------------------------------------
+Mon Jul 14 12:03:32 UTC 2014 - toddrme2...@gmail.com
+
+- Update to 1.2.1
+  * Fix false failures of event loop tests
+  * Remove extra newline generated on exit of raw_display
+  * Documentation fixes (by Paul Ivanov)
+- Update to 1.2.0
+  * Add support for PyPy, drop support for Python 2.4, 2.5
+  * Signals now support using weakly referenced arguments to help
+    avoid leaking objects when a signal consumer is no longer
+    referenced (by Matthijs Kooijman)
+  * Add TornadoEventLoop class (by Alexander Glyzov)
+  * Update GlibEventLoop to use python-gi for Python3 compatibility
+    (by Israel Garcia)
+  * Automate testing with Python 2.6, 2.7, 3.2, 3.3 and PyPy using
+    travis-ci
+  * New container method get_focus_widgets() (by Matthijs Kooijman)
+  * Add support for double and triple click mouse events
+    (by Igor KotrasiƄski)
+  * Allow disabling and re-enabling of mouse tracking
+    (by Jim Garrison)
+  * Create section in docs for example program screenshots generated
+    as images like the tutorial examples
+  * Add suggested basic color combination images to manual
+  * Fall back to 80x24 if screen size detection fails
+  * Fix screen.stop(), screen.start() disabling mouse events
+  * Fix to make GridFlow v_sep argument behave as documented
+  * Fix for registering high palette entries in the form "hX" where
+    X > 15 so that basic colors are applied in 88-color mode
+  * Fix for raw_display clear-right escape not working with
+    standout attribute on some terminals
+  * Fix for Terminal widget select loop: retry when interrupted
+- Update to 1.1.2
+  * Move to urwid.org and use sphinx docs for generating whole site,
+    move changelog to docs/changelog.rst
+  * Fix encoding exceptions when unicode used on non-UTF-8 terminal
+  * Fix for suspend and resume applications with ^Z
+  * Fix for tmux and screen missing colors on right bug
+  * Fix Pile zero-weighted items and mouse_event when empty
+  * Fix Terminal select() not retrying when interrupted by signal
+  * Fix for Padding.align and width change not invalidating
+
+-------------------------------------------------------------------

Old:
----
  urwid-1.1.1.tar.gz

New:
----
  urwid-1.2.1.tar.gz

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

Other differences:
------------------
++++++ python-urwid.spec ++++++
--- /var/tmp/diff_new_pack.kNOO9H/_old  2014-07-15 08:01:25.000000000 +0200
+++ /var/tmp/diff_new_pack.kNOO9H/_new  2014-07-15 08:01:25.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-urwid
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,13 +17,13 @@
 
 
 Name:           python-urwid
-Version:        1.1.1
+Version:        1.2.1
 Release:        0
 Url:            http://excess.org/urwid/
 Summary:        A full-featured console (xterm et al.) user interface library
 License:        LGPL-2.1+
 Group:          Development/Languages/Python
-Source:         http://excess.org/urwid/urwid-%{version}.tar.gz
+Source:         
https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
@@ -63,7 +63,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING
+%doc COPYING README.rst
 %{python_sitearch}/urwid/
 %{python_sitearch}/urwid-%{version}-py%{py_ver}.egg-info
 

++++++ urwid-1.1.1.tar.gz -> urwid-1.2.1.tar.gz ++++++
++++ 12867 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to