Sat Jun 10 18:55:49 2023 UTC ()
py-test-check: updated to 2.1.5

2.1.5

Fixed
- Fix [127](https://github.com/okken/pytest-check/issues/127) IndexError when running a check in a thread


(adam)
diff -r1.1 -r1.2 pkgsrc/devel/py-test-check/Makefile
diff -r1.1 -r1.2 pkgsrc/devel/py-test-check/distinfo

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

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

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

--- pkgsrc/devel/py-test-check/distinfo 2023/05/06 09:06:29 1.1
+++ pkgsrc/devel/py-test-check/distinfo 2023/06/10 18:55:49 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2023/05/06 09:06:29 wiz Exp $ 1$NetBSD: distinfo,v 1.2 2023/06/10 18:55:49 adam Exp $
2 2
3BLAKE2s (pytest-check-2.1.4.tar.gz) = b65cc86571c5f34d216aebaf1285ec0b87b7b345760091cddd1e7e4b21fcc6f5 3BLAKE2s (pytest_check-2.1.5.tar.gz) = 60fddd49adf722238b5eef9a2e6315a61ed80eb243ad6a2eec992bb97486c2c8
4SHA512 (pytest-check-2.1.4.tar.gz) = 8bf110f7c8e7d76c394ece5b6ba83cdf4ebc459d3a79541c5077237a1caecd0ecc82a74ebc796de9cbc921f48d1c739d1c40dcbd9c2efa3b1ab01f0234238bed 4SHA512 (pytest_check-2.1.5.tar.gz) = b3886f96db1ca20e4d337ea527e38e67faa1d79ace3c2cde2760ff66bc7fb5a77eeca2d3833a0abcf16e6f1f6922a82a8fddf7949ddf78e5238c9018761f2829
5Size (pytest-check-2.1.4.tar.gz) = 24770 bytes 5Size (pytest_check-2.1.5.tar.gz) = 24990 bytes