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

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


Branch: CURRENT, Version: 0.136.2, Package name: py312-zeroconf-0.136.2, 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: 233.125 KB

Version history: (Expand)


CVS history: (Expand)


   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
   2024-01-28 21:44:28 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
py-zeroconf: updated to 0.131.0

v0.131.0 (2023-12-19)

Feature

* Small speed up to constructing outgoing packets
* Speed up processing incoming packets
* Speed up the query handler

v0.130.0 (2023-12-16)

Feature

* Make ServiceInfo aware of question history
* Small speed up to ServiceInfo construction
* Significantly improve efficiency of the ServiceBrowser scheduler
* Small speed up to processing incoming records
* Small performance improvement for converting time
* Small performance improvement for ServiceInfo asking questions
* Small performance improvement constructing outgoing questions

Fix

* Scheduling race with the QueryScheduler
* Ensure question history suppresses duplicates
* Microsecond precision loss in the query handler
* Ensure IPv6 scoped address construction uses the string cache
   2023-11-23 09:52:12 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-zeroconf: update to 0.127.0.

## v0.127.0 (2023-11-15)

### Feature

* Small speed up to writing outgoing packets
* Speed up incoming packet reader
* Small speed up to processing incoming dns records

## v0.126.0 (2023-11-13)

### Feature

* Speed up outgoing packet writer
* Speed up writing name compression for outgoing packets

## v0.125.0 (2023-11-12)

### Feature

* Speed up service browser queries when browsing many types

## v0.124.0 (2023-11-12)

### Feature

* Avoid decoding known answers if we have no answers to give
* Small speed up to process incoming packets

## v0.123.0 (2023-11-12)

### Feature

* Speed up instances only used to lookup answers

## v0.122.3 (2023-11-09)

### Fix

* Do not build musllinux aarch64 wheels to reduce release time

## v0.122.2 (2023-11-09)

### Fix

* Do not build aarch64 wheels for PyPy

## v0.122.1 (2023-11-09)

### Fix

* Skip wheel builds for eol python and older python with aarch64

## v0.122.0 (2023-11-08)

### Feature

* Build aarch64 wheels

## v0.121.0 (2023-11-08)

### Feature

* Speed up record updates

## v0.120.0 (2023-11-05)

### Feature

* Speed up incoming packet processing with a memory view
* Speed up decoding labels from incoming data
* Speed up ServiceBrowsers with a pxd for the signal interface

## v0.119.0 (2023-10-18)

### Feature

* Update cibuildwheel to build wheels on latest cython final release

## v0.118.1 (2023-10-18)

### Fix

* Reduce size of wheels by excluding generated .c files

## v0.118.0 (2023-10-14)

### Feature

* Small improvements to ServiceBrowser performance

## v0.117.0 (2023-10-14)

### Feature

* Small cleanups to incoming data handlers