Received: by mail.netbsd.org (Postfix, from userid 605) id 050E484EEF; Tue, 7 Feb 2023 10:55:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 34E2584D2C for ; Tue, 7 Feb 2023 10:55:57 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id YFWQ9rLJu6YW for ; Tue, 7 Feb 2023 10:55:56 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9FEF884CBC for ; Tue, 7 Feb 2023 10:55:56 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 998DBFA90; Tue, 7 Feb 2023 10:55:56 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1675767356101500" MIME-Version: 1.0 Date: Tue, 7 Feb 2023 10:55:56 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/py-cares To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20230207105556.998DBFA90@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1675767356101500 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Feb 7 10:55:56 UTC 2023 Modified Files: pkgsrc/net/py-cares: Makefile distinfo Log Message: py-cares: updated to 4.3.0 4.3.0 Bump cibuildwheel to build for Python 3.11 + CI total time speedups Fix tests that depended on external sites Complete the Python 3.11 support Drop CPython 3.6 Improve test compatibility with pytest Update c-ares submodule to 1.18.1 To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/net/py-cares/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/py-cares/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1675767356101500 Content-Disposition: inline Content-Length: 1517 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/py-cares/Makefile diff -u pkgsrc/net/py-cares/Makefile:1.6 pkgsrc/net/py-cares/Makefile:1.7 --- pkgsrc/net/py-cares/Makefile:1.6 Fri Aug 19 13:48:29 2022 +++ pkgsrc/net/py-cares/Makefile Tue Feb 7 10:55:56 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2022/08/19 13:48:29 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2023/02/07 10:55:56 adam Exp $ -DISTNAME= pycares-4.2.2 +DISTNAME= pycares-4.3.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/^py//} CATEGORIES= net python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pycares/} Index: pkgsrc/net/py-cares/distinfo diff -u pkgsrc/net/py-cares/distinfo:1.7 pkgsrc/net/py-cares/distinfo:1.8 --- pkgsrc/net/py-cares/distinfo:1.7 Fri Aug 19 13:48:29 2022 +++ pkgsrc/net/py-cares/distinfo Tue Feb 7 10:55:56 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2022/08/19 13:48:29 wiz Exp $ +$NetBSD: distinfo,v 1.8 2023/02/07 10:55:56 adam Exp $ -BLAKE2s (pycares-4.2.2.tar.gz) = ea1d13ae8bd0fdaa0e71aa4873f9690ae7a48832e43b089ca06ffec6e6e44061 -SHA512 (pycares-4.2.2.tar.gz) = 5d1c60b74880dafef316fa1ca1e962c48a5efc9f018a1bd264d686254e39074a6c7f62bbf267ed7cee38aa6f9588dd0fd5ec329acdef00c872bcd21fcc6cc6b3 -Size (pycares-4.2.2.tar.gz) = 825335 bytes +BLAKE2s (pycares-4.3.0.tar.gz) = 1a936756c55544c1a75e62fe836e5cd028164ca9d8bd279d3956d9d791015e64 +SHA512 (pycares-4.3.0.tar.gz) = ffabb9abf3f131a373302a7992af6335bc25013f119dce51731e5e04999948c62c42444adac4427c856b14fbaa481266449a39ff0715c5d8a45517cb22c9e539 +Size (pycares-4.3.0.tar.gz) = 821580 bytes --_----------=_1675767356101500--