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 Sep  8 06:26:04 UTC 2023

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

Log Message:
py-test: updated to 7.4.2

pytest 7.4.2 (2023-09-07)
=========================

Bug Fixes
---------
- Fix doctest collection of `functools.cached_property` objects.
- Fixed bug using ``--importmode=importlib`` which would cause package ``__init__.py`` files to be imported more than once in some cases.
- Fixed bug where `user_properties` where not being saved in the JUnit XML file if a fixture failed during teardown.
- Fixed crash when parsing long command line arguments that might be interpreted as files.

Improved Documentation
----------------------
- Improved disclaimer on pytest plugin reference page to better indicate this is an automated, non-curated listing.


To generate a diff of this commit:
cvs rdiff -u -r1.117 -r1.118 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.103 -r1.104 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.117 pkgsrc/devel/py-test/Makefile:1.118
--- pkgsrc/devel/py-test/Makefile:1.117 Tue Sep  5 18:58:32 2023
+++ pkgsrc/devel/py-test/Makefile       Fri Sep  8 06:26:04 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.117 2023/09/05 18:58:32 adam Exp $
+# $NetBSD: Makefile,v 1.118 2023/09/08 06:26:04 adam Exp $
 
-DISTNAME=      pytest-7.4.1
+DISTNAME=      pytest-7.4.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.103 pkgsrc/devel/py-test/distinfo:1.104
--- pkgsrc/devel/py-test/distinfo:1.103 Tue Sep  5 18:58:32 2023
+++ pkgsrc/devel/py-test/distinfo       Fri Sep  8 06:26:04 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.103 2023/09/05 18:58:32 adam Exp $
+$NetBSD: distinfo,v 1.104 2023/09/08 06:26:04 adam Exp $
 
-BLAKE2s (pytest-7.4.1.tar.gz) = 2235c4b59b2179589c70f9ef0f2c4f76d1fa8c5ac4d699d9b1b1cdfc4e6d0a95
-SHA512 (pytest-7.4.1.tar.gz) = b87e4d41026004b24aa05a39cdce33864e6ca9286894b4f94ab09ee88335bd8d82a8813328f84a0ad9d3db5e3a646d022bc4c7a94eeb281ac13c87d34d23e1da
-Size (pytest-7.4.1.tar.gz) = 1352174 bytes
+BLAKE2s (pytest-7.4.2.tar.gz) = 5e76d8b8ac540b13f23c7709cdf88fb7a1bf3c801e8b06584e180612858e8581
+SHA512 (pytest-7.4.2.tar.gz) = 6f68b7e2bf6a14fbe89a452706b25c4afda69de2c0f78da9c03cf8795d1795d9bdaaff26ba5bc93931c1a04c1472a4eba58bb9774f81116419526413eb1fed4f
+Size (pytest-7.4.2.tar.gz) = 1354640 bytes



Home | Main Index | Thread Index | Old Index