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:           Wed Sep  3 11:34:04 UTC 2025

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

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

16.0.1 (2025-09-02)

- Reverted the ability to access error attributes because of an incompatibility
  with `pytest-xdist <https://github.com/pytest-dev/pytest-xdist/issues/843>`_.

16.0 (2025-08-29)

Breaking changes

- Drop support for pytest < 8.

Features

- Add support for pytest 8.4.x.

- Add support for upcoming Python 3.14.

- Allow ``@pytest.mark.flaky(condition)`` to accept a callable or a string
  to be evaluated. The evaluated string has access to the exception instance
  via the ``error`` object.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.12 -r1.13 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.13 pkgsrc/devel/py-test-rerunfailures/Makefile:1.14
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.13    Fri May  9 14:10:43 2025
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Wed Sep  3 11:34:04 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2025/05/09 14:10:43 adam Exp $
+# $NetBSD: Makefile,v 1.14 2025/09/03 11:34:04 adam Exp $
 
-DISTNAME=      pytest_rerunfailures-15.1
+DISTNAME=      pytest_rerunfailures-16.0.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.12 pkgsrc/devel/py-test-rerunfailures/distinfo:1.13
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.12    Fri May  9 14:10:43 2025
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Wed Sep  3 11:34:04 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.12 2025/05/09 14:10:43 adam Exp $
+$NetBSD: distinfo,v 1.13 2025/09/03 11:34:04 adam Exp $
 
-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
+BLAKE2s (pytest_rerunfailures-16.0.1.tar.gz) = 2e32ca89d9ec09f668f786aa6a159b1cd509f1c68f9851286e338dce1f09ee65
+SHA512 (pytest_rerunfailures-16.0.1.tar.gz) = 2c8c95c451ffbf86f99ff5862c75bf45b754e68e1e41d5cdd65ceead4e7619637ad1ec75c0c7c0efab1f842ee8544ea7d68b17912acfccf8da573a9365d88bd5
+Size (pytest_rerunfailures-16.0.1.tar.gz) = 27612 bytes



Home | Main Index | Thread Index | Old Index