pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/py-cares



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Jan  8 09:32:17 UTC 2026

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

Log Message:
py-cares: update to 5.0.1.

5.0.1

What's Changed

    Fix IDNA 2008 test by @saghul in #288

5.0.0

What's Changed

    Use Literal for type by @Dreamsorcerer in #263
    Use CMake for compiling c-ares by @saghul in #267
    build(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #265
    build(deps): bump pypa/cibuildwheel from 3.1.4 to 3.2.0 by @dependabot[bot] in #264
    Move project metadata to pyproject.toml by @saghul in #268
    Remove gethostbyname by @saghul in #270
    Remove getsock by @saghul in #271
    Replace ares_{get,set}servers with ares_{get,set}_servers_csv by @saghul in #273
    Remove ares_init and ares_mkquery, they are unused by @saghul in #274
    build(deps): bump actions/download-artifact from 5 to 6 by @dependabot[bot] in #277
    build(deps): bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #278
    Make c-ares thread-safety mandatory by @saghul in #275
    Migrate API to c-ares' dnsrec variants by @saghul in #276
    Build wheels in parallel by @saghul in #281
    build(deps): bump actions/checkout from 5 to 6 by @dependabot[bot] in #279
    Update bundled c-ares to v1.34.6 by @saghul in #283
    Make callback a mandatory kwarg-only argument by @saghul in #282
    Return bytes data for TXT records by @saghul in #285
    Add support for TLSA, HTTP and URI queries by @saghul in #284
    Remove event_thread option, make it implicit by @saghul in #286


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/py-cares/Makefile
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/py-cares/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-cares/Makefile
diff -u pkgsrc/net/py-cares/Makefile:1.17 pkgsrc/net/py-cares/Makefile:1.18
--- pkgsrc/net/py-cares/Makefile:1.17   Sun Nov 16 20:55:38 2025
+++ pkgsrc/net/py-cares/Makefile        Thu Jan  8 09:32:17 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/11/16 20:55:38 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2026/01/08 09:32:17 wiz Exp $
 
-DISTNAME=      pycares-4.11.0
+DISTNAME=      pycares-5.0.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/^py//}
 CATEGORIES=    net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pycares/}
@@ -19,6 +19,7 @@ LICENSE=      mit
 #    Fix py-cares or cffi to work with a packed definition.
 
 TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
+TOOL_DEPENDS+= cmake-[0-9]*:../../devel/cmake
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.5.0:../../devel/py-cffi
 
 .include "../../lang/python/wheel.mk"

Index: pkgsrc/net/py-cares/distinfo
diff -u pkgsrc/net/py-cares/distinfo:1.14 pkgsrc/net/py-cares/distinfo:1.15
--- pkgsrc/net/py-cares/distinfo:1.14   Sun Nov 16 20:55:38 2025
+++ pkgsrc/net/py-cares/distinfo        Thu Jan  8 09:32:17 2026
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.14 2025/11/16 20:55:38 wiz Exp $
+$NetBSD: distinfo,v 1.15 2026/01/08 09:32:17 wiz Exp $
 
-BLAKE2s (pycares-4.11.0.tar.gz) = 34fcdc40a086bf37b58abb0cf288371ca1078a986c475082670b1c1c8234147d
-SHA512 (pycares-4.11.0.tar.gz) = 5ded9356942233f8c77792cdf5061018ec6c7ccc0ce144657c0ca7473d18fbd649699e4814047c41dec3ca393d4fc2402b1b60fbdbd947c05dc881f574edff4b
-Size (pycares-4.11.0.tar.gz) = 654473 bytes
-SHA1 (patch-deps_build-config_config__netbsd_ares__config.h) = 023150f022e84387b605722a63d4f5e439d671d6
+BLAKE2s (pycares-5.0.1.tar.gz) = 0abbd64ac305c3c1e8b8ee3a0c9867a0fa92d312852020843d35ff0d4ff51bad
+SHA512 (pycares-5.0.1.tar.gz) = 3cb23e36e9526b44398b1ffdf9223f0eec5f6e085b6276188329239d1e9a9ee173239691e39cbc9d7a4854a54e181bd200e2011bb3bf6741f79be81b46665348
+Size (pycares-5.0.1.tar.gz) = 652222 bytes



Home | Main Index | Thread Index | Old Index