Barry Warsaw pushed to branch master at mailman / Mailman
Commits: fb6e4637 by Mark Sapiro at 2017-04-08T01:35:15+00:00 Require aiosmtpd>=1.0a5 - - - - - 46ff6fda by Barry Warsaw at 2017-04-08T11:55:57+00:00 Merge branch 'aiosmtpd' into 'master' Require aiosmtpd>=1.0a5 Closes #317 See merge request !258 - - - - - 1 changed file: - setup.py Changes: ===================================== setup.py ===================================== --- a/setup.py +++ b/setup.py @@ -103,7 +103,7 @@ case second `m'. Any other spelling is incorrect.""", 'console_scripts' : list(scripts), }, install_requires = [ - 'aiosmtpd', + 'aiosmtpd>=1.0a5', 'alembic', 'atpublic', 'dnspython>=1.14.0', View it on GitLab: https://gitlab.com/mailman/mailman/compare/d4f8bac7cc5a85b177f122ba78f3f837238027f6...46ff6fda070ac5a0c71308886eee0e68af977b07
_______________________________________________ Mailman-checkins mailing list Mailman-checkins@python.org Unsubscribe: https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org