Sun Mar 17 17:42:08 2024 UTC (70d)
py-test-rerunfailures: updated to 14.0

14.0 (2024-03-13)

Bug fixes

- Fix missing teardown for non-function scoped fixtures when using only_rerun or rerun_except queries.

Breaking changes

- Drop support for Python 3.7.
- Drop support for pytest < 7.2.

Features

- Add support for pytest 8.0, 8.1.


(adam)
diff -r1.8 -r1.9 pkgsrc/devel/py-test-rerunfailures/Makefile
diff -r1.9 -r1.10 pkgsrc/devel/py-test-rerunfailures/distinfo

cvs diff -r1.8 -r1.9 pkgsrc/devel/py-test-rerunfailures/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-rerunfailures/Makefile 2023/11/26 10:36:03 1.8
+++ pkgsrc/devel/py-test-rerunfailures/Makefile 2024/03/17 17:42:08 1.9
@@ -1,23 +1,23 @@ @@ -1,23 +1,23 @@
1# $NetBSD: Makefile,v 1.8 2023/11/26 10:36:03 adam Exp $ 1# $NetBSD: Makefile,v 1.9 2024/03/17 17:42:08 adam Exp $
2 2
3DISTNAME= pytest-rerunfailures-13.0 3DISTNAME= pytest-rerunfailures-14.0
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
5CATEGORIES= devel python 5CATEGORIES= devel python
6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/pytest-dev/pytest-rerunfailures 9HOMEPAGE= https://github.com/pytest-dev/pytest-rerunfailures
10COMMENT= Pytest plugin to re-run tests to eliminate flaky failures 10COMMENT= Pytest plugin to re-run tests to eliminate flaky failures
11LICENSE= mpl-2.0 11LICENSE= mpl-2.0
12 12
13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools 13TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40:../../devel/py-setuptools
14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel 14TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
15DEPENDS+= ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging 15DEPENDS+= ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging
16DEPENDS+= ${PYPKGPREFIX}-test>=6.2:../../devel/py-test 16DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
17 17
18USE_LANGUAGES= # none 18USE_LANGUAGES= # none
19 19
20PYTHON_VERSIONS_INCOMPATIBLE= 27 20PYTHON_VERSIONS_INCOMPATIBLE= 27
21 21
22.include "../../lang/python/wheel.mk" 22.include "../../lang/python/wheel.mk"
23.include "../../mk/bsd.pkg.mk" 23.include "../../mk/bsd.pkg.mk"

cvs diff -r1.9 -r1.10 pkgsrc/devel/py-test-rerunfailures/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-rerunfailures/distinfo 2023/11/26 10:36:03 1.9
+++ pkgsrc/devel/py-test-rerunfailures/distinfo 2024/03/17 17:42:08 1.10
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.9 2023/11/26 10:36:03 adam Exp $ 1$NetBSD: distinfo,v 1.10 2024/03/17 17:42:08 adam Exp $
2 2
3BLAKE2s (pytest-rerunfailures-13.0.tar.gz) = 04f3a577d1994124d41e0df0aee273c71c3a31e1dbb3f53478313de75dd0b5d5 3BLAKE2s (pytest-rerunfailures-14.0.tar.gz) = f07af5bf4a107e77a9350c648e62570df6ae93216fb91c6efa7a34fcd3c7e505
4SHA512 (pytest-rerunfailures-13.0.tar.gz) = 466da7beac4785c82362e65c2c3420a5ac7c3d52a2b0c00f67ab6b8a5c64a51fc0b2172e7308c072b28a0cb0f74e1178f94ade3b10f4ad929ddf33057c80a654 4SHA512 (pytest-rerunfailures-14.0.tar.gz) = 8aa23a57206b0e6af133c716517c3c96cc156cc2f86b06c0fa80e9fea2b11f32e98cfb41f6a5fb05b38bab7496258160ba42fe6ae00d7bef8024159a8ed4a3f5
5Size (pytest-rerunfailures-13.0.tar.gz) = 20846 bytes 5Size (pytest-rerunfailures-14.0.tar.gz) = 21350 bytes