summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-zeroconf_0.119.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-zeroconf: upgrade 0.119.0 -> 0.120.0Wang Mingyu2023-11-081-14/+0
| | | | | | | | | | | Changelog: =========== 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 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-zeroconf: upgrade 0.112.0 -> 0.119.0Wang Mingyu2023-10-231-0/+14
Changelog: ============ -Update cibuildwheel to build wheels on latest cython final release -Reduce size of wheels by excluding generated .c files -Small improvements to ServiceBrowser performance -Small cleanups to incoming data handlers -Reduce type checking overhead at run time -Ensure ServiceInfo cache is cleared when adding to the registry -Add missing python definition for addresses_by_version -Speed up outgoing multicast queue -Speed up responding to queries -Improve performance of loading records from cache in ServiceInfo Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>