python-aiortc 1.3.2-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * drop patch cherry-picked upstream now applied
  * update patch 2003 to cover privacy breach in sphinx theme
  * unfuzz patches

 -- Jonas Smedegaard <email address hidden>  Thu, 12 May 2022 09:23:23 +0200

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.3.2-1.dsc 2.6 KiB 5e3d56e577002018682a767b16eaefe353b42ae8081e3e1c0df41532f1042077
python-aiortc_1.3.2.orig.tar.gz 1.1 MiB c6177b400c892a826f419283e220bf1625330c18924083998df5a001ac5322e6
python-aiortc_1.3.2-1.debian.tar.xz 6.8 KiB 25547b7187b112a9eab0cd2f7bb7686d2afe807e85f3355a46a2e9626292c0a1

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: No summary available for python3-aiortc-dbgsym in ubuntu kinetic.

No description available for python3-aiortc-dbgsym in ubuntu kinetic.

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.