python3-flask binary package in Ubuntu Lunar 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-05-29 13:54:04 UTC Published Ubuntu Lunar amd64 updates main python Optional 2.2.2-2ubuntu1.1
  • Published
  • Copied from Primary Archive for Ubuntu
  • Originally built as ubuntu lunar-release amd64 in PPA for Ubuntu Security Proposed
  2023-05-29 12:53:28 UTC Published Ubuntu Lunar amd64 security main python Optional 2.2.2-2ubuntu1.1
  • Published
  • Copied from ubuntu lunar-release amd64 in PPA for Ubuntu Security Proposed
  2023-01-17 03:54:24 UTC Published Ubuntu Lunar amd64 release main python Optional 2.2.2-2ubuntu1
  • Published
  • Copied from ubuntu lunar-proposed amd64 in Primary Archive for Ubuntu
  Deleted Ubuntu Lunar amd64 proposed main python Optional 2.2.2-2ubuntu1
  • Removal requested .
  • Deleted by Ubuntu Archive Auto-Sync

    Moved to lunar

  • Published
  2023-01-17 03:55:05 UTC Superseded Ubuntu Lunar amd64 release main python Optional 2.0.3-1ubuntu1
  • Removed from disk .
  • Removal requested .
  • Superseded by amd64 build of flask 2.2.2-2ubuntu1 in ubuntu lunar PROPOSED
  • Published
  • Copied from ubuntu kinetic-proposed amd64 in Primary Archive for Ubuntu

Source package