python-zeroconf 0.47.1-2 source package in Ubuntu

Changelog

python-zeroconf (0.47.1-2) unstable; urgency=medium

  [ Corey Bryant ]
  * d/control: Add explicit dependency on python3-async-timeout. (Closes: #1028606)
      Internal "async-timeout" support is available from Python 3.11.
      Explicit "python3-async-timeout" dependency is still required for
      Python 3.10 while Python 3.10 is supported by "python3-all" package.

 -- YOKOTA Hiroshi <email address hidden>  Sun, 15 Jan 2023 21:35:56 +0900

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zeroconf_0.47.1-2.dsc 2.3 KiB 1af7ce8bd6d350584461b6966e2c285bd2d70737e79d2fbace1849ebcee71b3b
python-zeroconf_0.47.1.orig.tar.gz 147.6 KiB d202ec912610c5dafaa65dc9c82e2c7d0d2b6afc94667a496e4b67c6865d9c17
python-zeroconf_0.47.1-2.debian.tar.xz 5.9 KiB 6f1f82d64e20470fff4d70ea258ca18eb922f08ba6e80d0ba4d6c481fd37188a

No changes file available.

Binary packages built by this source

python3-zeroconf: Pure Python implementation of multicast DNS service discovery (Python3)

 This is an implementation of the multicast DNS Service Discover Library
 zeroconf in pure Python.
 .
 Compared to some other Zeroconf/Bonjour/Avahi Python packages:
 .
  - isn't tied to Bonjour or Avahi
  - doesn't use D-Bus
  - doesn't force you to use particular event loop or Twisted
 .
 This is the Python3 version of the library.