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 Feb  2 16:19:52 UTC 2024

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

Log Message:
py-test: updated to 8.0.0

pytest 8.0.0 (2024-01-27)
Bug Fixes
* Properly escape the reason of a skip mark when writing JUnit XML files.
* Avoid microsecond exceeds 1_000_000 when using log-date-format with %f specifier, which might cause the test suite to crash.

https://docs.pytest.org/en/stable/changelog.html


To generate a diff of this commit:
cvs rdiff -u -r1.121 -r1.122 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/py-test/PLIST
cvs rdiff -u -r1.106 -r1.107 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.121 pkgsrc/devel/py-test/Makefile:1.122
--- pkgsrc/devel/py-test/Makefile:1.121 Sun Dec 31 19:11:55 2023
+++ pkgsrc/devel/py-test/Makefile       Fri Feb  2 16:19:52 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.121 2023/12/31 19:11:55 adam Exp $
+# $NetBSD: Makefile,v 1.122 2024/02/02 16:19:52 adam Exp $
 
-DISTNAME=      pytest-7.4.4
+DISTNAME=      pytest-8.0.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
@@ -15,7 +15,7 @@ TOOL_DEPENDS+=        ${PYPKGPREFIX}-setuptools
 TOOL_DEPENDS+= ${PYPKGPREFIX}-wheel-[0-9]*:../../devel/py-wheel
 DEPENDS+=      ${PYPKGPREFIX}-iniconfig-[0-9]*:../../devel/py-iniconfig
 DEPENDS+=      ${PYPKGPREFIX}-packaging-[0-9]*:../../devel/py-packaging
-DEPENDS+=      ${PYPKGPREFIX}-pluggy>=0.12:../../devel/py-pluggy
+DEPENDS+=      ${PYPKGPREFIX}-pluggy>=1.3.0:../../devel/py-pluggy
 TEST_DEPENDS+= ${PYPKGPREFIX}-argcomplete-[0-9]*:../../devel/py-argcomplete
 TEST_DEPENDS+= ${PYPKGPREFIX}-attrs>=19.2.0:../../devel/py-attrs
 TEST_DEPENDS+= ${PYPKGPREFIX}-hypothesis>=3.56:../../devel/py-hypothesis

Index: pkgsrc/devel/py-test/PLIST
diff -u pkgsrc/devel/py-test/PLIST:1.24 pkgsrc/devel/py-test/PLIST:1.25
--- pkgsrc/devel/py-test/PLIST:1.24     Sun Dec 31 19:11:55 2023
+++ pkgsrc/devel/py-test/PLIST  Fri Feb  2 16:19:52 2024
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.24 2023/12/31 19:11:55 adam Exp $
+@comment $NetBSD: PLIST,v 1.25 2024/02/02 16:19:52 adam Exp $
 bin/py.test-${PYVERSSUFFIX}
 bin/pytest-${PYVERSSUFFIX}
 ${PYSITELIB}/${WHEEL_INFODIR}/LICENSE
@@ -25,6 +25,9 @@ ${PYSITELIB}/_pytest/_code/source.pyo
 ${PYSITELIB}/_pytest/_io/__init__.py
 ${PYSITELIB}/_pytest/_io/__init__.pyc
 ${PYSITELIB}/_pytest/_io/__init__.pyo
+${PYSITELIB}/_pytest/_io/pprint.py
+${PYSITELIB}/_pytest/_io/pprint.pyc
+${PYSITELIB}/_pytest/_io/pprint.pyo
 ${PYSITELIB}/_pytest/_io/saferepr.py
 ${PYSITELIB}/_pytest/_io/saferepr.pyc
 ${PYSITELIB}/_pytest/_io/saferepr.pyo

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.106 pkgsrc/devel/py-test/distinfo:1.107
--- pkgsrc/devel/py-test/distinfo:1.106 Sun Dec 31 19:11:55 2023
+++ pkgsrc/devel/py-test/distinfo       Fri Feb  2 16:19:52 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.106 2023/12/31 19:11:55 adam Exp $
+$NetBSD: distinfo,v 1.107 2024/02/02 16:19:52 adam Exp $
 
-BLAKE2s (pytest-7.4.4.tar.gz) = 7477c64ef8f0b5bbb1084fa4c2bf6e8df48912a906aa337711f07ba566c9f627
-SHA512 (pytest-7.4.4.tar.gz) = 28a259dac6739683c131993409d508e10fbfee461291b8fc7697dd83f30725a3c60e681ba00b5669a215af6a5e683f07a329485d780acc9ad0372a6552f783a1
-Size (pytest-7.4.4.tar.gz) = 1357116 bytes
+BLAKE2s (pytest-8.0.0.tar.gz) = 34e7b7e77b64ff79cdfb604fc8ab78ec744e6c0297e4d99375035351a23b3a46
+SHA512 (pytest-8.0.0.tar.gz) = 18c09d378e02a5b33bdf269aa27b6a4e84d43c46a702d34252ddf01a7cab3d56c8c9793ed4605ae041fc8c8845016b69dba4eb1f723756bab3704ab3e079b551
+Size (pytest-8.0.0.tar.gz) = 1395242 bytes



Home | Main Index | Thread Index | Old Index