python-aioice 0.9.0-1 source package in Ubuntu

Changelog

python-aioice (0.9.0-1) unstable; urgency=medium

  [ upstream ]
  * new release

  [ Jonas Smedegaard ]
  * build-depend on python3-ifaddr (not python3-netifaces)

 -- Jonas Smedegaard <email address hidden>  Wed, 28 Jun 2023 13:53:23 +0200

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-aioice_0.9.0-1.dsc 2.0 KiB 44ff250c04ef1ac58d4f5f12ba0f87e4332a0104dd2516927e493acb2f14bd18
python-aioice_0.9.0.orig.tar.gz 42.0 KiB 75dec311554df952300e4e1a8745e1d9f6a9d470d672c33bfca2470ca48735cb
python-aioice_0.9.0-1.debian.tar.xz 3.3 KiB f573e95cc01da7e32c18743024df50432f1bd3e3df0acc128306de92917ba8bc

Available diffs

No changes file available.

Binary packages built by this source

python3-aioice: implementation of ICE

 aioice is a library for Interactive Connectivity Establishment
 (RFC 5245) in Python.
 It is built on top of asyncio,
 Python's standard asynchronous I/O framework.
 .
 Interactive Connectivity Establishment (ICE)
 is useful for applications
 that establish peer-to-peer UDP data streams,
 as it facilitates NAT traversal.
 Typical usecases include SIP and WebRTC.