aioquic 0.9.24-1 source package in Ubuntu

Changelog

aioquic (0.9.24-1) unstable; urgency=medium

  * Set Multi-Arch: foreign in python-aioquic-doc
  * Update d/source/options extend-diff-ignore to prevent python package
    metadata regeneration from preventing source package rebuilding (Closes:
    #1043689)
  * New upstream release (Closes: #1056225)
    - Refresh patches
  * Add python3-service-identity and python3-sphinxcontrib.trio to Build-Depends

 -- Scott Kitterman <email address hidden>  Thu, 28 Dec 2023 18:18:15 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
aioquic_0.9.24-1.dsc 2.2 KiB 4e2946ed3985b1387c59397461972df647eb8681a3d1d554e41debb5cc96521a
aioquic_0.9.24.orig.tar.gz 156.0 KiB 64ae15718fe663f8184a4662cc7fed660e7277447ec70b49ce25ffce3060b94f
aioquic_0.9.24-1.debian.tar.xz 3.8 KiB 65225c9726bd3f5f5544f4055304c99901753c5cabf119b9ba7898a712bfd024

Available diffs

No changes file available.

Binary packages built by this source

python-aioquic-doc: documentation for the aioquic Python library

 python3-aioquic is a library for the QUIC network protocol in Python.
 It features a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3
 stack.
 .
 This package provides documentation for the python3-aioquic library.

python3-aioquic: Python implementation of QUIC and HTTP/3

 Library for the QUIC network protocol in Python. It features
 a minimal TLS 1.3 implementation, a QUIC stack and an HTTP/3 stack.
 .
 QUIC was standardised in `RFC 9000`_ and HTTP/3 in `RFC 9114`_.
 ``aioquic`` is regularly tested for interoperability against other
 `QUIC implementations`_.
 .
 Features
 --------
   - QUIC stack conforming with `RFC 9000`_
   - HTTP/3 stack conforming with `RFC 9114`_
   - minimal TLS 1.3 implementation conforming with `RFC 8446`_
   - IPv4 and IPv6 support
   - connection migration and NAT rebinding
   - logging TLS traffic secrets
   - logging QUIC events in QLOG format
   - HTTP/3 server push support

python3-aioquic-dbgsym: debug symbols for python3-aioquic