python-zeroconf 0.21.3-1 source package in Ubuntu

Changelog

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

  * New upstream release
  * Add version 0.19.1 in debian/python2_old since only that one supports
    Python 2.
  * d/p/patches/0001-Set-install_requires-to-enum34-instead-of-enum-compa.patch:
    - Drop patch
    - Apply patch to debian/python2_old
  * debian/rules:
    - Add specific rules to build Python2 package from debian/python2_old
      instead of from the top
    - Override dh_gencontrol such that the Python2 binary package gets version
      number 0.19.1-3
  * debian/README.source:
    - Add README file describing the double-source packaging.

 -- Ruben Undheim <email address hidden>  Thu, 27 Dec 2018 15:54:44 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Disco: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-zeroconf_0.21.3-1.dsc 2.3 KiB 23a86a50428eba7002acf7ad3d45050c9178d88abf2d7ae201da7edad3ae41d3
python-zeroconf_0.21.3.orig.tar.gz 37.4 KiB 8c3aaed98f950b56c6e1aa440b56e0d48af49565cb4d7830a82cb3b01088aad8
python-zeroconf_0.21.3-1.debian.tar.xz 21.3 KiB 7b700bad1b3945cb25371e2606ac578ac8b3cb29376e482b3e85bf65e79b8702

Available diffs

No changes file available.

Binary packages built by this source

python-zeroconf: No summary available for python-zeroconf in ubuntu focal.

No description available for python-zeroconf in ubuntu focal.

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.