pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-test



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Jan 16 14:29:26 UTC 2023

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

Log Message:
py-test: updated to 7.2.1

pytest 7.2.1 (2023-01-13)
Bug Fixes
Fix ‘importlib.abc.TraversableResources’ deprecation warning in Python 3.12.
If a test is skipped from inside a fixture, the test summary now shows the test location instead of the fixture location.
Fix bug where sometimes pytest would use the file system root directory as rootdir on Windows.
Fix a race condition when creating junitxml reports, which could occur when multiple instances of pytest execute in parallel.
Fix a race condition when creating or updating the stepwise plugin’s cache, which could occur when multiple xdist worker nodes try to simultaneously update the stepwise plugin’s cache.


To generate a diff of this commit:
cvs rdiff -u -r1.110 -r1.111 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.97 -r1.98 pkgsrc/devel/py-test/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/Makefile
diff -u pkgsrc/devel/py-test/Makefile:1.110 pkgsrc/devel/py-test/Makefile:1.111
--- pkgsrc/devel/py-test/Makefile:1.110 Fri Oct 28 08:58:12 2022
+++ pkgsrc/devel/py-test/Makefile       Mon Jan 16 14:29:26 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.110 2022/10/28 08:58:12 adam Exp $
+# $NetBSD: Makefile,v 1.111 2023/01/16 14:29:26 adam Exp $
 
-DISTNAME=      pytest-7.2.0
+DISTNAME=      pytest-7.2.1
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
@@ -10,9 +10,9 @@ HOMEPAGE=     https://pytest.org/
 COMMENT=       Python testing tool
 LICENSE=       mit
 
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
-BUILD_DEPENDS+=        ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools-[0-9]*:../../devel/py-setuptools
+TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
+TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm-[0-9]*:../../devel/py-setuptools_scm
 DEPENDS+=      ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 DEPENDS+=      ${PYPKGPREFIX}-expat-[0-9]*:../../textproc/py-expat
 DEPENDS+=      ${PYPKGPREFIX}-iniconfig-[0-9]*:../../devel/py-iniconfig
@@ -34,10 +34,7 @@ USE_PKG_RESOURCES=   yes
 PYTHON_VERSIONS_INCOMPATIBLE=  27
 
 .include "../../lang/python/pyversion.mk"
-.if ${_PYTHON_VERSION} == 37
-DEPENDS+=      ${PYPKGPREFIX}-importlib-metadata>=0.12:../../devel/py-importlib-metadata
-.endif
-.if ${_PYTHON_VERSION} < 311
+.if ${_PYTHON_VERSION} != 311
 DEPENDS+=      ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
 DEPENDS+=      ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
 .endif

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.97 pkgsrc/devel/py-test/distinfo:1.98
--- pkgsrc/devel/py-test/distinfo:1.97  Fri Oct 28 08:58:12 2022
+++ pkgsrc/devel/py-test/distinfo       Mon Jan 16 14:29:26 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.97 2022/10/28 08:58:12 adam Exp $
+$NetBSD: distinfo,v 1.98 2023/01/16 14:29:26 adam Exp $
 
-BLAKE2s (pytest-7.2.0.tar.gz) = 98bd9c1e9b400e0fc3d8813b318a82d3dba5e06bbe916f8fc283a3b65655f1ac
-SHA512 (pytest-7.2.0.tar.gz) = a16b034c8522f0aa6ee9541b07b79be713565a6e755ab0489b38c2b0a0ed9f7857c87f952ff24c199a2e4c0d71ee26e918dd06abfe994d30ac90e32ae3e8c4d1
-Size (pytest-7.2.0.tar.gz) = 1300608 bytes
+BLAKE2s (pytest-7.2.1.tar.gz) = 2f50e73424e17f82792d779170244b5883b0884d9ea6235097bfb69889f1c2e5
+SHA512 (pytest-7.2.1.tar.gz) = 3f09ccda91c0f14156cf558abde880279838d1a61c8f7e7138ea9fcd59be0577234da2f30410959641fd5a17490c713c0008ce2ed4b4c57196267fca69714061
+Size (pytest-7.2.1.tar.gz) = 1301901 bytes



Home | Main Index | Thread Index | Old Index