[Python-modules-commits] r28466 - in packages/urwid/trunk/debian (changelog control)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Fri Apr 4 17:09:28 UTC 2014


    Date: Friday, April 4, 2014 @ 17:09:28
  Author: vcheng
Revision: 28466

#743118 fixed

Modified:
  packages/urwid/trunk/debian/changelog
  packages/urwid/trunk/debian/control

Modified: packages/urwid/trunk/debian/changelog
===================================================================
--- packages/urwid/trunk/debian/changelog	2014-04-04 17:04:05 UTC (rev 28465)
+++ packages/urwid/trunk/debian/changelog	2014-04-04 17:09:28 UTC (rev 28466)
@@ -9,6 +9,7 @@
 
   [ Vincent Cheng ]
   * New upstream release.
+    - Fix false failures of event loop tests. (Closes: #743118)
   * Update watch file.
 
  -- Vincent Cheng <vcheng at debian.org>  Fri, 04 Apr 2014 09:51:00 -0700

Modified: packages/urwid/trunk/debian/control
===================================================================
--- packages/urwid/trunk/debian/control	2014-04-04 17:04:05 UTC (rev 28465)
+++ packages/urwid/trunk/debian/control	2014-04-04 17:09:28 UTC (rev 28466)
@@ -24,7 +24,7 @@
 Architecture: any
 Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
 Provides: ${python:Provides}
-Description: curses-based UI/widget library for Python
+Description: curses-based UI/widget library for Python 2
  Urwid is a console user interface library that includes many features
  useful for text console application developers including:
  .
@@ -40,6 +40,8 @@
   * Buttons, check boxes and radio boxes
   * Customizable layout for all widgets
   * Easy interface for creating HTML screen shots
+ .
+ This is the Python 2 version of the package.
 
 Package: python3-urwid
 Architecture: any
@@ -61,3 +63,5 @@
   * Buttons, check boxes and radio boxes
   * Customizable layout for all widgets
   * Easy interface for creating HTML screen shots
+ .
+ This is the Python 3 version of the package.




More information about the Python-modules-commits mailing list