pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/py-zeroconf



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  1 10:47:46 UTC 2026

Modified Files:
        pkgsrc/net/py-zeroconf: Makefile distinfo

Log Message:
py-zeroconf: updated to 0.151.3

v0.151.3 (2026-08-30)

Bug Fixes

- Correct the recursion available header flag to the rfc 1035 value

Refactoring

- Compute probe pacing from fresh clock reads
- Compute service info request pacing from fresh clock reads

Testing

- Fix flaky test_service_browser_expire_callbacks
- Make test_qu_response deterministic by injecting the announcement

v0.151.2 (2026-08-29)

Bug Fixes

- Restore sdist contents and listener typing after the reverts


To generate a diff of this commit:
cvs rdiff -u -r1.66 -r1.67 pkgsrc/net/py-zeroconf/Makefile
cvs rdiff -u -r1.61 -r1.62 pkgsrc/net/py-zeroconf/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/py-zeroconf/Makefile
diff -u pkgsrc/net/py-zeroconf/Makefile:1.66 pkgsrc/net/py-zeroconf/Makefile:1.67
--- pkgsrc/net/py-zeroconf/Makefile:1.66        Fri Aug 28 16:15:24 2026
+++ pkgsrc/net/py-zeroconf/Makefile     Tue Sep  1 10:47:46 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.66 2026/08/28 16:15:24 wiz Exp $
+# $NetBSD: Makefile,v 1.67 2026/09/01 10:47:46 adam Exp $
 
-DISTNAME=      zeroconf-0.150.2
+DISTNAME=      zeroconf-0.151.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zeroconf/}

Index: pkgsrc/net/py-zeroconf/distinfo
diff -u pkgsrc/net/py-zeroconf/distinfo:1.61 pkgsrc/net/py-zeroconf/distinfo:1.62
--- pkgsrc/net/py-zeroconf/distinfo:1.61        Fri Aug 28 16:15:24 2026
+++ pkgsrc/net/py-zeroconf/distinfo     Tue Sep  1 10:47:46 2026
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.61 2026/08/28 16:15:24 wiz Exp $
+$NetBSD: distinfo,v 1.62 2026/09/01 10:47:46 adam Exp $
 
-BLAKE2s (zeroconf-0.150.2.tar.gz) = 2742bd955146cd742b6271da608d9d7ec603dee50fce4d4dc33741e9594656e8
-SHA512 (zeroconf-0.150.2.tar.gz) = a5f08b127bc8649ae810d9fe31710c2dd05e9e232a179c2df791822bb531f5b31563e6303f2b5c35c6f92511c6a0fd7ea3c6308da5b29afcfd4295b8cb0723cb
-Size (zeroconf-0.150.2.tar.gz) = 214261 bytes
+BLAKE2s (zeroconf-0.151.3.tar.gz) = 73087a9e0fdd67a85f2f3274213f8816c0fb0e399f483dee3cd65d5145242089
+SHA512 (zeroconf-0.151.3.tar.gz) = da213a68a43fa5d1126a98fca96792734a2b517753189599b1bba28638e30a72ef19e1a88351c735d282be8b7e8e4f2d417c35007163e3af338ec662646531b8
+Size (zeroconf-0.151.3.tar.gz) = 223165 bytes
 SHA1 (patch-build__ext.py) = ff556d0c880f6f11123e8737713db75c80c9a3ff



Home | Main Index | Thread Index | Old Index