python-aiortc 1.4.0-1 source package in Ubuntu

Changelog

python-aiortc (1.4.0-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * drop patch 1002, obsoleted by upstream changes
  * declare compliance with Debian Policy 4.6.2
  * (build-)depend on python3-openssl
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Sat, 28 Jan 2023 23:18:16 +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.4.0-1.dsc 2.7 KiB 88b682b84aadc07e50979cb6a124bba9ec5a4316e62069739420b3b931b378a8
python-aiortc_1.4.0.orig.tar.gz 1.1 MiB 13376f0ab6dc88f6b07f16d5674bf808403f38247971e657c86ccdc8ed8789aa
python-aiortc_1.4.0-1.debian.tar.xz 6.9 KiB c10b36c58b6e41b312fd1d817ecc9ebf1e289eb17da097aa70be966814a36c35

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.