python-aiortc 1.3.2-2 source package in Ubuntu

Changelog

python-aiortc (1.3.2-2) unstable; urgency=medium

  * add patch 1002 to relax dependency on Python module av;
    relax (build-)dependency on python3-av
  * build-depend on pybuild-plugin-pyproject
  * declare compliance with Debian Policy 4.6.1

 -- Jonas Smedegaard <email address hidden>  Thu, 01 Dec 2022 10:51:19 +0100

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.3.2-2.dsc 2.6 KiB 4d63975f7ace01bc078d8049843b43a18ffd02bfa85fec0a0125cef1ce97a329
python-aiortc_1.3.2.orig.tar.gz 1.1 MiB c6177b400c892a826f419283e220bf1625330c18924083998df5a001ac5322e6
python-aiortc_1.3.2-2.debian.tar.xz 7.0 KiB ccece8aa22e396cf0334c57ea3ec0774987cc34a7aa2ce200b5a8c03e8d03553

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
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.