aioquic 1.0.0-1 source package in Ubuntu

Changelog

aioquic (1.0.0-1) unstable; urgency=medium

  * New upstream release
    - Refresh patches and drop d/p/bob-test-fix.patch and d/p/0004-service-
      identity-24-compatibility.patch (addressed upstream)
  * Set minimum version requirement for python3-cryptography

 -- Scott Kitterman <email address hidden>  Thu, 21 Mar 2024 12:34:58 -0400

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
Oracular proposed universe misc

Downloads

File Size SHA-256 Checksum
aioquic_1.0.0-1.dsc 2.3 KiB b784953e5142c0c39e63a5e9d957fc8034d5f4ef01c331127e520ccd191c118f
aioquic_1.0.0.orig.tar.gz 166.5 KiB ed31c2b5afa98c5b6cafa4f36149deaf1dff6c5a69701eadd27167415f9f1660
aioquic_1.0.0-1.debian.tar.xz 4.2 KiB c2ce333be6c39714da01bc367666a5ca286be3e9306b8d026b71180fe11fc95e

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