python-aiortc 1.3.0-2 source package in Ubuntu

Changelog

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

  * relax testsuite timeout,
    to hopefully succeed more reliably on armel and armhf
  * update TODOs
  * simplify source helper script copyright-check

 -- Jonas Smedegaard <email address hidden>  Thu, 03 Feb 2022 14:09:42 +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

Downloads

File Size SHA-256 Checksum
python-aiortc_1.3.0-2.dsc 2.4 KiB c50f4245d009b3f4bd9d3d8bff02b9454839f429b75520e6ac6f463a7831697c
python-aiortc_1.3.0.orig.tar.gz 1.1 MiB a58da3060941e6ca1b4971bf2a7fc85cd6ebb64fc41beb8a53943fe7da4d5040
python-aiortc_1.3.0-2.debian.tar.xz 5.7 KiB cfe9c367776335f6969273689d74c4947964678f6cfcc8187462a58cf5adf0b3

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