python3-pytest: update to 9.0.3
authorAlexandru Ardelean <redacted>
Thu, 9 Apr 2026 05:27:52 +0000 (08:27 +0300)
committerAlexandru Ardelean <redacted>
Fri, 10 Apr 2026 11:01:09 +0000 (14:01 +0300)
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 <redacted>
lang/python/python-pytest/Makefile

index 033d4bcbc51607d25dc78477f13a8fd1a6c323cb..c959cbcfe0468a3d7b1d4c2fe3ca9c0d4d68c521 100644 (file)
@@ -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 <ardeleanalex@gmail.com>
 PKG_LICENSE:=MIT
git clone https://git.99rst.org/PROJECT