python-aiortc 1.3.0-1 source package in Ubuntu

Changelog

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

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * adapt for upstream removal of apprtc code:
    + stop suggest python3-http python3-websockets
    + stop mention optional apprtc package needs in long description
    + drop patch 2001 to use bogus apprtc host by default
    + update patch 1001; simplify autopkgtest
  * add new patch 2001 to use Python module crc32c
    (not google-crc32c);
    unfuzz patch 2002
  * tighten build-dependency on python3-pyee

 -- Jonas Smedegaard <email address hidden>  Tue, 01 Feb 2022 23:24:09 +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-1.dsc 2.4 KiB e60187496e48c07a5b7fa87a4e1d07ce9b36f25338a357b146bbbf4d8dccd507
python-aiortc_1.3.0.orig.tar.gz 1.1 MiB a58da3060941e6ca1b4971bf2a7fc85cd6ebb64fc41beb8a53943fe7da4d5040
python-aiortc_1.3.0-1.debian.tar.xz 5.9 KiB a8a8f0c681d33883d580c53dd6ba554484f19c543a07e6baabedc41ce58aa203

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