aiohappyeyeballs 2.3.5-1 source package in Ubuntu

Changelog

aiohappyeyeballs (2.3.5-1) unstable; urgency=medium

  * New upstream release.
  * Update Standards-Version.
  * Add missing Build-Depends for python3-pytest-asyncio.
  * Update autopkgtest to run asyncio tests.

 -- Edward Betts <edward@4angle.com>  Mon, 12 Aug 2024 12:07:43 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
aiohappyeyeballs_2.3.5-1.dsc 2.4 KiB ce4288b9beb5f2bf99725556b3b4d97127c7afb21673a2b728fa24010d025444
aiohappyeyeballs_2.3.5.orig.tar.gz 53.8 KiB a61d849b9efaf1b4bdddf37eba98e92fa4c1c94171696cff7805a8b78e8a6296
aiohappyeyeballs_2.3.5-1.debian.tar.xz 5.1 KiB 7ef9636d87e50fcd479721b17277814629f8ac7ec9d69257e88166a322dd6884

Available diffs

No changes file available.

Binary packages built by this source

python-aiohappyeyeballs-doc: Happy Eyeballs connection helper for asyncio (Documentation)

 Implements the Happy Eyeballs algorithm for asyncio, facilitating rapid
 connection establishment by attempting both IPv4 and IPv6 connections
 simultaneously. This approach ensures that the connection is established
 quickly and efficiently, even if one protocol is slower or unavailable.
 .
 Happy Eyeballs, also known as Fast Fallback, addresses the problem of
 connectivity issues in dual-stack applications (supporting both IPv4 and
 IPv6). By attempting both protocols in parallel and preferring IPv6, it
 minimizes delays caused by IPv6 brokenness and enhances user experience
 by promptly selecting the most responsive connection.
 .
 This library is particularly useful when using DNS caching or resolving
 names through methods other than traditional DNS, such as zeroconf. It
 allows for creating connections using pre-resolved addrinfo, bypassing
 the limitations of the standard `loop.create_connection()` method which
 requires unresolved names.
 .
 This package contains the documentation.

python3-aiohappyeyeballs: Happy Eyeballs connection helper for asyncio

 Implements the Happy Eyeballs algorithm for asyncio, facilitating rapid
 connection establishment by attempting both IPv4 and IPv6 connections
 simultaneously. This approach ensures that the connection is established
 quickly and efficiently, even if one protocol is slower or unavailable.
 .
 Happy Eyeballs, also known as Fast Fallback, addresses the problem of
 connectivity issues in dual-stack applications (supporting both IPv4 and
 IPv6). By attempting both protocols in parallel and preferring IPv6, it
 minimizes delays caused by IPv6 brokenness and enhances user experience
 by promptly selecting the most responsive connection.
 .
 This library is particularly useful when using DNS caching or resolving
 names through methods other than traditional DNS, such as zeroconf. It
 allows for creating connections using pre-resolved addrinfo, bypassing
 the limitations of the standard `loop.create_connection()` method which
 requires unresolved names.