changeset 1194:a9bc19e8036b

update the minimal versions of urwid and urwid_satext
author souliane <souliane@mailoo.org>
date Thu, 11 Sep 2014 10:40:28 +0200
parents 226c4c28cf64
children aac1285edcac
files README4PACKAGERS setup.py
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/README4PACKAGERS	Tue Sep 09 08:15:35 2014 +0200
+++ b/README4PACKAGERS	Thu Sep 11 10:40:28 2014 +0200
@@ -43,7 +43,7 @@
 ----------------------------------------
 
 Urwid >= 1.2.0
-Urwid-satext >= 0.3.0
+Urwid-satext >= 0.4.0
 GObject (not imported directly in Primitivus, but needed for Urwid's main loop)
 
 Suggested: Python X Library (for user notifications in a graphical session)
--- a/setup.py	Tue Sep 09 08:15:35 2014 +0200
+++ b/setup.py	Thu Sep 11 10:40:28 2014 +0200
@@ -308,6 +308,6 @@
       scripts=['frontends/src/jp/jp', 'frontends/src/primitivus/primitivus', 'frontends/src/wix/wix'],
       zip_safe=False,
       dependency_links=['http://www.blarg.net/%7Esteveha/pyfeed-0.7.4.tar.gz', 'http://www.blarg.net/%7Esteveha/xe-0.7.4.tar.gz'],
-      install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.3.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr'],
+      install_requires=['twisted', 'wokkel >= 0.7.1', 'progressbar', 'urwid >= 1.2.0', 'urwid-satext >= 0.4.0', 'pyfeed', 'xe', 'mutagen', 'pillow', 'lxml', 'pyxdg', 'markdown', 'html2text', 'pycrypto >= 2.6.1', 'python-potr'],
       cmdclass={'install': CustomInstall},
       )  # XXX: wxpython doesn't work, it's managed with preinstall_check