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:           Wed Oct 25 08:37:18 UTC 2023

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

Log Message:
py-test: updated to 7.4.3

pytest 7.4.3 (2023-10-24)

Bug Fixes

- Markers are now considered in the reverse mro order to ensure base  class markers are considered first -- this resolves a regression.
- Fixed ``:=`` in asserts impacting unrelated test cases.
- Handled an edge case where :data:`sys.stderr` might already be closed when :ref:`faulthandler` is tearing down.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.104 -r1.105 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.119 pkgsrc/devel/py-test/Makefile:1.120
--- pkgsrc/devel/py-test/Makefile:1.119 Mon Oct 23 06:37:43 2023
+++ pkgsrc/devel/py-test/Makefile       Wed Oct 25 08:37:18 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.119 2023/10/23 06:37:43 wiz Exp $
+# $NetBSD: Makefile,v 1.120 2023/10/25 08:37:18 adam Exp $
 
-DISTNAME=      pytest-7.4.2
+DISTNAME=      pytest-7.4.3
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pytest/}
 

Index: pkgsrc/devel/py-test/distinfo
diff -u pkgsrc/devel/py-test/distinfo:1.104 pkgsrc/devel/py-test/distinfo:1.105
--- pkgsrc/devel/py-test/distinfo:1.104 Fri Sep  8 06:26:04 2023
+++ pkgsrc/devel/py-test/distinfo       Wed Oct 25 08:37:18 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.104 2023/09/08 06:26:04 adam Exp $
+$NetBSD: distinfo,v 1.105 2023/10/25 08:37:18 adam Exp $
 
-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
+BLAKE2s (pytest-7.4.3.tar.gz) = 9cc471635a85dffd1aa64950509fed3b11af221602362972d326d8f21191b4f8
+SHA512 (pytest-7.4.3.tar.gz) = 1b80e9b7e0ba8fe966d6658aa72d49d101190f255acd9eb81d66142327535b7108c921055d8fe3e330e3ff4163aa03d7c67b2807d433dd9e1799be6a59b208c9
+Size (pytest-7.4.3.tar.gz) = 1356179 bytes



Home | Main Index | Thread Index | Old Index