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:           Sat Jun 10 18:55:49 UTC 2023

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

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-test-check/Makefile \
    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.1 pkgsrc/devel/py-test-check/Makefile:1.2
--- pkgsrc/devel/py-test-check/Makefile:1.1     Sat May  6 09:06:29 2023
+++ pkgsrc/devel/py-test-check/Makefile Sat Jun 10 18:55:49 2023
@@ -1,16 +1,16 @@
-# $NetBSD: Makefile,v 1.1 2023/05/06 09:06:29 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2023/06/10 18:55:49 adam Exp $
 
-DISTNAME=      pytest-check-2.1.4
-PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-CATEGORIES=    devel
+DISTNAME=      pytest_check-2.1.5
+PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:S/_/-/}
+CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest-check/}
 
 MAINTAINER=    pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=      https://pypi.org/project/pytest-check/
+HOMEPAGE=      https://github.com/okken/pytest-check
 COMMENT=       Pytest plugin that allows multiple failures per test
 LICENSE=       mit
 
-TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core-[0-9]*:../../devel/py-flit_core
+TOOL_DEPENDS+= ${PYPKGPREFIX}-flit_core>=3.2:../../devel/py-flit_core
 DEPENDS+=      ${PYPKGPREFIX}-test-[0-9]*:../../devel/py-test
 
 USE_LANGUAGES= # none
@@ -19,7 +19,7 @@ PYTHON_VERSIONS_INCOMPATIBLE= 27
 
 # needs 'make install'
 do-test:
-       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX}
+       cd ${WRKSRC} && ${SETENV} ${TEST_ENV} pytest-${PYVERSSUFFIX} tests
 
 .include "../../lang/python/wheel.mk"
 .include "../../mk/bsd.pkg.mk"
Index: pkgsrc/devel/py-test-check/distinfo
diff -u pkgsrc/devel/py-test-check/distinfo:1.1 pkgsrc/devel/py-test-check/distinfo:1.2
--- pkgsrc/devel/py-test-check/distinfo:1.1     Sat May  6 09:06:29 2023
+++ pkgsrc/devel/py-test-check/distinfo Sat Jun 10 18:55:49 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1 2023/05/06 09:06:29 wiz Exp $
+$NetBSD: distinfo,v 1.2 2023/06/10 18:55:49 adam Exp $
 
-BLAKE2s (pytest-check-2.1.4.tar.gz) = b65cc86571c5f34d216aebaf1285ec0b87b7b345760091cddd1e7e4b21fcc6f5
-SHA512 (pytest-check-2.1.4.tar.gz) = 8bf110f7c8e7d76c394ece5b6ba83cdf4ebc459d3a79541c5077237a1caecd0ecc82a74ebc796de9cbc921f48d1c739d1c40dcbd9c2efa3b1ab01f0234238bed
-Size (pytest-check-2.1.4.tar.gz) = 24770 bytes
+BLAKE2s (pytest_check-2.1.5.tar.gz) = 60fddd49adf722238b5eef9a2e6315a61ed80eb243ad6a2eec992bb97486c2c8
+SHA512 (pytest_check-2.1.5.tar.gz) = b3886f96db1ca20e4d337ea527e38e67faa1d79ace3c2cde2760ff66bc7fb5a77eeca2d3833a0abcf16e6f1f6922a82a8fddf7949ddf78e5238c9018761f2829
+Size (pytest_check-2.1.5.tar.gz) = 24990 bytes



Home | Main Index | Thread Index | Old Index