quart 0.19.4-1 source package in Ubuntu

Changelog

quart (0.19.4-1) unstable; urgency=medium

  * Team upload

  [ Andreas Tille ]
  * New upstream version 0.19.4
    (Closes: #1042259)
  * Standards-Version: 4.6.2 (routine-update)
  * Add salsa-ci file (routine-update)
  * Build-Depends: python3-flask

  [ Carsten Schoenert ]
  * d/gbp.conf: Don't use numbers in patch names
  * Add patch queue from patch-queue branch
    Added patch:
    docs-conf.py-Use-sphinx_rtd_theme-instead.patch
  * d/control: Keep B-D entries alphabetical
  * d/rules: Add override for dh_clean
  * d/rules: Drop direct modification of docs/conf.py
    Done now through patch queue.
  * d/rules: Undo modification of pyproject.toml after build
  * d/python-quart-doc.lintian-overrides: Update data content

 -- Carsten Schoenert <email address hidden>  Mon, 12 Feb 2024 20:48:14 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
quart_0.19.4-1.dsc 2.5 KiB f81cdc676b50b021361adf133cbe96837bd95c312256d9d413143c9c49ee1281
quart_0.19.4.orig.tar.xz 449.6 KiB 44a4dacd162b6f8c8c32bcf7e9598deef9c139f09d81a886010d5bb2e6a4b41a
quart_0.19.4-1.debian.tar.xz 6.0 KiB dfd130d947511469d70dd9b9b017bdbad609bd7820654ff1e1851cc1fa696049

Available diffs

No changes file available.

Binary packages built by this source

python-quart-doc: Python ASGI web microframework with the same API as Flask (Documentation)

 Quart is a Python ASGI web microframework. It is intended to provide the
 easiest way to use asyncio functionality in a web context, especially
 with existing Flask apps. This is possible as the Quart API is a superset
 of the Flask API.
 .
 Quart aims to be a complete web microframework, as it supports HTTP/1.1,
 HTTP/2 and websockets. Quart is very extendable and has a number of
 known extensions and works with many of the Flask extensions.
 .
 Quart supports the full ASGI 3.0 specification as well as the websocket
 response and HTTP/2 server push extensions. For those of you familiar
 with Flask, Quart extends the Flask API by adding support for:
 .
  * HTTP/1.1 request streaming
  * Websockets
  * HTTP/2 server push
 .
 This package contains the documentation and examples.

python3-quart: Python ASGI web microframework with the same API as Flask

 Quart is a Python ASGI web microframework. It is intended to provide the
 easiest way to use asyncio functionality in a web context, especially
 with existing Flask apps. This is possible as the Quart API is a superset
 of the Flask API.
 .
 Quart aims to be a complete web microframework, as it supports HTTP/1.1,
 HTTP/2 and websockets. Quart is very extendable and has a number of
 known extensions and works with many of the Flask extensions.
 .
 Quart supports the full ASGI 3.0 specification as well as the websocket
 response and HTTP/2 server push extensions. For those of you familiar
 with Flask, Quart extends the Flask API by adding support for:
 .
  * HTTP/1.1 request streaming
  * Websockets
  * HTTP/2 server push