pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-rerunfailures
Module Name: pkgsrc
Committed By: adam
Date: Mon Nov 25 10:43:18 UTC 2024
Modified Files:
pkgsrc/devel/py-test-rerunfailures: Makefile distinfo
Log Message:
py-test-rerunfailures: updated to 15.0
15.0 (2024-11-20)
Breaking changes
- Drop support for Python 3.8.
- Drop support for pytest < 7.4.
Features
- Fix compatibility with pytest 8.2.
- Add support for pytest 8.2, 8.3.
- Add ``--fail-on-flaky`` option to fail the test run with custom exit code
when test passed on rerun.
To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/py-test-rerunfailures/Makefile \
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.
Modified files:
Index: pkgsrc/devel/py-test-rerunfailures/Makefile
diff -u pkgsrc/devel/py-test-rerunfailures/Makefile:1.10 pkgsrc/devel/py-test-rerunfailures/Makefile:1.11
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.10 Mon Nov 11 07:28:26 2024
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Mon Nov 25 10:43:18 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.10 2024/11/11 07:28:26 wiz Exp $
+# $NetBSD: Makefile,v 1.11 2024/11/25 10:43:18 adam Exp $
-DISTNAME= pytest-rerunfailures-14.0
+DISTNAME= pytest-rerunfailures-15.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
@@ -12,11 +12,9 @@ LICENSE= mpl-2.0
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40:../../devel/py-setuptools
DEPENDS+= ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test>=7.4:../../devel/py-test
USE_LANGUAGES= # none
-PYTHON_VERSIONS_INCOMPATIBLE= 27
-
.include "../../lang/python/wheel.mk"
.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.10 pkgsrc/devel/py-test-rerunfailures/distinfo:1.11
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.10 Sun Mar 17 17:42:08 2024
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Mon Nov 25 10:43:18 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.10 2024/03/17 17:42:08 adam Exp $
+$NetBSD: distinfo,v 1.11 2024/11/25 10:43:18 adam Exp $
-BLAKE2s (pytest-rerunfailures-14.0.tar.gz) = f07af5bf4a107e77a9350c648e62570df6ae93216fb91c6efa7a34fcd3c7e505
-SHA512 (pytest-rerunfailures-14.0.tar.gz) = 8aa23a57206b0e6af133c716517c3c96cc156cc2f86b06c0fa80e9fea2b11f32e98cfb41f6a5fb05b38bab7496258160ba42fe6ae00d7bef8024159a8ed4a3f5
-Size (pytest-rerunfailures-14.0.tar.gz) = 21350 bytes
+BLAKE2s (pytest-rerunfailures-15.0.tar.gz) = df6865214bc610b6915bdd42b288f795b2811fa569c467c1001d46acf30dbab9
+SHA512 (pytest-rerunfailures-15.0.tar.gz) = c03f430f9e24e0b149391e08ae6f38450d731d1f6a28294173e75f8776dc596230422e2082bbbc74cf31ea7e4c3105f5d8d57825dc418c4ce1c5538d84c861c3
+Size (pytest-rerunfailures-15.0.tar.gz) = 21816 bytes
Home |
Main Index |
Thread Index |
Old Index