commit python3-urwid for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

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

Comparing /work/SRC/openSUSE:Factory/python3-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python3-urwid.new (New)


Package is "python3-urwid"

Changes:

--- /work/SRC/openSUSE:Factory/python3-urwid/python3-urwid.changes  
2015-11-02 12:55:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-urwid.new/python3-urwid.changes 
2016-05-25 21:26:50.0 +0200
@@ -1,0 +2,7 @@
+Sun May  8 07:07:19 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-urwid.spec ++
--- /var/tmp/diff_new_pack.jMqvis/_old  2016-05-25 21:26:51.0 +0200
+++ /var/tmp/diff_new_pack.jMqvis/_new  2016-05-25 21:26:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-urwid
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:A full-featured console (xterm et al.) user interface library
 License:LGPL-2.1+
 Group:  Development/Languages/Python
-Source: 
https://pypi.python.org/packages/source/u/urwid/urwid-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/u/urwid/urwid-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-2to3
 # Needed for hashlib/sha512




commit python3-urwid for openSUSE:Factory

2015-11-02 Thread h_root
Hello community,

here is the log from the commit of package python3-urwid for openSUSE:Factory 
checked in at 2015-11-02 12:55:48

Comparing /work/SRC/openSUSE:Factory/python3-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python3-urwid.new (New)


Package is "python3-urwid"

Changes:

--- /work/SRC/openSUSE:Factory/python3-urwid/python3-urwid.changes  
2015-01-08 23:02:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-urwid.new/python3-urwid.changes 
2015-11-02 12:55:49.0 +0100
@@ -1,0 +2,14 @@
+Mon Nov  2 01:38:20 UTC 2015 - a...@gmx.de
+
+- update to version 1.3.1:
+  * Fix for screen not getting reset on exception regression
+(by Rian Hunter)
+  * AttrSpec objects are now comparable (by Random User)
+  * MonitoredList now has a clear method if list has a clear method
+(by neumond)
+  * Fix for BarGraph hlines sort order (by Heiko Noordhof)
+  * Fix for final output not appearing on exit with some terminals
+now that extra newline was removed (by Jared Winborne)
+  * Fix for a resizing bug in raw_display (by Esteban null)
+
+---

Old:

  urwid-1.3.0.tar.gz

New:

  urwid-1.3.1.tar.gz



Other differences:
--
++ python3-urwid.spec ++
--- /var/tmp/diff_new_pack.ipaKF2/_old  2015-11-02 12:55:50.0 +0100
+++ /var/tmp/diff_new_pack.ipaKF2/_new  2015-11-02 12:55:50.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-urwid
 #
-# 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-urwid
-Version:1.3.0
+Version:1.3.1
 Release:0
 Url:http://excess.org/urwid/
 Summary:A full-featured console (xterm et al.) user interface library

++ urwid-1.3.0.tar.gz -> urwid-1.3.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urwid-1.3.0/PKG-INFO new/urwid-1.3.1/PKG-INFO
--- old/urwid-1.3.0/PKG-INFO2014-10-17 20:27:53.0 +0200
+++ new/urwid-1.3.1/PKG-INFO2015-11-02 01:08:49.0 +0100
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: urwid
-Version: 1.3.0
+Version: 1.3.1
 Summary: A full-featured console (xterm et al.) user interface library
 Home-page: http://urwid.org/
 Author: Ian Ward
@@ -10,7 +10,7 @@
 Urwid is a console user interface library for Python.
 It includes many features useful for text console application 
developers including:
 
-- Applcations resize quickly and smoothly
+- Applications resize quickly and smoothly
 - Automatic, programmable text alignment and wrapping
 - Simple markup for setting text attributes within blocks of text
 - Powerful list box with programmable content for scrolling all widget 
types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urwid-1.3.0/README.rst new/urwid-1.3.1/README.rst
--- old/urwid-1.3.0/README.rst  2014-10-17 20:09:04.0 +0200
+++ new/urwid-1.3.1/README.rst  2015-11-02 01:08:16.0 +0100
@@ -9,7 +9,7 @@
 Urwid is a console user interface library for Python.
 It includes many features useful for text console application developers 
including:
 
-- Applcations resize quickly and smoothly
+- Applications resize quickly and smoothly
 - Automatic, programmable text alignment and wrapping
 - Simple markup for setting text attributes within blocks of text
 - Powerful list box with programmable content for scrolling all widget types
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/urwid-1.3.0/docs/changelog.rst 
new/urwid-1.3.1/docs/changelog.rst
--- old/urwid-1.3.0/docs/changelog.rst  2014-10-17 20:09:04.0 +0200
+++ new/urwid-1.3.1/docs/changelog.rst  2015-11-02 01:08:16.0 +0100
@@ -2,6 +2,26 @@
 Changelog
 -
 
