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:           Sat Feb 17 02:10:00 UTC 2024

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

Log Message:
py-test: updated to 8.0.1

pytest 8.0.1 (2024-02-16)

Bug Fixes

- Correctly handle errors from :func:`getpass.getuser` in Python 3.13.
- Fix an edge case where ``ExceptionInfo._stringify_exception`` could crash :func:`pytest.raises`.
- Fix regression with :func:`pytest.warns` using custom warning subclasses which have more than one parameter in their `__init__`.
- Fix a regression in pytest 8.0.0 whereby calling :func:`pytest.skip` and similar control-flow exceptions within a :func:`pytest.warns()` block would get suppressed instead of propagating.
- Fix a regression in pytest 8.0.0 whereby autouse fixtures defined in a module get ignored by the doctests in the module.
- Fix a regression in pytest 8.0.0 whereby items would be collected in reverse order in some circumstances.


To generate a diff of this commit:
cvs rdiff -u -r1.122 -r1.123 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.107 -r1.108 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.122 pkgsrc/devel/py-test/Makefile:1.123
--- pkgsrc/devel/py-test/Makefile:1.122 Fri Feb  2 16:19:52 2024
+++ pkgsrc/devel/py-test/Makefile       Sat Feb 17 02:10:00 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.122 2024/02/02 16:19:52 adam Exp $
+# $NetBSD: Makefile,v 1.123 2024/02/17 02:10:00 adam Exp $
 
-DISTNAME=      pytest-8.0.0
+DISTNAME=      pytest-8.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.107 pkgsrc/devel/py-test/distinfo:1.108
--- pkgsrc/devel/py-test/distinfo:1.107 Fri Feb  2 16:19:52 2024
+++ pkgsrc/devel/py-test/distinfo       Sat Feb 17 02:10:00 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.107 2024/02/02 16:19:52 adam Exp $
+$NetBSD: distinfo,v 1.108 2024/02/17 02:10:00 adam Exp $
 
-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
+BLAKE2s (pytest-8.0.1.tar.gz) = da7ef6a144dced66f94dd58d801ad16819c96b36e6b1bbd7b3e2982dbd8f48b7
+SHA512 (pytest-8.0.1.tar.gz) = ce1fa9fa2a78f73320e1692681930c7bee5f6bd66b592d6f8b7e6c958cbdc180d9b1f39ecad2556c0811c5337e7fa28b84a093f064ac46f7fd3c4a6d94b3e73a
+Size (pytest-8.0.1.tar.gz) = 1396338 bytes



Home | Main Index | Thread Index | Old Index