Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A1C5A84D5B for ; Sun, 26 Nov 2023 09:53:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id nxRM0BPv6jIr for ; Sun, 26 Nov 2023 09:53:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0850084D2E for ; Sun, 26 Nov 2023 09:53:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE6EDFA3F; Sun, 26 Nov 2023 09:53:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1700992402222850" MIME-Version: 1.0 Date: Sun, 26 Nov 2023 09:53:22 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/www/py-idna To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231126095322.EE6EDFA3F@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1700992402222850 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Nov 26 09:53:22 UTC 2023 Modified Files: pkgsrc/www/py-idna: Makefile distinfo Log Message: py-idna: updated to 3.6 3.6 (2023-11-25) Fix regression to include tests in source distribution. 3.5 (2023-11-24) Update to Unicode 15.1.0 String codec name is now "idna2008" as overriding the system codec "idna" was not working. Fix typing error for codec encoding "setup.cfg" has been added for this release due to some downstream lack of adherence to PEP 517. Should be removed in a future release so please prepare accordingly. Removed reliance on a symlink for the "idna-data" tool to comport with PEP 517 and the Python Packaging User Guide for sdist archives. Added security reporting protocol for project To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/www/py-idna/Makefile \ pkgsrc/www/py-idna/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1700992402222850 Content-Disposition: inline Content-Length: 2064 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/py-idna/Makefile diff -u pkgsrc/www/py-idna/Makefile:1.15 pkgsrc/www/py-idna/Makefile:1.16 --- pkgsrc/www/py-idna/Makefile:1.15 Sat Oct 28 19:57:23 2023 +++ pkgsrc/www/py-idna/Makefile Sun Nov 26 09:53:22 2023 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2023/10/28 19:57:23 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2023/11/26 09:53:22 adam Exp $ -DISTNAME= idna-3.4 +DISTNAME= idna-3.6 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= www python MASTER_SITES= ${MASTER_SITE_PYPI:=i/idna/} @@ -11,15 +10,11 @@ HOMEPAGE= https://github.com/kjd/idna COMMENT= Python module for Internationalized Domain Names in Applications (IDNA) LICENSE= modified-bsd -TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core -TEST_DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test +TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/www/py-idna/distinfo diff -u pkgsrc/www/py-idna/distinfo:1.15 pkgsrc/www/py-idna/distinfo:1.16 --- pkgsrc/www/py-idna/distinfo:1.15 Fri May 5 10:19:42 2023 +++ pkgsrc/www/py-idna/distinfo Sun Nov 26 09:53:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.15 2023/05/05 10:19:42 wiz Exp $ +$NetBSD: distinfo,v 1.16 2023/11/26 09:53:22 adam Exp $ -BLAKE2s (idna-3.4.tar.gz) = 18a584b3d753b05ad63255c43aa1e81e5152bcaeac4c9a52f103e0c412e8c579 -SHA512 (idna-3.4.tar.gz) = 4060a9304c9bac04efdd0b97ec8f5aeb7e17417e767bf51c5dfc26605edad25ab67456cf6f6a3c5a9f32b8247e46f6343edfd8a6ffbcd6d1075c71e66d089d6a -Size (idna-3.4.tar.gz) = 183077 bytes +BLAKE2s (idna-3.6.tar.gz) = ec6b9f2865af9688d7a139e6058b72e9035faeda4de3baaab688281e81f34206 +SHA512 (idna-3.6.tar.gz) = 8bea880d1b2fae1511f21381d73445f62e786c385eb949d2c39e611f71cb6f31f7e54927833a0f456e340857d384d960ab9e6ae31ac7481314254646de656cc0 +Size (idna-3.6.tar.gz) = 175426 bytes --_----------=_1700992402222850--