python-aiortc 1.3.0-3 source package in Ubuntu

Changelog

python-aiortc (1.3.0-3) unstable; urgency=medium

  * stop set timeout for testsuite altogether

 -- Jonas Smedegaard <email address hidden>  Fri, 04 Feb 2022 21:35:49 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
python-aiortc_1.3.0-3.dsc 2.4 KiB 012f7f9c2a4829ab057858fad73f9db6679f58ab0cf4ea3df3b32b33aaf91a4f
python-aiortc_1.3.0.orig.tar.gz 1.1 MiB a58da3060941e6ca1b4971bf2a7fc85cd6ebb64fc41beb8a53943fe7da4d5040
python-aiortc_1.3.0-3.debian.tar.xz 5.7 KiB 0c3c4bdc71d3e339c5a5405e827f202d7931566604152f03fdbde5880dd856fb

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