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 Apr 15 07:31:08 UTC 2025

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

Log Message:
py-zeroconf: updated to 0.146.5

v0.146.5 (2025-04-14)

 Bug Fixes

- Address non-working socket configuration

v0.146.4 (2025-04-14)

Bug Fixes

- Avoid loading adapter list twice

v0.146.3 (2025-04-02)

Bug Fixes

- Correctly override question type flag for requests

* fix: correctly override question type flag for requests

Currently even when setting the explicit question type flag, the implementation ignores it for
  subsequent queries. This commit ensures that all queries respect the explicit question type flag.

* chore(tests): add test for explicit question type flag

Add unit test to validate that the explicit question type flag is set correctly in outgoing
  requests.


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/net/py-zeroconf/Makefile \
    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.53 pkgsrc/net/py-zeroconf/Makefile:1.54
--- pkgsrc/net/py-zeroconf/Makefile:1.53        Fri Mar 14 08:19:58 2025
+++ pkgsrc/net/py-zeroconf/Makefile     Tue Apr 15 07:31:07 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.53 2025/03/14 08:19:58 adam Exp $
+# $NetBSD: Makefile,v 1.54 2025/04/15 07:31:07 adam Exp $
 
-DISTNAME=      zeroconf-0.146.1
+DISTNAME=      zeroconf-0.146.5
 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.53 pkgsrc/net/py-zeroconf/distinfo:1.54
--- pkgsrc/net/py-zeroconf/distinfo:1.53        Fri Mar 14 08:19:58 2025
+++ pkgsrc/net/py-zeroconf/distinfo     Tue Apr 15 07:31:07 2025
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.53 2025/03/14 08:19:58 adam Exp $
+$NetBSD: distinfo,v 1.54 2025/04/15 07:31:07 adam Exp $
 
-BLAKE2s (zeroconf-0.146.1.tar.gz) = fb324d73f8dfce357dbfe02672664d076d42382fff95c1d971fb494517cb0580
-SHA512 (zeroconf-0.146.1.tar.gz) = a0834e37f07e465e2bf4b99ac7630f98b7c09d9608ecd86d3b8e2a3cd9c3978c400f342b97c7299f10fe07de669356c088f74e4bb26d9316c98219844dee6392
-Size (zeroconf-0.146.1.tar.gz) = 161874 bytes
+BLAKE2s (zeroconf-0.146.5.tar.gz) = 57bfa39bc42e02c13fc1e42bd61138a38c1ce7f0082dbf7546fed80915b2c75a
+SHA512 (zeroconf-0.146.5.tar.gz) = 4e6d2ea48435c0889b610623dfd68793b3891797030f3919888cb1866938ae5157d4a837a6cb8cc808d4aca8298bb00ef92827f790f5d4489f59e1a05685ca27
+Size (zeroconf-0.146.5.tar.gz) = 163906 bytes
 SHA1 (patch-build__ext.py) = ff556d0c880f6f11123e8737713db75c80c9a3ff



Home | Main Index | Thread Index | Old Index