python-aiortc 1.2.1-3build1 source package in Ubuntu

Changelog

python-aiortc (1.2.1-3build1) jammy; urgency=medium

  * Rebuild for the new libvpx soname

 -- Sebastien Bacher <email address hidden>  Wed, 17 Nov 2021 15:01:54 +0100

Upload details

Uploaded by:
Sebastien Bacher
Uploaded to:
Jammy
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.2.1.orig.tar.gz 1.1 MiB 60f3604d42618c43037164e0ba42f52e75732f1b5cc6dc5ac033ca8770f0db6e
python-aiortc_1.2.1-3build1.debian.tar.xz 6.8 KiB 8689b3d910b5843d4b21fc09ab8f827993a6feeccb5fab562a02adde50ce2495
python-aiortc_1.2.1-3build1.dsc 1.8 KiB b2e5167d63333ca9c6766956716da64471ffb1c6b60c3a18234e1300e057b1ba

View changes file

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