Version: 0.28.8, Package name: py-zeroconf-0.28.8 |
Maintained by: Joerg Jung |
Master sites: |
Flavors (export FLAVOR=xyz, setenv FLAVOR xyz):
|
Description This is fork of pyzeroconf, Multicast DNS Service Discovery for Python, originally by Paul Scott-Murphy (https://github.com/paulsm/pyzeroconf), modified by William McBrine (https://github.com/wmcbrine/pyzeroconf). The original William McBrine's fork note: This fork is used in all of my TiVo-related projects: HME for Python (and therefore HME/VLC), Network Remote, Remote Proxy, and pyTivo. Before this, I was tracking the changes for zeroconf.py in three separate repos. I figured I should have an authoritative source. Although I make changes based on my experience with TiVos, I expect that they're generally applicable. This version also includes patches found on the now-defunct (?) Launchpad repo of pyzeroconf, and elsewhere around the net -- not always well-documented, sorry. Compatible with: - Bonjour - Avahi Compared to some other Zeroconf/Bonjour/Avahi Python packages, python-zeroconf: - isn't tied to Bonjour or Avahi - doesn't use D-Bus - doesn't force you to use particular event loop or Twisted - is pip-installable - has PyPI distribution |
Filesize: 62.097 KB |
Version History (View Complete History) |
|
2021-11-01 18:01:43 by Stuart Henderson | Files touched by this commit (139) |
Log message: bump REVISION for switch from Python 3.8 -> 3.9 |
2021-03-05 08:49:12 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Update to py3-zeroconf-0.28.8. ok jung@ (maintainer) |
2020-08-19 06:25:13 by Antoine Jacoutot | Files touched by this commit (28) |
Log message: Change the "FLAVOR ?= python3" contruct to "FLAVOR = python3" since these are python3 only ports. "Yes please, it's not really optional so I think = is better." sthen@ |
2020-07-03 15:13:23 by Stuart Henderson | Files touched by this commit (1032) |
Log message: bump REVISION; python 3 default changed to 3.8 |
2020-04-21 09:49:35 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: Move to python3 FLAVOR instead of MODPY_DEFAULT_VERSION_3 since it's module. |
2020-01-16 02:49:32 by Gonzalo L. Rodriguez | Files touched by this commit (3) |
Log message: Small update for py3-zeroconf to 0.24.4: https://pypi.org/project/zeroconf/0.24.4/ OK jung@ (maintainer) |
2019-07-12 14:49:09 by Stuart Henderson | Files touched by this commit (854) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-03-16 02:03:23 by Antoine Jacoutot | Files touched by this commit (4) |
Log message: Update to py3-zeroconf-0.21.3. - drop python2 support maintainer timeout |