Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 699BB8536D for ; Sun, 29 Oct 2023 16:46:39 +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 DamXcx24O6aI for ; Sun, 29 Oct 2023 16:46:38 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 938578535E for ; Sun, 29 Oct 2023 16:46:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 90E3DFADC; Sun, 29 Oct 2023 16:46:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1698597998149710" MIME-Version: 1.0 Date: Sun, 29 Oct 2023 16:46:38 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/py-test-rerunfailures To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20231029164638.90E3DFADC@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_1698597998149710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Oct 29 16:46:38 UTC 2023 Modified Files: pkgsrc/devel/py-test-rerunfailures: Makefile PLIST distinfo Log Message: py-test-rerunfailures: updated to 12.0 12.0 (2023-07-05) ----------------- Breaking changes - Drop support for pytest < 6.2. Features - Add ``only_rerun`` and ``rerun_except`` arguments to ``@pytest.mark.flaky`` marker. - Add support for pytest 7.3, 7.4. Bug fixes - Failures are now rerun only if they match at least one ``--only-rerun`` pattern (if given) and none of the ``--rerun-except`` patterns. Previously, using both ``--only-rerun`` and ``--rerun-except`` together could cause failures to be rerun even if they did not match any ``--only-rerun`` pattern, and when using multiple ``--rerun-except`` patterns, all failures would be rerun unless they matched every pattern. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-test-rerunfailures/Makefile cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-rerunfailures/PLIST cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/py-test-rerunfailures/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1698597998149710 Content-Disposition: inline Content-Length: 3521 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/py-test-rerunfailures/Makefile diff -u pkgsrc/devel/py-test-rerunfailures/Makefile:1.6 pkgsrc/devel/py-test-rerunfailures/Makefile:1.7 --- pkgsrc/devel/py-test-rerunfailures/Makefile:1.6 Fri May 5 13:04:34 2023 +++ pkgsrc/devel/py-test-rerunfailures/Makefile Sun Oct 29 16:46:38 2023 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2023/05/05 13:04:34 adam Exp $ +# $NetBSD: Makefile,v 1.7 2023/10/29 16:46:38 adam Exp $ -DISTNAME= pytest-rerunfailures-11.1.2 +DISTNAME= pytest-rerunfailures-12.0 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} CATEGORIES= devel python MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/} @@ -10,12 +10,14 @@ HOMEPAGE= https://github.com/pytest-dev/ COMMENT= Pytest plugin to re-run tests to eliminate flaky failures LICENSE= mpl-2.0 +TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools +TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel DEPENDS+= ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging -DEPENDS+= ${PYPKGPREFIX}-test>=5.3:../../devel/py-test +DEPENDS+= ${PYPKGPREFIX}-test>=6.2:../../devel/py-test USE_LANGUAGES= # none PYTHON_VERSIONS_INCOMPATIBLE= 27 -.include "../../lang/python/egg.mk" +.include "../../lang/python/wheel.mk" .include "../../mk/bsd.pkg.mk" Index: pkgsrc/devel/py-test-rerunfailures/PLIST diff -u pkgsrc/devel/py-test-rerunfailures/PLIST:1.1 pkgsrc/devel/py-test-rerunfailures/PLIST:1.2 --- pkgsrc/devel/py-test-rerunfailures/PLIST:1.1 Mon Sep 2 09:53:56 2019 +++ pkgsrc/devel/py-test-rerunfailures/PLIST Sun Oct 29 16:46:38 2023 @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2019/09/02 09:53:56 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}/not-zip-safe -${PYSITELIB}/${EGG_INFODIR}/requires.txt -${PYSITELIB}/${EGG_INFODIR}/top_level.txt +@comment $NetBSD: PLIST,v 1.2 2023/10/29 16:46:38 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_rerunfailures.py ${PYSITELIB}/pytest_rerunfailures.pyc ${PYSITELIB}/pytest_rerunfailures.pyo Index: pkgsrc/devel/py-test-rerunfailures/distinfo diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.7 pkgsrc/devel/py-test-rerunfailures/distinfo:1.8 --- pkgsrc/devel/py-test-rerunfailures/distinfo:1.7 Fri May 5 13:04:34 2023 +++ pkgsrc/devel/py-test-rerunfailures/distinfo Sun Oct 29 16:46:38 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.7 2023/05/05 13:04:34 adam Exp $ +$NetBSD: distinfo,v 1.8 2023/10/29 16:46:38 adam Exp $ -BLAKE2s (pytest-rerunfailures-11.1.2.tar.gz) = 752b26a0ff6e512048d7c57b7bd5ee4d8dae97b76904756961be551686f55082 -SHA512 (pytest-rerunfailures-11.1.2.tar.gz) = 309a0d180a996ddb5d6eb0833e6abd107887bc17ca3003a2b02bbaf5a4cbd63012618ee293a2a80623ca327b46ce7a5cd53bb341de75e5670a62b84e7ce5f0bc -Size (pytest-rerunfailures-11.1.2.tar.gz) = 17234 bytes +BLAKE2s (pytest-rerunfailures-12.0.tar.gz) = f763f36a65747cad21fdad36e08922f593e885fe0ba38c88121d3ec208ccf454 +SHA512 (pytest-rerunfailures-12.0.tar.gz) = 2e6787ec8b420344eb1f7175b0f9e7f8a2f3cc3fd59ebf0c49128b39dc887200bd497e1d73a59311d072456e34126a1829324a4d86f86e5c01916940383c8fd4 +Size (pytest-rerunfailures-12.0.tar.gz) = 21154 bytes --_----------=_1698597998149710--