python-zeroconf 0.128.0-2 source package in Ubuntu

Changelog

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

  * Rebuild to Lintian fix
    - source: python-zeroconf
      version: 0.128.0-1
      package: python3-zeroconf
      package_version: 0.128.0-1
      architectures:
      - all
      tag_type: warning
      tag: python-module-in-wrong-location
      information: 'usr/lib/python3.12/dist-packages/zeroconf-0.128.0.dist-info
        -> usr/lib/python3/dist-packages/zeroconf-0.128.0.dist-info'

 -- YOKOTA Hiroshi <email address hidden>  Sat, 09 Dec 2023 23:22:19 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zeroconf_0.128.0-2.dsc 2.3 KiB 7c331bede4b508b68d96c6febb61c90fa0db4ab4fbdd6d3d9784dc48fd265eef
python-zeroconf_0.128.0.orig.tar.gz 157.4 KiB f27877647f2afdf02f365d38d912bef0966783fb25fe0fba287f025969cf7349
python-zeroconf_0.128.0-2.debian.tar.xz 6.6 KiB b11157e106691d3e3d27ccb5acced84dc2acce95b81d6475227f32bc2a173061

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.