Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=g4vEklbF; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=cpYXNUdG Received: by mail.netbsd.org (Postfix, from userid 605) id 760B984E65; Wed, 3 Apr 2024 14:55:22 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712156122; bh=it3xxI/cA4MIfo+BACaMD/2cYkBxLavSt/eCPvaOV7I=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=g4vEklbFw34fviGW768v5FyJKOIhpBa5oiAJapaZ3U60cxlYYv1v3hwRkVUEjzVZM 7adKr7WvEFrJdE0J/UvY0/lC4AoMWHtgXEJSPJIuK0NIAP0nu4QWWljNdJ2nNGPUhW Gc1uVgxiNy7NJLkWOFuv5GKWZA8I5MN+0q0ihwOo= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 63F9E84D05 for ; Wed, 3 Apr 2024 14:55:21 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 IuQPSv76snoL for ; Wed, 3 Apr 2024 14:55:20 +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 B973684CD7 for ; Wed, 3 Apr 2024 14:55:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1712156120; bh=it3xxI/cA4MIfo+BACaMD/2cYkBxLavSt/eCPvaOV7I=; h=Date:From:Subject:To:Reply-To; b=cpYXNUdGK7HrRo20fjlWeZr5/jnJ1Ch8XGTzpR2dHZ7MGk4n1EgdFNeAAeQqn69/s saBQpo/b6W7BK4S0m6Q1yY6gwSFTgsbZESJAhPG1dy2glIHXd8WDTWVZ35ayws8OYR JLaflJlieFQmc3kWd7NzcloqsTGcvB8e3+wirEOA= Received: by cvs.NetBSD.org (Postfix, from userid 500) id AE4D7FA2C; Wed, 3 Apr 2024 14:55:20 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1712156120255430" MIME-Version: 1.0 Date: Wed, 3 Apr 2024 14:55:20 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-relaxed To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20240403145520.AE4D7FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1712156120255430 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Wed Apr 3 14:55:20 UTC 2024 Modified Files: pkgsrc/devel/py-test-relaxed: Makefile PLIST distinfo Log Message: py-test-relaxed: updated to 2.0.2 2.0.2 - Fix dangling compatibility issues with pytest version 8.x. To generate a diff of this commit: cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-relaxed/Makefile \ pkgsrc/devel/py-test-relaxed/distinfo cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-relaxed/PLIST Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1712156120255430 Content-Disposition: inline Content-Length: 3375 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-relaxed/Makefile diff -u pkgsrc/devel/py-test-relaxed/Makefile:1.8 pkgsrc/devel/py-test-relaxed/Makefile:1.9 --- pkgsrc/devel/py-test-relaxed/Makefile:1.8 Tue Jul 18 15:51:27 2023 +++ pkgsrc/devel/py-test-relaxed/Makefile Wed Apr 3 14:55:20 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2023/07/18 15:51:27 adam Exp $ +# $NetBSD: Makefile,v 1.9 2024/04/03 14:55:20 adam Exp $ -DISTNAME= pytest-relaxed-2.0.1 +DISTNAME= pytest-relaxed-2.0.2 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-relaxed/} @@ -10,15 +10,15 @@ HOMEPAGE= https://github.com/bitprophet/ COMMENT= Relaxed test discovery/organization for pytest LICENSE= modified-bsd +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-decorator-[0-9]*:../../devel/py-decorator DEPENDS+= ${PYPKGPREFIX}-test>=7.0:../../devel/py-test +# Testing needs: invocations>=3.3 USE_LANGUAGES= # none -# Needs: invocations>=3.3 -#PYSETUPTESTTARGET= pytest - PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-relaxed/distinfo diff -u pkgsrc/devel/py-test-relaxed/distinfo:1.8 pkgsrc/devel/py-test-relaxed/distinfo:1.9 --- pkgsrc/devel/py-test-relaxed/distinfo:1.8 Tue Jul 18 15:51:27 2023 +++ pkgsrc/devel/py-test-relaxed/distinfo Wed Apr 3 14:55:20 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.8 2023/07/18 15:51:27 adam Exp $ +$NetBSD: distinfo,v 1.9 2024/04/03 14:55:20 adam Exp $ -BLAKE2s (pytest-relaxed-2.0.1.tar.gz) = a1296ebd3d3533037230b03dcaa337c376791dc0ecc216ef1df7249b4c18104a -SHA512 (pytest-relaxed-2.0.1.tar.gz) = 922040a3b824079b1d6010d9ee46a1288186927268478ef22aaffb3e824965cd08772516296db2b26b69bf7d968c997c49149117616e51b41e66a5d53dcb6b23 -Size (pytest-relaxed-2.0.1.tar.gz) = 26063 bytes +BLAKE2s (pytest-relaxed-2.0.2.tar.gz) = f55014886f66dc436ac70f18c2743475a51c3ec25cf5d37360d0f73e46e320a2 +SHA512 (pytest-relaxed-2.0.2.tar.gz) = a2d7efbda8448fed55c3e54ed73b0fb39961ff50ff5f23abf87c8df098abfc07268659fa2f668623f5940a9d86c6f1d64bef94b48b4563c2fa5bdbc8aa4ca4dd +Size (pytest-relaxed-2.0.2.tar.gz) = 27876 bytes Index: pkgsrc/devel/py-test-relaxed/PLIST diff -u pkgsrc/devel/py-test-relaxed/PLIST:1.1 pkgsrc/devel/py-test-relaxed/PLIST:1.2 --- pkgsrc/devel/py-test-relaxed/PLIST:1.1 Wed Nov 15 09:23:17 2017 +++ pkgsrc/devel/py-test-relaxed/PLIST Wed Apr 3 14:55:20 2024 @@ -1,10 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2017/11/15 09:23:17 adam Exp $ -${PYSITELIB}/${EGG_INFODIR}/PKG-INFO -${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt -${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt -${PYSITELIB}/${EGG_INFODIR}/entry_points.txt -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2024/04/03 14:55:20 adam Exp $ +${PYSITELIB}/${WHEEL_INFODIR}/LICENSE +${PYSITELIB}/${WHEEL_INFODIR}/METADATA +${PYSITELIB}/${WHEEL_INFODIR}/RECORD +${PYSITELIB}/${WHEEL_INFODIR}/WHEEL +${PYSITELIB}/${WHEEL_INFODIR}/entry_points.txt +${PYSITELIB}/${WHEEL_INFODIR}/top_level.txt ${PYSITELIB}/pytest_relaxed/__init__.py ${PYSITELIB}/pytest_relaxed/__init__.pyc ${PYSITELIB}/pytest_relaxed/__init__.pyo --_----------=_1712156120255430--