python3-flask binary package in Ubuntu Xenial amd64

 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
  2020-06-01 16:08:18 UTC Published Ubuntu Xenial amd64 updates universe python Optional 0.10.1-2ubuntu0.1
  • Published
  • Copied from Primary Archive for Ubuntu
  • Originally built as ubuntu xenial-release amd64 in PPA for Ubuntu Security Proposed
  2020-06-01 15:38:12 UTC Published Ubuntu Xenial amd64 security universe python Optional 0.10.1-2ubuntu0.1
  • Published
  • Copied from ubuntu xenial-release amd64 in PPA for Ubuntu Security Proposed
  2016-04-07 22:44:32 UTC Published Ubuntu Xenial amd64 release universe python Optional 0.10.1-2build2
  • Published
  • Copied from ubuntu wily-proposed amd64 in Primary Archive for Ubuntu
  2016-04-07 22:52:01 UTC Superseded Ubuntu Xenial amd64 release main python Optional 0.10.1-2build2
  • Removal requested .
  • Superseded by amd64 build of flask 0.10.1-2build2 in ubuntu wily PROPOSED
  • Published
  • Copied from ubuntu wily-proposed amd64 in Primary Archive for Ubuntu
  2016-02-11 08:40:34 UTC Superseded Ubuntu Xenial amd64 release universe python Optional 0.10.1-2build2
  • Removal requested .
  • Superseded by amd64 build of flask 0.10.1-2build2 in ubuntu wily PROPOSED
  • Published
  • Copied from ubuntu wily-proposed amd64 in Primary Archive for Ubuntu

Source package