From 457283d14d9a37c8581cf4118bc57cb5fb583ff9 Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Mon, 23 Dec 2024 14:59:06 +0100 Subject: [PATCH] package/python-pytest: bump to 8.3.4 For change log, see: https://docs.pytest.org/en/stable/changelog.html#pytest-8-3-4-2024-12-01 Signed-off-by: Marcin Niestroj [Julien: add link to change log] Signed-off-by: Julien Olivain --- package/python-pytest/python-pytest.hash | 4 ++-- package/python-pytest/python-pytest.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash index 15ac04a6ea..31983da0b5 100644 --- a/package/python-pytest/python-pytest.hash +++ b/package/python-pytest/python-pytest.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/pytest/json -md5 71466867181a5a7aefdb298b7146bcad pytest-8.3.3.tar.gz -sha256 70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181 pytest-8.3.3.tar.gz +md5 542c4e802eeac1d196482e90a36533ed pytest-8.3.4.tar.gz +sha256 965370d062bce11e73868e0335abac31b4d3de0e82f4007408d242b4f8610761 pytest-8.3.4.tar.gz # Locally computed sha256 checksums sha256 ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b LICENSE diff --git a/package/python-pytest/python-pytest.mk b/package/python-pytest/python-pytest.mk index 256b6954f0..be40fdb0fd 100644 --- a/package/python-pytest/python-pytest.mk +++ b/package/python-pytest/python-pytest.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PYTEST_VERSION = 8.3.3 +PYTHON_PYTEST_VERSION = 8.3.4 PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz -PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/8b/6c/62bbd536103af674e227c41a8f3dcd022d591f6eed5facb5a0f31ee33bbc +PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/05/35/30e0d83068951d90a01852cb1cef56e5d8a09d20c7f511634cc2f7e0372a PYTHON_PYTEST_SETUP_TYPE = setuptools PYTHON_PYTEST_LICENSE = MIT PYTHON_PYTEST_LICENSE_FILES = LICENSE