From a5be1da1ff84dc2f523d5192444fe2569779f246 Mon Sep 17 00:00:00 2001 From: Marcin Niestroj Date: Thu, 28 Jul 2022 00:29:18 +0200 Subject: [PATCH] package/python-pytest: bump to version 7.1.2 There is just a starting year in licence file now (see [1]), but licence itself did not change. Also fixup the spacing in the hash file to match the "new" coding style. [1] https://github.com/pytest-dev/pytest/commit/ed24f29e6017183ea22f3136aa180a8e3280cf8a Signed-off-by: Marcin Niestroj Signed-off-by: Thomas Petazzoni --- package/python-pytest/python-pytest.hash | 6 +++--- package/python-pytest/python-pytest.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash index 060dc6189e..c2ead0aa64 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 8bc467ebd5d571778dc51dd87ff09513 pytest-6.2.5.tar.gz -sha256 131b36680866a76e6781d13f101efb86cf674ebb9762eb70d3082b6f29889e89 pytest-6.2.5.tar.gz +md5 4a98001581a18d4084cb5027fdb1467d pytest-7.1.2.tar.gz +sha256 a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45 pytest-7.1.2.tar.gz # Locally computer sha256 -sha256 7898b9b164d4f93fd9a562fd0f592935518b48c4745303964110eb7f7fe64faf LICENSE +sha256 ca836a5f9ecca3b2f350230faa20a48fb8b145653b5568d784862df864706b9b LICENSE diff --git a/package/python-pytest/python-pytest.mk b/package/python-pytest/python-pytest.mk index 5aa9ebca6e..85d762ac8b 100644 --- a/package/python-pytest/python-pytest.mk +++ b/package/python-pytest/python-pytest.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_PYTEST_VERSION = 6.2.5 +PYTHON_PYTEST_VERSION = 7.1.2 PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz -PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/4b/24/7d1f2d2537de114bdf1e6875115113ca80091520948d370c964b88070af2 +PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/4e/1f/34657c6ac56f3c58df650ba41f8ffb2620281ead8e11bcdc7db63cf72a78 PYTHON_PYTEST_SETUP_TYPE = setuptools PYTHON_PYTEST_LICENSE = MIT PYTHON_PYTEST_LICENSE_FILES = LICENSE