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:           Thu Aug 10 12:31:59 UTC 2023

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

Log Message:
py-zeroconf: updated to 0.74.0

v0.74.0 (2023-08-04)

Feature

* Speed up unpacking text records in ServiceInfo

Fix

* Remove typing on reset_ttl for cython compat

v0.73.0 (2023-08-03)

Feature

* Add a cache to service_type_name

v0.72.3 (2023-08-03)

Fix

* Revert adding typing to DNSRecord.suppressed_by

v0.72.2 (2023-08-03)

Fix

* Revert DNSIncoming cimport in _dns.pxd

v0.72.1 (2023-08-03)

Fix

* Race with InvalidStateError when async_request times out

v0.72.0 (2023-08-02)

Feature

* Speed up processing incoming records

v0.71.5 (2023-08-02)

Fix

* Improve performance of ServiceInfo.async_request

v0.71.4 (2023-07-24)

Fix

* Cleanup naming from previous refactoring in ServiceInfo

v0.71.3 (2023-07-23)

Fix

* Pin python-semantic-release to fix release process

v0.71.2 (2023-07-23)

Fix

* No change re-release to fix wheel builds

v0.71.1 (2023-07-23)

Fix

* Add missing if TYPE_CHECKING guard to generate_service_query

v0.71.0 (2023-07-08)

Feature

* Improve incoming data processing performance

v0.70.0 (2023-07-02)

Feature

* Add support for sending to a specific `addr` and `port` with `ServiceInfo.async_request` and `ServiceInfo.request`


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 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.36 pkgsrc/net/py-zeroconf/Makefile:1.37
--- pkgsrc/net/py-zeroconf/Makefile:1.36        Sun Jun 11 15:30:03 2023
+++ pkgsrc/net/py-zeroconf/Makefile     Thu Aug 10 12:31:59 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.36 2023/06/11 15:30:03 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2023/08/10 12:31:59 adam Exp $
 
-DISTNAME=      zeroconf-0.47.3
+DISTNAME=      zeroconf-0.74.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=z/zeroconf/}
 
@@ -13,16 +12,22 @@ LICENSE=    gnu-lgpl-v2
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-cython>=0.29.32:../../devel/py-cython
 DEPENDS+=      ${PYPKGPREFIX}-ifaddr>=0.1.7:../../net/py-ifaddr
+TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.2.0:../../devel/py-test
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-asyncio>=0.20.3:../../devel/py-test-asyncio
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-cov>=4.0.0:../../devel/py-test-cov
+TEST_DEPENDS+= ${PYPKGPREFIX}-test-timeout>=2.1.0:../../devel/py-test-timeout
 
 USE_LANGUAGES= c
 
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-
 .if ${PYTHON_VERSION} < 311
 DEPENDS+=      ${PYPKGPREFIX}-async-timeout>=4.0.1:../../devel/py-async-timeout
 .endif
 
+do-test:
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/py-zeroconf/distinfo
diff -u pkgsrc/net/py-zeroconf/distinfo:1.36 pkgsrc/net/py-zeroconf/distinfo:1.37
--- pkgsrc/net/py-zeroconf/distinfo:1.36        Wed Mar  1 10:40:37 2023
+++ pkgsrc/net/py-zeroconf/distinfo     Thu Aug 10 12:31:59 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.36 2023/03/01 10:40:37 adam Exp $
+$NetBSD: distinfo,v 1.37 2023/08/10 12:31:59 adam Exp $
 
-BLAKE2s (zeroconf-0.47.3.tar.gz) = b660f612f70cdb31112a3f5d51268420ef8783d0fe0493268db5ec9a4bd142de
-SHA512 (zeroconf-0.47.3.tar.gz) = 802aeeea27f248ada7a53a40c67a29070c24c9c4869dc09ef16e3aa95cdb06066372b98e14e86173ed60019a65b1e171fb6cb686e8ee089d08ebbd13084506ba
-Size (zeroconf-0.47.3.tar.gz) = 60069 bytes
+BLAKE2s (zeroconf-0.74.0.tar.gz) = 2ef379b69b02bec9eda9573e91485794d316630d97a8dc1d0257a4d3f4735e69
+SHA512 (zeroconf-0.74.0.tar.gz) = 8629befd78470206b9238810d083e91adcc575ec2ef89cc51c433de89fb18723cc43ef45550dbec184a63f1c191023cf818e1cf8eb8b49b0de68e174d4ac4def
+Size (zeroconf-0.74.0.tar.gz) = 145447 bytes



Home | Main Index | Thread Index | Old Index