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:           Thu Sep  3 08:50:07 UTC 2026

Modified Files:
        pkgsrc/devel/py-test-rerunfailures: Makefile distinfo

Log Message:
py-test-rerunfailures: updated to 16.6

16.6 (2026-08-17)

Features

- Add a repeatable ``--rerun-exclude-path`` option to exclude test files or
  directories from reruns.

Bug Fixes

- Fix a regression in version 16.5 which made ``--pdb`` unusable even when no
  reruns were configured.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/devel/py-test-rerunfailures/Makefile:1.19
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.18    Tue Jul  7 08:47:34 2026
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Thu Sep  3 08:50:07 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/07/07 08:47:34 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/09/03 08:50:07 adam Exp $
 
-DISTNAME=      pytest_rerunfailures-16.4
+DISTNAME=      pytest_rerunfailures-16.6
 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.17 pkgsrc/devel/py-test-rerunfailures/distinfo:1.18
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.17    Tue Jul  7 08:47:34 2026
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Thu Sep  3 08:50:07 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2026/07/07 08:47:34 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/09/03 08:50:07 adam Exp $
 
-BLAKE2s (pytest_rerunfailures-16.4.tar.gz) = 7d21bfc65157630c1ace63bc44c6fae2a35bd53d60a6257d9efb4130747504d3
-SHA512 (pytest_rerunfailures-16.4.tar.gz) = d8b9f6fec33305654b7283802cad6b3741d91e0157f1ba901aa4f75c853a3bd73e7be6be0de17ae95707f161755f7a0905267a9171c20fa904033fcb0ad460ef
-Size (pytest_rerunfailures-16.4.tar.gz) = 36635 bytes
+BLAKE2s (pytest_rerunfailures-16.6.tar.gz) = a3a6573438eb315cf43501cf27a90319670ae8d7bf5fe35691f3931a401813a9
+SHA512 (pytest_rerunfailures-16.6.tar.gz) = 13e89a18d70054eeb023836666a0246db268b3361fe943137a05890c8d57035d6e3dda7bc758f6c101df5ea14a14c0be944c18c1c94924e685511e1061291b9d
+Size (pytest_rerunfailures-16.6.tar.gz) = 42806 bytes



Home | Main Index | Thread Index | Old Index