Received: by mail.netbsd.org (Postfix, from userid 605) id 363E184E73; Thu, 18 Jan 2024 16:05:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 686FD84D8B for ; Thu, 18 Jan 2024 16:05:43 +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 7jh-5L_iqMqs for ; Thu, 18 Jan 2024 16:05:42 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id D87D184D46 for ; Thu, 18 Jan 2024 16:05:42 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C89A0FA42; Thu, 18 Jan 2024 16:05:42 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1705593942196770" MIME-Version: 1.0 Date: Thu, 18 Jan 2024 16:05:42 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-dict2xml To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240118160542.C89A0FA42@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1705593942196770 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Thu Jan 18 16:05:42 UTC 2024 Modified Files: pkgsrc/devel/py-dict2xml: Makefile distinfo Log Message: py-dict2xml: updated to 1.7.4 1.7.4 Make the tests compatible with pytest8 To generate a diff of this commit: cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-dict2xml/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-dict2xml/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1705593942196770 Content-Disposition: inline Content-Length: 2015 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-dict2xml/Makefile diff -u pkgsrc/devel/py-dict2xml/Makefile:1.7 pkgsrc/devel/py-dict2xml/Makefile:1.8 --- pkgsrc/devel/py-dict2xml/Makefile:1.7 Sat Oct 28 19:56:58 2023 +++ pkgsrc/devel/py-dict2xml/Makefile Thu Jan 18 16:05:42 2024 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2023/10/28 19:56:58 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2024/01/18 16:05:42 adam Exp $ -DISTNAME= dict2xml-1.7.3 +DISTNAME= dict2xml-1.7.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=d/dict2xml/} @@ -12,14 +11,10 @@ COMMENT= Small utility to convert Python LICENSE= mit TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling -TEST_DEPENDS+= ${PYPKGPREFIX}-test>=7.1.3:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -do-test: - cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests - .include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-dict2xml/distinfo diff -u pkgsrc/devel/py-dict2xml/distinfo:1.6 pkgsrc/devel/py-dict2xml/distinfo:1.7 --- pkgsrc/devel/py-dict2xml/distinfo:1.6 Wed Mar 8 11:37:08 2023 +++ pkgsrc/devel/py-dict2xml/distinfo Thu Jan 18 16:05:42 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2023/03/08 11:37:08 adam Exp $ +$NetBSD: distinfo,v 1.7 2024/01/18 16:05:42 adam Exp $ -BLAKE2s (dict2xml-1.7.3.tar.gz) = 501fb4220e003760874d1e513b1891022bb0722310b7a879aa3418b4b936a7d8 -SHA512 (dict2xml-1.7.3.tar.gz) = 631415e425688c612c15b72fc339db33977df32eb25f7f8f03a63e5115c8e06f4aa5b247ded3e16cddbb9b16597aeb0ef218f193c5f4c44ebdcd7e39c2052ed2 -Size (dict2xml-1.7.3.tar.gz) = 14240 bytes +BLAKE2s (dict2xml-1.7.4.tar.gz) = 638ec3a5d3e432fb048a519ed2cd7be7b6cea721453cc4935df3de58fe31935d +SHA512 (dict2xml-1.7.4.tar.gz) = 13a2b34783e5f6414c173059ba16a2061ecaef41355b7b0099546d704c9c28b1e0f9ea3186d4b0db99083e66a2f22e69e57a4a415b72c00fd1e17bcb435e7462 +Size (dict2xml-1.7.4.tar.gz) = 14333 bytes --_----------=_1705593942196770--