python-aiortc 1.5.0-3 source package in Ubuntu

Changelog

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

  * fix: depend (not autopkgtest-depend) on python3-crc32c;
    closes: bug#1054154, thanks to Benjamin Drung

 -- Jonas Smedegaard <email address hidden>  Wed, 18 Oct 2023 23:36:42 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
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-3.dsc 2.7 KiB 335ea054e8422a1fb082d6f0f76bb940fe2d4a98aaa141b011f2fb757376f5ac
python-aiortc_1.5.0.orig.tar.gz 1.1 MiB d9439bf80af59fb118bc020ac7685bb6ec7c63380be46d796a1f8b86c80f7f1c
python-aiortc_1.5.0-3.debian.tar.xz 7.0 KiB a84b24f791106fb428116e30aa74680bb61e0cba8b9ddcfe460571d01552cb6c

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
python3-aiortc-doc: implementation of WebRTC and ORTC - documentation

 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
 .
 This package provides documentation for the aiortc module.