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:           Mon Mar  3 09:16:29 UTC 2025

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

Log Message:
py-test: updated to 8.3.5

8.3.5

Bug fixes

* Fixed issue where sequences were still being shortened even with -vv verbosity.
* Fixed broken input when using Python 3.13+ and a libedit build of Python, such as on macOS or with uv-managed Python binaries from the python-build-standalone project. This could manifest e.g. by a 
broken prompt when using Pdb, or seeing empty inputs with manual usage of input() and suspended capturing.
* Fixed AttributeError{.interpreted-text role="class"} crash when using --import-mode=importlib when top-level directory same name as another module of the standard library.
* Fixed a regression in pytest 8.3.4 where, when using --import-mode=importlib, a directory containing py file with the same name would cause an ImportError
* Fixed issue where pytest could crash if one of the collected directories got removed during collection.

Improved documentation

* Added dedicated page about using types with pytest.

See types{.interpreted-text role="ref"} for detailed usage.

Contributor-facing changes

* Fixed selftest failures in test_terminal.py with Pygments >= 2.19.0
* Support for Towncrier versions released in 2024 has been re-enabled
when building Sphinx docs -- by webknjaz{.interpreted-text role="user"}.


To generate a diff of this commit:
cvs rdiff -u -r1.135 -r1.136 pkgsrc/devel/py-test/Makefile
cvs rdiff -u -r1.118 -r1.119 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.135 pkgsrc/devel/py-test/Makefile:1.136
--- pkgsrc/devel/py-test/Makefile:1.135 Mon Dec  2 08:10:01 2024
+++ pkgsrc/devel/py-test/Makefile       Mon Mar  3 09:16:29 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.135 2024/12/02 08:10:01 adam Exp $
+# $NetBSD: Makefile,v 1.136 2025/03/03 09:16:29 adam Exp $
 
-DISTNAME=      pytest-8.3.4
+DISTNAME=      pytest-8.3.5
 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.118 pkgsrc/devel/py-test/distinfo:1.119
--- pkgsrc/devel/py-test/distinfo:1.118 Mon Dec  2 08:10:01 2024
+++ pkgsrc/devel/py-test/distinfo       Mon Mar  3 09:16:29 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.118 2024/12/02 08:10:01 adam Exp $
+$NetBSD: distinfo,v 1.119 2025/03/03 09:16:29 adam Exp $
 
-BLAKE2s (pytest-8.3.4.tar.gz) = 3ec16c0532ae48f9238262f5029c376850fc49535ea8d3678d88166eb3826625
-SHA512 (pytest-8.3.4.tar.gz) = e11034864dc6dcc2d0297658b9e01e5717c7d878aa64d5020474ffc784287046ffa60e5c1ddb814f2a870401ec997c574933144cc0d925360e1e595312179b15
-Size (pytest-8.3.4.tar.gz) = 1445919 bytes
+BLAKE2s (pytest-8.3.5.tar.gz) = b88394f3aff94fd5acc9a72451f182dfaa799d05416de77ca217fc325e2ae339
+SHA512 (pytest-8.3.5.tar.gz) = 386573a40f78c1dc864a0af7d765d49e9e91a38dd61bef95b07631bffba0806b34264622a998e849727f50fb220ada7b8242f7f7dbd501408e7bf4701d36589d
+Size (pytest-8.3.5.tar.gz) = 1450891 bytes



Home | Main Index | Thread Index | Old Index