python-aiortc 1.5.0-3build1 source package in Ubuntu

Changelog

python-aiortc (1.5.0-3build1) noble; urgency=medium

  * Rebuild against new libvpx8.

 -- Gianfranco Costamagna <email address hidden>  Fri, 17 Nov 2023 19:18:51 +0100

Upload details

Uploaded by:
Gianfranco Costamagna
Uploaded to:
Noble
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.5.0.orig.tar.gz 1.1 MiB d9439bf80af59fb118bc020ac7685bb6ec7c63380be46d796a1f8b86c80f7f1c
python-aiortc_1.5.0-3build1.debian.tar.xz 7.1 KiB 3dcaceee9b4468feb1680196cdd2a32675c49768a4d1a2cdcfd004858c96e29a
python-aiortc_1.5.0-3build1.dsc 2.7 KiB 02c3f8cd69d350188bfe7e0abc4f7e52bae9c872ef283ba8b88e814e0179a74f

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