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: Sun Mar 17 17:42:08 UTC 2024
Modified Files:
pkgsrc/devel/py-test-rerunfailures: Makefile distinfo
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/py-test-rerunfailures/Makefile
cvs rdiff -u -r1.9 -r1.10 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.8 pkgsrc/devel/py-test-rerunfailures/Makefile:1.9
--- pkgsrc/devel/py-test-rerunfailures/Makefile:1.8 Sun Nov 26 10:36:03 2023
+++ pkgsrc/devel/py-test-rerunfailures/Makefile Sun Mar 17 17:42:08 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2023/11/26 10:36:03 adam Exp $
+# $NetBSD: Makefile,v 1.9 2024/03/17 17:42:08 adam Exp $
-DISTNAME= pytest-rerunfailures-13.0
+DISTNAME= pytest-rerunfailures-14.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-rerunfailures/}
@@ -10,10 +10,10 @@ HOMEPAGE= https://github.com/pytest-dev/
COMMENT= Pytest plugin to re-run tests to eliminate flaky failures
LICENSE= mpl-2.0
-TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40.0:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=40:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
DEPENDS+= ${PYPKGPREFIX}-packaging>=17.1:../../devel/py-packaging
-DEPENDS+= ${PYPKGPREFIX}-test>=6.2:../../devel/py-test
+DEPENDS+= ${PYPKGPREFIX}-test>=7.2:../../devel/py-test
USE_LANGUAGES= # none
Index: pkgsrc/devel/py-test-rerunfailures/distinfo
diff -u pkgsrc/devel/py-test-rerunfailures/distinfo:1.9 pkgsrc/devel/py-test-rerunfailures/distinfo:1.10
--- pkgsrc/devel/py-test-rerunfailures/distinfo:1.9 Sun Nov 26 10:36:03 2023
+++ pkgsrc/devel/py-test-rerunfailures/distinfo Sun Mar 17 17:42:08 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2023/11/26 10:36:03 adam Exp $
+$NetBSD: distinfo,v 1.10 2024/03/17 17:42:08 adam Exp $
-BLAKE2s (pytest-rerunfailures-13.0.tar.gz) = 04f3a577d1994124d41e0df0aee273c71c3a31e1dbb3f53478313de75dd0b5d5
-SHA512 (pytest-rerunfailures-13.0.tar.gz) = 466da7beac4785c82362e65c2c3420a5ac7c3d52a2b0c00f67ab6b8a5c64a51fc0b2172e7308c072b28a0cb0f74e1178f94ade3b10f4ad929ddf33057c80a654
-Size (pytest-rerunfailures-13.0.tar.gz) = 20846 bytes
+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
Home |
Main Index |
Thread Index |
Old Index