Abhilash Raj has proposed merging lp:~raj-abhilash1/mailman/bugfix into 
lp:mailman.

Requested reviews:
  Mailman Coders (mailman-coders)
Related bugs:
  Bug #1446881 in GNU Mailman: "Require Falcon 0.3"
  https://bugs.launchpad.net/mailman/+bug/1446881

For more details, see:
https://code.launchpad.net/~raj-abhilash1/mailman/bugfix/+merge/257569

Set a minimum falcon version to use the 0.3rc1 release till a stable release 
comes out.
-- 
Your team Mailman Coders is requested to review the proposed merge of 
lp:~raj-abhilash1/mailman/bugfix into lp:mailman.
=== modified file 'setup.py'
--- setup.py	2015-01-05 01:40:47 +0000
+++ setup.py	2015-04-27 19:28:35 +0000
@@ -93,7 +93,7 @@
     install_requires = [
         'alembic',
         'enum34',
-        'falcon',
+        'falcon>=0.3rc1',
         'flufl.bounce',
         'flufl.i18n',
         'flufl.lock',

_______________________________________________
Mailman-coders mailing list
[email protected]
https://mail.python.org/mailman/listinfo/mailman-coders

Reply via email to