Thu Jan 4 22:20:23 2024 UTC (143d)
py-test-check: updated to 2.2.3

2.2.3

- Check failure info now shows up in summaries.
- fix [133](https://github.com/okken/pytest-check/issues/133)


(adam)
diff -r1.6 -r1.7 pkgsrc/devel/py-test-check/Makefile
diff -r1.5 -r1.6 pkgsrc/devel/py-test-check/distinfo

cvs diff -r1.6 -r1.7 pkgsrc/devel/py-test-check/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/py-test-check/Makefile 2023/10/28 19:57:06 1.6
+++ pkgsrc/devel/py-test-check/Makefile 2024/01/04 22:20:23 1.7
@@ -1,26 +1,21 @@ @@ -1,26 +1,21 @@
1# $NetBSD: Makefile,v 1.6 2023/10/28 19:57:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.7 2024/01/04 22:20:23 adam Exp $
2 2
3DISTNAME= pytest_check-2.2.2 3DISTNAME= pytest_check-2.2.3
4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/} 4PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
5PKGREVISION= 1 
6CATEGORIES= devel python 5CATEGORIES= devel python
7MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-check/} 6MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest-check/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= https://github.com/okken/pytest-check 9HOMEPAGE= https://github.com/okken/pytest-check
11COMMENT= Pytest plugin that allows multiple failures per test 10COMMENT= Pytest plugin that allows multiple failures per test
12LICENSE= mit 11LICENSE= mit
13 12
14TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core 13TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
15DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test 14DEPENDS+= ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
16 15
17USE_LANGUAGES= # none 16USE_LANGUAGES= # none
18 17
19PYTHON_VERSIONS_INCOMPATIBLE= 27 18PYTHON_VERSIONS_INCOMPATIBLE= 27
20 19
21# needs 'make install' 
22do-test: 
23 cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests 
24 
25.include "../../lang/python/wheel.mk" 20.include "../../lang/python/wheel.mk"
26.include "../../mk/bsd.pkg.mk" 21.include "../../mk/bsd.pkg.mk"

cvs diff -r1.5 -r1.6 pkgsrc/devel/py-test-check/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/py-test-check/distinfo 2023/09/27 10:58:38 1.5
+++ pkgsrc/devel/py-test-check/distinfo 2024/01/04 22:20:23 1.6
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.5 2023/09/27 10:58:38 adam Exp $ 1$NetBSD: distinfo,v 1.6 2024/01/04 22:20:23 adam Exp $
2 2
3BLAKE2s (pytest_check-2.2.2.tar.gz) = c9bbd0d3984c36b2842b1a6fcdef2d6727e22a14f1af600ca782f898a33846b2 3BLAKE2s (pytest_check-2.2.3.tar.gz) = 1e0045c7ad9143de28de942efb0d821d0c28c3f9f57339a065eb53914a93a103
4SHA512 (pytest_check-2.2.2.tar.gz) = 27f6df34450db762fb6656b255d34bf6656bacefc68cdd050e100dcf53df1406c6983a509c7b7cc3cc37664c06d3798254a350ba9c0ebcf9095cb7aa1bd11557 4SHA512 (pytest_check-2.2.3.tar.gz) = 735d0edcb9b075fc8661892eda63830feeb1b54ff5a63a5956ba5529ce87b499f2137c7a0503813ad1509b591635692d23d77344c244a93826b331d17d262d91
5Size (pytest_check-2.2.2.tar.gz) = 26353 bytes 5Size (pytest_check-2.2.3.tar.gz) = 26778 bytes