mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00:00
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 <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
9769e03752
commit
40c8afbc5a
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user