python-aiortc 1.6.0-1 source package in Ubuntu

Changelog

python-aiortc (1.6.0-1) unstable; urgency=medium

  [ upstream ]
  * new release;
    + supports python 3.12;
      closes: bug#1056453, thanks to Matthias Klose

  [ Jonas Smedegaard ]
  * build-depend on python3-sphinxcontrib.trio
    (not python3-sphinxcontrib-asyncio);
    relax build-dependency on python3-av
  * unfuzz patches;
    add debian/patches/README documenting patch naming micro-policy

 -- Jonas Smedegaard <email address hidden>  Sat, 13 Jan 2024 11:28:13 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
python-aiortc_1.6.0-1.dsc 2.7 KiB 7cd7f45b50c10e9b4e98ef110231ffe26d4cc90e3b54935c23a575916db8065e
python-aiortc_1.6.0.orig.tar.gz 1.1 MiB 6d447fdf35102fe8d55ad929fc63ea914cb51efa816e9a3f532551a1ac3dc9a4
python-aiortc_1.6.0-1.debian.tar.xz 7.2 KiB 19ca7176f3a6e0b5f0ac6b0fd5cd16ac81720ac455a8812825f91de8af89a28f

No changes file available.

Binary packages built by this source

python3-aiortc: implementation of WebRTC and ORTC

 aiortc is a library for Web Real-Time Communication (WebRTC)
 and Object Real-Time Communication (ORTC) in Python.
 It is built on top of asyncio,
 Python's standard asynchronous I/O framework.
 .
 The API closely follows its JavaScript counterpart
 while using pythonic constructs:
  * promises are replaced by coroutines
  * events are emitted using pyee.EventEmitter

python3-aiortc-dbgsym: debug symbols for python3-aiortc
python3-aiortc-doc: implementation of WebRTC and ORTC - documentation

 aiortc is a library for Web Real-Time Communication (WebRTC)
 and Object Real-Time Communication (ORTC) in Python.
 It is built on top of asyncio,
 Python's standard asynchronous I/O framework.
 .
 The API closely follows its JavaScript counterpart
 while using pythonic constructs:
  * promises are replaced by coroutines
  * events are emitted using pyee.EventEmitter
 .
 This package provides documentation for the aiortc module.