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:           Sun Aug  9 06:23:38 UTC 2026

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

Log Message:
py-test-check: updated to 2.9.1

2.9.1

Fixed

- Fix [An issue with pytest-reportlog thanks to a suggestion from MV Seotlo
  - also the resulting code is a bit cleaner of a solution for the pseudo-traceback code.

2.9.0

Highlights

- Added `--check-max-tb-line=<int>` to control one-line traceback output for additional failures.
- Traceback output now supports two tiers:
  - full pseudo-tracebacks for early failures (`--check-max-tb`)
  - one-line traceback output for later failures (`--check-max-tb-line`)
- Improved one-line traceback output for context-manager checks:
  - points to the failing line inside `with check:` blocks
  - includes exception type and message when available


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/py-test-check/Makefile
cvs rdiff -u -r1.17 -r1.18 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.18 pkgsrc/devel/py-test-check/Makefile:1.19
--- pkgsrc/devel/py-test-check/Makefile:1.18    Wed Apr 22 08:04:28 2026
+++ pkgsrc/devel/py-test-check/Makefile Sun Aug  9 06:23:38 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2026/04/22 08:04:28 adam Exp $
+# $NetBSD: Makefile,v 1.19 2026/08/09 06:23:38 adam Exp $
 
-DISTNAME=      pytest_check-2.8.0
+DISTNAME=      pytest_check-2.9.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-check/}
@@ -10,7 +10,8 @@ HOMEPAGE=     https://github.com/okken/pytes
 COMMENT=       Pytest plugin that allows multiple failures per test
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling-[0-9]*:../../devel/py-hatchling
+TOOL_DEPENDS+= ${PYPKGPREFIX}-hatchling>=0:../../devel/py-hatchling
+DEPENDS+=      ${PYPKGPREFIX}-packaging>=0:../../devel/py-packaging
 DEPENDS+=      ${PYPKGPREFIX}-test>=7.0.0:../../devel/py-test
 
 USE_LANGUAGES= # none

Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.17 pkgsrc/devel/py-test-check/distinfo:1.18
--- pkgsrc/devel/py-test-check/distinfo:1.17    Wed Apr 22 08:04:28 2026
+++ pkgsrc/devel/py-test-check/distinfo Sun Aug  9 06:23:38 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2026/04/22 08:04:28 adam Exp $
+$NetBSD: distinfo,v 1.18 2026/08/09 06:23:38 adam Exp $
 
-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
+BLAKE2s (pytest_check-2.9.1.tar.gz) = 2589320bd8819c50f4d69be58bd60f9becbf0b487bf6f1788575eccdf83edd7d
+SHA512 (pytest_check-2.9.1.tar.gz) = 39d8d8d2b9377b79fa18106bb91c0a662ef1823cd58a8ef681fa07a9f97ce435ebad9063397ed72bbca53f0235199ba242b0708ea65a07345d515cfa22b1885c
+Size (pytest_check-2.9.1.tar.gz) = 41394 bytes



Home | Main Index | Thread Index | Old Index