python-zeroconf 0.36.8-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Bump debhelper from old 12 to 13.
    + Drop check for DEB_BUILD_OPTIONS containing "nocheck", since debhelper now
      does this.

  [ YOKOTA Hiroshi ]
  * New upstream version 0.36.7
  * Drop Python 2 code
  * Update changelog for 0.36.7-1 release
  * New upstream version 0.36.8
  * Update changelog for 0.36.8-1 release
  * Squash unreleased changelog
  * Add myself to uploaders list

 -- YOKOTA Hiroshi <email address hidden>  Wed, 20 Oct 2021 00:11:42 +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.36.8-1.dsc 1.8 KiB 9b37cb3df46abdd4490c2b840457b8338c3acb40fe170a787ed3495cd531fb61
python-zeroconf_0.36.8.orig.tar.gz 126.8 KiB 1f5017a60270068ee317efd6a4f46820a25c36ed50378ffe1f594653f5783aae
python-zeroconf_0.36.8-1.debian.tar.xz 3.6 KiB aa560f0fce486b4bc96a209bbc9254fbd9f3ebcade6c92cdcc940320b3fcb4ef

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.