+Urwid 1.3.1
+===
+
+2015-11-01
+
+ * Fix for screen not getting reset on exception regression
+   (by Rian Hunter)
+
+ * AttrSpec objects are now comparable (by Random User)
+
+ * MonitoredList now has a clear method if list has a clear method
+   (by neumond)
+
+ * Fix for BarGraph hlines sort order (by Heiko Noordhof)
+
+ * Fix for final output not appearing on exit with some terminals
+   now that extra newline was removed (by Jared Winborne)
+
+ * Fix for a resizing bug in raw_display (by Esteban null)
+
 Urwid 1.3.0
 ===
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 

commit python3-urwid for openSUSE:Factory

2015-01-08 Thread h_root
Hello community,

here is the log from the commit of package python3-urwid for openSUSE:Factory 
checked in at 2015-01-08 23:02:56

Comparing /work/SRC/openSUSE:Factory/python3-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python3-urwid.new (New)


Package is python3-urwid

Changes:

--- /work/SRC/openSUSE:Factory/python3-urwid/python3-urwid.changes  
2014-07-15 08:01:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-urwid.new/python3-urwid.changes 
2015-01-08 23:02:57.0 +0100
@@ -1,0 +2,24 @@
+Wed Jan  7 21:45:08 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 1.3.0:
+  * New AsyncioEventLoop for Python 3.4, Python 3.x with asyncio package
+or Python 2 with trollius package (by Alex Munroe, Jonas Wielicki,
+with earlier work by Kelketek Rritaa)
+  * Screen classes now call back to MainLoop using event loop alarms
+instead of passing timeout values to MainLoop (by Alex Munroe)
+  * Add support for bright backgrounds on linux console (by Russell
+Warren)
+  * Allow custom sorting of MonitoredList (by Tony Cebzanov)
+  * Fix support for negative indexes with MonitoredFocusList (by Heiko
+Noordhof)
+  * Documentation fixes (by Ismail, Matthew Mosesohn)
+
+- changes from version 1.2.2:
+  * Fix for a serious raw_display performance regression (by Anton
+Khirnov)
+  * Fix for high color palette detection (by extempo)
+  * Small changes to enable windows support (by Jeanpierre Devin)
+
+---

Old:

  urwid-1.2.1.tar.gz

New:

  urwid-1.3.0.tar.gz



Other differences:
--
++ python3-urwid.spec ++
--- /var/tmp/diff_new_pack.0q7hBG/_old  2015-01-08 23:02:59.0 +0100
+++ /var/tmp/diff_new_pack.0q7hBG/_new  2015-01-08 23:02:59.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-urwid
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python3-urwid
-Version:1.2.1
+Version:1.3.0
 Release:0
 Url:http://excess.org/urwid/
 Summary:A full-featured console (xterm et al.) user interface library
@@ -28,9 +28,9 @@
 BuildRequires:  python3-2to3
 # Needed for hashlib/sha512
 BuildRequires:  python3
+BuildRequires:  python3-base
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-BuildRequires:  python3-base
 Requires:   python3-curses
 
 %description

++ urwid-1.2.1.tar.gz - urwid-1.3.0.tar.gz ++
 7319 lines of diff (skipped)

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



commit python3-urwid for openSUSE:Factory

2014-07-15 Thread h_root
Hello community,

here is the log from the commit of package python3-urwid for openSUSE:Factory 
checked in at 2014-07-15 08:01:11

Comparing /work/SRC/openSUSE:Factory/python3-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python3-urwid.new (New)


Package is python3-urwid

Changes:

--- /work/SRC/openSUSE:Factory/python3-urwid/python3-urwid.changes  
2013-06-21 19:09:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-urwid.new/python3-urwid.changes 
2014-07-15 08:01:23.0 +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:
--
++ python3-urwid.spec ++
--- /var/tmp/diff_new_pack.Fzfxp0/_old  2014-07-15 08:01:24.0 +0200
+++ /var/tmp/diff_new_pack.Fzfxp0/_new  2014-07-15 08:01:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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,21 +17,21 @@
 
 
 Name:   python3-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:  python3-2to3
 # Needed for hashlib/sha512
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-setuptools
-Requires:   python3-curses
 BuildRequires:  python3-base
+Requires:   python3-curses
 
 %description
 Urwid is a console user interface library.  It includes many features
@@ -61,7 +61,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG COPYING
+%doc COPYING README.rst
 %{python3_sitearch}/urwid
 %{python3_sitearch}/urwid-%{version}-py%{py3_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



commit python3-urwid for openSUSE:Factory

2012-09-06 Thread h_root
Hello community,

here is the log from the commit of package python3-urwid for openSUSE:Factory 
checked in at 2012-09-06 08:44:09

Comparing /work/SRC/openSUSE:Factory/python3-urwid (Old)
 and  /work/SRC/openSUSE:Factory/.python3-urwid.new (New)


Package is python3-urwid, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-urwid cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org