# HG changeset patch # User souliane # Date 1410424828 -7200 # Node ID a9bc19e8036b02371bf0e86bc33a8b73d002d2f4 # Parent 226c4c28cf64e3767bd3d0541a16a42d0c37d5d5 update the minimal versions of urwid and urwid_satext diff -r 226c4c28cf64 -r a9bc19e8036b README4PACKAGERS --- 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) diff -r 226c4c28cf64 -r a9bc19e8036b setup.py --- 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