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: Fri Jun 13 08:57:02 UTC 2025
Modified Files:
pkgsrc/devel/py-test: Makefile PLIST distinfo
Log Message:
py-test: updated to 8.4.0
8.4.0
https://docs.pytest.org/en/stable/changelog.html#pytest-8-4-0-2025-06-02
To generate a diff of this commit:
cvs rdiff -u -r1.137 -r1.138 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.27 -r1.28 pkgsrc/devel/py-test/PLIST
cvs rdiff -u -r1.119 -r1.120 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.137 pkgsrc/devel/py-test/Makefile:1.138
--- pkgsrc/devel/py-test/Makefile:1.137 Sat Apr 12 10:14:29 2025
+++ pkgsrc/devel/py-test/Makefile Fri Jun 13 08:57:02 2025
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.137 2025/04/12 10:14:29 adam Exp $
+# $NetBSD: Makefile,v 1.138 2025/06/13 08:57:02 adam Exp $
-DISTNAME= pytest-8.3.5
+DISTNAME= pytest-8.4.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION= 1
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=p/pytest/}
@@ -13,14 +12,14 @@ LICENSE= mit
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools>=78:../../devel/py-setuptools
TOOL_DEPENDS+= ${PYPKGPREFIX}-setuptools_scm>=6.2.3:../../devel/py-setuptools_scm
-DEPENDS+= ${PYPKGPREFIX}-iniconfig-[0-9]*:../../devel/py-iniconfig
-DEPENDS+= ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
+DEPENDS+= ${PYPKGPREFIX}-iniconfig>=1:../../devel/py-iniconfig
+DEPENDS+= ${PYPKGPREFIX}-packaging>=20:../../devel/py-packaging
DEPENDS+= ${PYPKGPREFIX}-pluggy>=1.5:../../devel/py-pluggy
+DEPENDS+= ${PYPKGPREFIX}-pygments>=2.7.2:../../textproc/py-pygments
TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
TEST_DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2:../../devel/py-attrs
TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.56:../../devel/py-hypothesis
TEST_DEPENDS+= ${PYPKGPREFIX}-mock-[0-9]*:../../devel/py-mock
-TEST_DEPENDS+= ${PYPKGPREFIX}-pygments>=2.7.2:../../textproc/py-pygments
TEST_DEPENDS+= ${PYPKGPREFIX}-requests-[0-9]*:../../devel/py-requests
TEST_DEPENDS+= ${PYPKGPREFIX}-xmlschema-[0-9]*:../../textproc/py-xmlschema
@@ -32,8 +31,8 @@ USE_TOOLS+= bash:build
.include "../../lang/python/pyversion.mk"
.if ${PYTHON_VERSION} < 311
-DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1.0.0:../../devel/py-exceptiongroup
-DEPENDS+= ${PYPKGPREFIX}-tomli>=1.0.0:../../textproc/py-tomli
+DEPENDS+= ${PYPKGPREFIX}-exceptiongroup>=1:../../devel/py-exceptiongroup
+DEPENDS+= ${PYPKGPREFIX}-tomli>=1:../../textproc/py-tomli
.endif
post-install:
Index: pkgsrc/devel/py-test/PLIST
diff -u pkgsrc/devel/py-test/PLIST:1.27 pkgsrc/devel/py-test/PLIST:1.28
--- pkgsrc/devel/py-test/PLIST:1.27 Sat Apr 12 10:14:29 2025
+++ pkgsrc/devel/py-test/PLIST Fri Jun 13 08:57:02 2025
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.27 2025/04/12 10:14:29 adam Exp $
+@comment $NetBSD: PLIST,v 1.28 2025/06/13 08:57:02 adam Exp $
bin/py.test-${PYVERSSUFFIX}
bin/pytest-${PYVERSSUFFIX}
${PYSITELIB}/${WHEEL_INFODIR}/METADATA
@@ -159,9 +159,9 @@ ${PYSITELIB}/_pytest/python.pyo
${PYSITELIB}/_pytest/python_api.py
${PYSITELIB}/_pytest/python_api.pyc
${PYSITELIB}/_pytest/python_api.pyo
-${PYSITELIB}/_pytest/python_path.py
-${PYSITELIB}/_pytest/python_path.pyc
-${PYSITELIB}/_pytest/python_path.pyo
+${PYSITELIB}/_pytest/raises.py
+${PYSITELIB}/_pytest/raises.pyc
+${PYSITELIB}/_pytest/raises.pyo
${PYSITELIB}/_pytest/recwarn.py
${PYSITELIB}/_pytest/recwarn.pyc
${PYSITELIB}/_pytest/recwarn.pyo
@@ -201,6 +201,9 @@ ${PYSITELIB}/_pytest/timing.pyo
${PYSITELIB}/_pytest/tmpdir.py
${PYSITELIB}/_pytest/tmpdir.pyc
${PYSITELIB}/_pytest/tmpdir.pyo
+${PYSITELIB}/_pytest/tracemalloc.py
+${PYSITELIB}/_pytest/tracemalloc.pyc
+${PYSITELIB}/_pytest/tracemalloc.pyo
${PYSITELIB}/_pytest/unittest.py
${PYSITELIB}/_pytest/unittest.pyc
${PYSITELIB}/_pytest/unittest.pyo
Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.119 pkgsrc/devel/py-test/distinfo:1.120
--- pkgsrc/devel/py-test/distinfo:1.119 Mon Mar 3 09:16:29 2025
+++ pkgsrc/devel/py-test/distinfo Fri Jun 13 08:57:02 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.119 2025/03/03 09:16:29 adam Exp $
+$NetBSD: distinfo,v 1.120 2025/06/13 08:57:02 adam Exp $
-BLAKE2s (pytest-8.3.5.tar.gz) = b88394f3aff94fd5acc9a72451f182dfaa799d05416de77ca217fc325e2ae339
-SHA512 (pytest-8.3.5.tar.gz) = 386573a40f78c1dc864a0af7d765d49e9e91a38dd61bef95b07631bffba0806b34264622a998e849727f50fb220ada7b8242f7f7dbd501408e7bf4701d36589d
-Size (pytest-8.3.5.tar.gz) = 1450891 bytes
+BLAKE2s (pytest-8.4.0.tar.gz) = 33572edd780103e2d1431fef7d2912f91a3b2934df024de2cbb5b569393e5748
+SHA512 (pytest-8.4.0.tar.gz) = aa4aff63e7a4c682322f231538d411b30f7d37335fc42efa8abe7824040278d0a546efaa51794ce2937da993f4972984aacbdad30f96a4d43fe9a3e23317c57a
+Size (pytest-8.4.0.tar.gz) = 1515232 bytes
Home |
Main Index |
Thread Index |
Old Index