From 40c8afbc5af26316fcc4fa8bb4570bad6765c9d3 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Thu, 9 Apr 2026 08:27:52 +0300 Subject: [PATCH] python3-pytest: update to 9.0.3 Update package to 9.0.3. Security fix: - CVE-2025-71176: Fixed use of an insecure temporary directory Bug fixes: - pytest.approx now correctly accounts for collections.abc.Mapping key order when comparing mappings - Blocking a conftest.py with -p no: is now explicitly disallowed with a clear UsageError (previously caused an internal assertion failure) - Fixed crash when a test raises an ExceptionGroup with __tracebackhide__ = True - Fixed non-string messages in unittest.TestCase.subTest() not printed Signed-off-by: Alexandru Ardelean --- lang/python/python-pytest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index 033d4bcbc5..c959cbcfe0 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest -PKG_VERSION:=9.0.2 +PKG_VERSION:=9.0.3 PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=75186651a92bd89611d1d9fc20f0b4345fd827c41ccd5c299a868a05d70edf11 +PKG_HASH:=b86ada508af81d19edeb213c681b1d48246c1a91d304c6c81a427674c17eb91c PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT