python-flask binary package in Ubuntu Trusty armhf

 Flask is a micro web framework for Python based on Werkzeug, Jinja 2 and good
 intentions. A minimal Flask application looks like that:
 .
   from flask import Flask
   app = Flask(__name__)
 .
   @app.route("/")
   def hello():
       return "Hello World!"
 .
   if __name__ == '__main__':
       app.run()

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2014-02-23 15:33:35 UTC Published Ubuntu Trusty armhf release main python Optional 0.10.1-2build1
  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  Deleted Ubuntu Trusty armhf proposed main python Optional 0.10.1-2build1
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  • Copied from ubuntu trusty-proposed i386 in Primary Archive for Ubuntu
  2014-02-23 15:35:52 UTC Superseded Ubuntu Trusty armhf release main python Optional 0.10.1-2
  • Removed from disk .
  • Removal requested .
  • Superseded by i386 build of flask 0.10.1-2build1 in ubuntu trusty PROPOSED
  • Published
  • Copied from ubuntu saucy-proposed i386 in Primary Archive for Ubuntu

Source package