Path to this page:
Subject: CVS commit: pkgsrc/net/py-zeroconf
From: Thomas Klausner
Date: 2023-11-23 09:52:12
Message id: 20231123085212.70157FA3F@cvs.NetBSD.org
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
Files: