python3-flask binary package in Ubuntu Mantic 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 3.x module.

Publishing history

Date Status Target Pocket Component Section Priority Phased updates Version
  2023-09-15 14:49:08 UTC Published Ubuntu Mantic amd64 release main python Optional 2.2.5-1ubuntu1
  • Published
  • Copied from ubuntu mantic-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Mantic amd64 proposed main python Optional 2.2.5-1ubuntu1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to mantic

  • Published
  2023-09-15 14:49:13 UTC Superseded Ubuntu Mantic amd64 release main python Optional 2.2.2-3ubuntu1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of flask 2.2.5-1ubuntu1 in ubuntu mantic PROPOSED
  • Published
  • Copied from ubuntu mantic-proposed amd64 in Primary Archive for Ubuntu
  2023-09-16 18:10:09 UTC Deleted Ubuntu Mantic amd64 proposed main python Optional 2.2.2-3ubuntu1
  • Removed from disk .
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to mantic

  • Published
  2023-06-04 20:48:52 UTC Superseded Ubuntu Mantic amd64 release main python Optional 2.2.2-2ubuntu1
  • Removal requested .
  • Superseded by amd64 build of flask 2.2.2-3ubuntu1 in ubuntu mantic PROPOSED
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu

Source package