package/python-pytest: bump to 8.4.0

See [1] for changelog.

[1] https://github.com/pytest-dev/pytest/blob/main/doc/en/changelog.rst#pytest-840-2025-06-02

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcin Niestroj
2025-06-09 12:56:41 +02:00
committed by Julien Olivain
parent cccf9b9e5a
commit e5baa5ed13
3 changed files with 5 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ config BR2_PACKAGE_PYTHON_PYTEST
select BR2_PACKAGE_PYTHON_INICONFIG # runtime
select BR2_PACKAGE_PYTHON_PACKAGING # runtime
select BR2_PACKAGE_PYTHON_PLUGGY # runtime
select BR2_PACKAGE_PYTHON_PYGMENTS # runtime
select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime
select BR2_PACKAGE_PYTHON3_ZLIB # runtime
help

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/pytest/json
md5 f22d0f0e12aee3b97225a89504d657cb pytest-8.3.5.tar.gz
sha256 f4efe70cc14e511565ac476b57c279e12a855b11f48f212af1080ef2263d3845 pytest-8.3.5.tar.gz
md5 13da9ffcb0c631f9f2f6ac36bdab3176 pytest-8.4.0.tar.gz
sha256 14d920b48472ea0dbf68e45b96cd1ffda4705f33307dcc86c676c1b5104838a6 pytest-8.4.0.tar.gz
# Locally computed sha256 checksums
sha256 ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b LICENSE

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_PYTEST_VERSION = 8.3.5
PYTHON_PYTEST_VERSION = 8.4.0
PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/ae/3c/c9d525a414d506893f0cd8a8d0de7706446213181570cdbd766691164e40
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/fb/aa/405082ce2749be5398045152251ac69c0f3578c7077efc53431303af97ce
PYTHON_PYTEST_SETUP_TYPE = setuptools
PYTHON_PYTEST_LICENSE = MIT
PYTHON_PYTEST_LICENSE_FILES = LICENSE