./net/py-zeroconf, Pure Python Multicast DNS Service Discovery Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.140.1, Package name: py312-zeroconf-0.140.1, Maintainer: ryoon

Pure Python Multicast DNS Service Discovery Library


Required to run:
[devel/py-setuptools] [lang/python37] [net/py-ifaddr]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 234.688 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-21 09:37:04 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.140.1

v0.140.1 (2025-01-17)

Bug Fixes
* fix: wheel builds for aarch64

v0.140.0 (2025-01-17)

Bug Fixes
* fix(docs): remove repetition of words
   2025-01-12 15:32:58 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.139.0

v0.139.0 (2025-01-09)

Features

* feat: implement heapq for tracking cache expire times

v0.138.1 (2025-01-08)

Bug Fixes

* fix: ensure cache does not return stale created and ttl values

v0.138.0 (2025-01-08)

Features

* feat: improve performance of processing incoming records

v0.137.2 (2025-01-06)

Bug Fixes

* fix: split wheel builds to avoid timeout

v0.137.1 (2025-01-06)

Bug Fixes

* fix: move wheel builds to macos-13

v0.137.0 (2025-01-06)

Features

* feat: speed up parsing incoming records
   2024-11-23 12:14:24 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.136.2

0.136.2

Bug Fixes

* fix: retrigger release from failed github workflow

v0.136.1

Bug Fixes

* fix(ci): run release workflow only on main repository
* fix(docs): update python to 3.8
   2024-11-03 20:08:46 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.136.0

v0.136.0 (2024-10-26)

Bug Fixes

* fix: update python-semantic-release to fix release process
* fix: add ignore for .c file for wheels
* fix: correct typos

Features

* feat: use SPDX license identifier
   2024-10-24 19:30:03 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.135.0

v0.135.0 (2024-09-24)

Feature
* Improve performance of DNSCache backend
   2024-09-15 10:08:52 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.134.0

v0.134.0 (2024-09-08)

Feature

* Improve performance when IP addresses change frequently

Fix

* Improve helpfulness of ServiceInfo.request assertions
   2024-09-04 13:05:06 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.133.0

v0.133.0 (2024-08-27)

Feature

* Improve performance of ip address caching
* Enable building of arm64 macOS builds
* Add classifier for python 3.13
* Python 3.13 support
   2024-04-17 15:28:35 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-zeroconf: updated to 0.132.2

v0.132.2 (2024-04-13)

Fix

* Update references to minimum-supported python version of 3.8
* Bump cibuildwheel to fix wheel builds

v0.132.1 (2024-04-12)

Fix

* Set change during iteration when dispatching listeners

v0.132.0 (2024-04-01)

Feature

* Make async_get_service_info available on the Zeroconf object
* Drop python 3.7 support