comparison setup.py @ 8600:62469662c660

mercurial: support Mercurial 5.5 No release notes yet, but testing shows it working with a few changes. A few tests need updating because error messages from remote ssh like our sys.stderr.write('abort: %s\n' % error) like for remote: abort: Access to %r denied will now appear on stderr instead of stdout - a very reasonable bug fix.
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 20 Jul 2020 20:13:32 +0200
parents 42312c8d070d
children c6964daffe57
comparison
equal deleted inserted replaced
8599:68eee0e7f4f5 8600:62469662c660
61 "Markdown >= 2.2.1, < 3.2", 61 "Markdown >= 2.2.1, < 3.2",
62 "docutils >= 0.11, < 0.17", 62 "docutils >= 0.11, < 0.17",
63 "URLObject >= 2.3.4, < 2.5", 63 "URLObject >= 2.3.4, < 2.5",
64 "Routes >= 2.0, < 2.5", 64 "Routes >= 2.0, < 2.5",
65 "dulwich >= 0.19.0, < 0.20", 65 "dulwich >= 0.19.0, < 0.20",
66 "mercurial >= 5.2, < 5.5", 66 "mercurial >= 5.2, < 5.6",
67 "decorator >= 4.2.1, < 4.5", 67 "decorator >= 4.2.1, < 4.5",
68 "Paste >= 2.0.3, < 3.5", 68 "Paste >= 2.0.3, < 3.5",
69 "bleach >= 3.0, < 3.1.4", 69 "bleach >= 3.0, < 3.1.4",
70 "Click >= 7.0, < 8", 70 "Click >= 7.0, < 8",
71 "ipaddr >= 2.2.0, < 2.3", 71 "ipaddr >= 2.2.0, < 2.3",