python-flask binary package in Ubuntu Bionic 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()
 .
 This package contains the Python 2.7 module.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2020-06-01 16:08:18 UTC Published Ubuntu Bionic amd64 updates main python Optional 0.12.2-3ubuntu0.1
  • Published
  • Copied from Primary Archive for Ubuntu
  • Originally built as ubuntu bionic-release amd64 in PPA for Ubuntu Security Proposed
  2020-06-01 15:38:12 UTC Published Ubuntu Bionic amd64 security main python Optional 0.12.2-3ubuntu0.1
  • Published
  • Copied from ubuntu bionic-release amd64 in PPA for Ubuntu Security Proposed
  2018-02-11 11:08:11 UTC Published Ubuntu Bionic amd64 release main python Optional 0.12.2-3
  • Published
  • Copied from ubuntu bionic-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Bionic amd64 proposed main python Optional 0.12.2-3
  • Removal requested .
  • Deleted by Ubuntu Archive Robot

    moved to release

  • Published
  2018-02-11 11:08:19 UTC Superseded Ubuntu Bionic amd64 release main python Optional 0.12.2-2
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of flask 0.12.2-3 in ubuntu bionic PROPOSED
  • Published
  • Copied from ubuntu artful-proposed amd64 in Primary Archive for Ubuntu

Source package