pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-test-check
Module Name: pkgsrc
Committed By: adam
Date: Wed Apr 22 08:04:28 UTC 2026
Modified Files:
pkgsrc/devel/py-test-check: Makefile PLIST distinfo
Log Message:
py-test-check: updated to 2.8.0
2.8.0
Added
- Support Request Feature proposal: Capability to mark checks as xfail
- Allow check helper functions, including `raises()`, to accept an `xfail` reason. A failing check can now produce an xfailed test result, while a passing check does not produce xpass unless the test
is already marked with `@pytest.mark.xfail`.
- (docs) Document `xfail` support for check helper functions in the README.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/py-test-check/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-test-check/PLIST
cvs rdiff -u -r1.16 -r1.17 pkgsrc/devel/py-test-check/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-check/Makefile
diff -u pkgsrc/devel/py-test-check/Makefile:1.17 pkgsrc/devel/py-test-check/Makefile:1.18
--- pkgsrc/devel/py-test-check/Makefile:1.17 Mon Dec 1 09:37:12 2025
+++ pkgsrc/devel/py-test-check/Makefile Wed Apr 22 08:04:28 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2025/12/01 09:37:12 adam Exp $
+# $NetBSD: Makefile,v 1.18 2026/04/22 08:04:28 adam Exp $
-DISTNAME= pytest_check-2.6.2
+DISTNAME= pytest_check-2.8.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-check/}
Index: pkgsrc/devel/py-test-check/PLIST
diff -u pkgsrc/devel/py-test-check/PLIST:1.4 pkgsrc/devel/py-test-check/PLIST:1.5
--- pkgsrc/devel/py-test-check/PLIST:1.4 Thu Feb 13 16:20:34 2025
+++ pkgsrc/devel/py-test-check/PLIST Wed Apr 22 08:04:28 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.4 2025/02/13 16:20:34 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2026/04/22 08:04:28 adam Exp $
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
${PYSITELIB}/${WHEEL_INFODIR}/RECORD
${PYSITELIB}/${WHEEL_INFODIR}/WHEEL
@@ -6,6 +6,7 @@ ${PYSITELIB}/${WHEEL_INFODIR}/entry_poin
${PYSITELIB}/${WHEEL_INFODIR}/licenses/LICENSE.txt
${PYSITELIB}/pytest_check/__init__.py
${PYSITELIB}/pytest_check/__init__.pyc
+${PYSITELIB}/pytest_check/__init__.pyi
${PYSITELIB}/pytest_check/__init__.pyo
${PYSITELIB}/pytest_check/check_functions.py
${PYSITELIB}/pytest_check/check_functions.pyc
Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.16 pkgsrc/devel/py-test-check/distinfo:1.17
--- pkgsrc/devel/py-test-check/distinfo:1.16 Mon Dec 1 09:37:12 2025
+++ pkgsrc/devel/py-test-check/distinfo Wed Apr 22 08:04:28 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.16 2025/12/01 09:37:12 adam Exp $
+$NetBSD: distinfo,v 1.17 2026/04/22 08:04:28 adam Exp $
-BLAKE2s (pytest_check-2.6.2.tar.gz) = a46b27de5bb1c63b7e0de9ddea334b166241469540434a91d2cb7c6877ed37af
-SHA512 (pytest_check-2.6.2.tar.gz) = 7afd2fd0d578f0e0c027fcd2807a57e0fd8af65a88218e1e09882e06eb5108c4110359af6cc38a004bbad74753735b9f38542bb64cec949ea1138153d5145e42
-Size (pytest_check-2.6.2.tar.gz) = 27988 bytes
+BLAKE2s (pytest_check-2.8.0.tar.gz) = 4a886f904bf6d5b0f4cdbee8c726e52943ad36037ae5aade5c7cec7c2ce1a114
+SHA512 (pytest_check-2.8.0.tar.gz) = 90e86038e37b8cae6bb464c21d5e826173b48705524b82f2aed25851e3271923700fcdeae3605c2f0eee1eecb3630d746444cccb86a835990b78f7490a38836f
+Size (pytest_check-2.8.0.tar.gz) = 37723 bytes
Home |
Main Index |
Thread Index |
Old Index