python-zeroconf 0.38.3-1 source package in Ubuntu

Changelog

python-zeroconf (0.38.3-1) unstable; urgency=medium

  * New upstream version 0.38.3
  * Add pytest plugins for build time test
  * Skip async I/O test

 -- YOKOTA Hiroshi <email address hidden>  Sat, 05 Feb 2022 01:08:39 +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

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zeroconf_0.38.3-1.dsc 2.3 KiB f275a87fd9e355f2f2b45fc4123d04040b3abca802888ea33d8f8d98dd13233c
python-zeroconf_0.38.3.orig.tar.gz 130.1 KiB 20a903819871f14b4c952da9316f6d42886860d28c219ec1c65cac9e20196a51
python-zeroconf_0.38.3-1.debian.tar.xz 5.0 KiB 76a928331ad93731393797cc0be0b7704b6c8f2d67240085ff8e30010210e790

Available diffs

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.