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: Fri May 9 14:10:43 UTC 2025
Modified Files:
pkgsrc/devel/py-test-rerunfailures: Makefile distinfo
Log Message:
py-test-rerunfailures: updated to 15.1
15.1 (2025-05-08)
Bug fixes
- Fix ``--fail-on-flaky`` option to fail the test run with custom exit code
only when reruns are detected.
- Switched to using the SPDX license identifier in the project metadata.
Other changes
- Change exception filtering logic to match ``AssertionError`` raised via
``assert`` statements when filtering by "AssertionError".
To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.11 -r1.12 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.12 pkgsrc/devel/py-test-rerunfailures/Makefile:1.13
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.12 Sat Apr 12 21:10:58 2025
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Fri May 9 14:10:43 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2025/04/12 21:10:58 adam Exp $
+# $NetBSD: Makefile,v 1.13 2025/05/09 14:10:43 adam Exp $
-DISTNAME= pytest-rerunfailures-15.0
-PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
+DISTNAME= pytest_rerunfailures-15.1
+PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/pytest_/test-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.11 pkgsrc/devel/py-test-rerunfailures/distinfo:1.12
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.11 Mon Nov 25 10:43:18 2024
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Fri May 9 14:10:43 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2024/11/25 10:43:18 adam Exp $
+$NetBSD: distinfo,v 1.12 2025/05/09 14:10:43 adam Exp $
-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
+BLAKE2s (pytest_rerunfailures-15.1.tar.gz) = f026557cc52306d00a567153ee9ee033471c5d1fdfdbbe15576cdf95c0422128
+SHA512 (pytest_rerunfailures-15.1.tar.gz) = 6344d625829038978f9cf224d59d3de07b1afcc6dcea578b22cdff8faefdbcacfaa54d6fc142351f9f5af6bacf6c2bda0e3f62013439b0276e1d48d6c30e8fe0
+Size (pytest_rerunfailures-15.1.tar.gz) = 26981 bytes
Home |
Main Index |
Thread Index |
Old Index