python3-flask binary package in Ubuntu Noble 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
  2024-03-26 04:17:51 UTC Published Ubuntu Noble amd64 release main python Optional 3.0.2-1ubuntu1
  • Published
  • Copied from ubuntu noble-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Noble amd64 proposed main python Optional 3.0.2-1ubuntu1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to noble

  • Published
  2024-02-13 09:07:46 UTC Superseded Ubuntu Noble amd64 proposed main python Optional 3.0.2-0ubuntu1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of flask 3.0.2-1ubuntu1 in ubuntu noble PROPOSED
  • Published
  2024-02-08 23:15:22 UTC Superseded Ubuntu Noble amd64 proposed main python Optional 3.0.0-1ubuntu1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of flask 3.0.2-0ubuntu1 in ubuntu noble PROPOSED
  • Published
  2024-03-26 04:18:08 UTC Superseded Ubuntu Noble amd64 release main python Optional 2.2.5-1ubuntu1
  • Removal requested .
  • Superseded by amd64 build of flask 3.0.2-1ubuntu1 in ubuntu noble PROPOSED
  • Published
  • Copied from ubuntu mantic-proposed amd64 in Primary Archive for Ubuntu

Source package