python-aiortc 1.2.1-3 source package in Ubuntu

Changelog

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

  * fix depend (not only build-depend) on python3-crc32c

 -- Jonas Smedegaard <email address hidden>  Mon, 06 Sep 2021 21:01:24 +0200

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.2.1-3.dsc 2.4 KiB 531b2f3e3f373452682dd8759021c6eb587f018a7092d7982efbbf39f926e77a
python-aiortc_1.2.1.orig.tar.gz 1.1 MiB 60f3604d42618c43037164e0ba42f52e75732f1b5cc6dc5ac033ca8770f0db6e
python-aiortc_1.2.1-3.debian.tar.xz 6.8 KiB cb8952a967917528bcd38f04b255592a6f372b615b5093095e1b69e226107783

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