#14 Python 3
Merged by frantisekz. Opened by frantisekz.
python3  into  develop

Download 14.patch
  • Removes deprecated Flask import (which are not available in python3-flask at all)
  • Switches print "" to print("")
  • Changes shebang to python3
  • Changes spec file to use Python 3
  • Adds our new generic Makefile

Looks good, I'll try it out later today (if nobody else does) to verify.

Shouldn't there be a Makefile.cfg now that this is using qa-make?

1 new commit added

  • Fix FlaskWTFDeprecationWarning

1 new commit added

  • Support also old-style flask_wtf import

Shouldn't there be a Makefile.cfg now that this is using qa-make?

This isn't necessary. The qa-make tries to autodetect all the values it needs and the .cfg file is there only if we need to override something somewhere.

So, I've deployed this PR to dev, everything looks OK.

1 new commit added

  • Add missing Requires: psycopg2, wtforms

Pull-Request has been merged by frantisekz

Metadata