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 Nov 12 13:50:20 UTC 2025

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

Log Message:
py-test: updated to 9.0.1

9.0.1

Bug fixes

Restore support for skipping tests via raise unittest.SkipTest.
The terminal progress plugin added in pytest 9.0 is now automatically disabled when iTerm2 is detected, it generated desktop notifications instead of the desired functionality.
Fixed the TOML type of the verbosity settings in the API reference from number to string.
Fixed UserWarning: Do not expect file_or_dir on some earlier Python 3.12 and 3.13 point versions.


To generate a diff of this commit:
cvs rdiff -u -r1.141 -r1.142 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.123 -r1.124 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.141 pkgsrc/devel/py-test/Makefile:1.142
--- pkgsrc/devel/py-test/Makefile:1.141 Wed Nov 12 08:59:32 2025
+++ pkgsrc/devel/py-test/Makefile       Wed Nov 12 13:50:20 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.141 2025/11/12 08:59:32 adam Exp $
+# $NetBSD: Makefile,v 1.142 2025/11/12 13:50:20 adam Exp $
 
-DISTNAME=      pytest-9.0.0
+DISTNAME=      pytest-9.0.1
 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.123 pkgsrc/devel/py-test/distinfo:1.124
--- pkgsrc/devel/py-test/distinfo:1.123 Wed Nov 12 08:59:32 2025
+++ pkgsrc/devel/py-test/distinfo       Wed Nov 12 13:50:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.123 2025/11/12 08:59:32 adam Exp $
+$NetBSD: distinfo,v 1.124 2025/11/12 13:50:20 adam Exp $
 
-BLAKE2s (pytest-9.0.0.tar.gz) = 6d604ca86b85381d95c271ec45819686e7e7f61e9f4e04875efbf94cbd16df00
-SHA512 (pytest-9.0.0.tar.gz) = aea3b1187eb0792d32b706afc9b5042c047b786460d08c286fa2ff25ba76a073cdbaaaa1b068e2633059822fe735806ef61dcb6cfda9df033d5826018c3493bc
-Size (pytest-9.0.0.tar.gz) = 1562764 bytes
+BLAKE2s (pytest-9.0.1.tar.gz) = 3e9cb6a5ced263527a0babd5e8c64c6924f070ce20d3996ab1425f512479bd23
+SHA512 (pytest-9.0.1.tar.gz) = 1cc2fe1eff97bf00f4b194da0dc8bd9976a27206b0b761b6a55503065a978f03d256aaf6b7a4c80aab08f09668cf120e80867f33a7d6fd2f09caa34226841671
+Size (pytest-9.0.1.tar.gz) = 1564125 bytes



Home | Main Index | Thread Index | Old Index