python-aiortc 1.4.0-2 source package in Ubuntu

Changelog

python-aiortc (1.4.0-2) unstable; urgency=medium

  * add patch cherry-picked upstream
    to update dependency on aioice;
    bump dependency on pyhon3-aioice

 -- Jonas Smedegaard <email address hidden>  Wed, 01 Feb 2023 12:53:51 +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
Mantic release universe misc
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
python-aiortc_1.4.0-2.dsc 2.7 KiB 6951322ceab510e25240e1adad9af0db9819b8fde27d9203bd9ee1a881da5da9
python-aiortc_1.4.0.orig.tar.gz 1.1 MiB 13376f0ab6dc88f6b07f16d5674bf808403f38247971e657c86ccdc8ed8789aa
python-aiortc_1.4.0-2.debian.tar.xz 7.1 KiB adc43d46b10da3c704d7897f1d76b8e802099debaa6b51a46ec28a7634239253

Available diffs

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.