Received: by mail.netbsd.org (Postfix, from userid 605) id A855084EB3; Mon, 6 Sep 2021 11:28:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DFC9F84EAF for ; Mon, 6 Sep 2021 11:28:00 +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 2gKWn1ll6une for ; Mon, 6 Sep 2021 11:28:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 51D6884D0E for ; Mon, 6 Sep 2021 11:28:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 45438FA97; Mon, 6 Sep 2021 11:28:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1630927680235000" MIME-Version: 1.0 Date: Mon, 6 Sep 2021 11:28:00 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210906112800.45438FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1630927680235000 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Mon Sep 6 11:28:00 UTC 2021 Modified Files: pkgsrc/devel/py-test: Makefile distinfo Log Message: py-test: updated to 6.2.5 pytest 6.2.5 Python 3.10 is now supported. Enable compatibility with ``pluggy 1.0`` or later. To generate a diff of this commit: cvs rdiff -u -r1.102 -r1.103 pkgsrc/devel/py-test/Makefile cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/py-test/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1630927680235000 Content-Disposition: inline Content-Length: 2045 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test/Makefile diff -u pkgsrc/devel/py-test/Makefile:1.102 pkgsrc/devel/py-test/Makefile:1.103 --- pkgsrc/devel/py-test/Makefile:1.102 Wed May 5 04:48:27 2021 +++ pkgsrc/devel/py-test/Makefile Mon Sep 6 11:28:00 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.102 2021/05/05 04:48:27 adam Exp $ +# $NetBSD: Makefile,v 1.103 2021/09/06 11:28:00 adam Exp $ -DISTNAME= pytest-6.2.4 +DISTNAME= pytest-6.2.5 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/} @@ -10,7 +10,7 @@ HOMEPAGE= https://pytest.org/ COMMENT= Python testing tool LICENSE= mit -DEPENDS+= ${PYPKGPREFIX}-attrs>=17.4.0:../../devel/py-attrs +DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs DEPENDS+= ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat DEPENDS+= ${PYPKGPREFIX}-iniconfig-[0-9]*:../../devel/py-iniconfig DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging Index: pkgsrc/devel/py-test/distinfo diff -u pkgsrc/devel/py-test/distinfo:1.89 pkgsrc/devel/py-test/distinfo:1.90 --- pkgsrc/devel/py-test/distinfo:1.89 Wed May 5 04:48:27 2021 +++ pkgsrc/devel/py-test/distinfo Mon Sep 6 11:28:00 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.89 2021/05/05 04:48:27 adam Exp $ +$NetBSD: distinfo,v 1.90 2021/09/06 11:28:00 adam Exp $ -SHA1 (pytest-6.2.4.tar.gz) = 2b34c657aa83b4fffa9da71c155e6c89e2106718 -RMD160 (pytest-6.2.4.tar.gz) = b58361c8baee1121370514bbdd2ea421a2498b21 -SHA512 (pytest-6.2.4.tar.gz) = 43adc9a78e16a05f07e689e4557b63f2e0f4de5a1cdea6f24272b6a658a6b0a18721713cf46b5102cf2726ddbc4ffe131c39e652bd2511d285f40cbfcccc2289 -Size (pytest-6.2.4.tar.gz) = 1118084 bytes +SHA1 (pytest-6.2.5.tar.gz) = 0cf5f7e3495f89faf5e4cc9797fd16cef4a27230 +RMD160 (pytest-6.2.5.tar.gz) = e426e585ff11f53d0523aa001a76eb7be7df6dc2 +SHA512 (pytest-6.2.5.tar.gz) = 7624563a9d967da4cbf82cfff90bae8c0cca07b32e291dc7c5efa787725ed1a255edd066bf0d5fbd89b8cbed8cf5b619fe7c7017f44a7f8a014e3310c06bdbf9 +Size (pytest-6.2.5.tar.gz) = 1118720 bytes --_----------=_1630927680235000--