diff mbox series

package/python-pytest: bump to version 7.1.2

Message ID 20220727222918.1411727-1-m.niestroj@grinn-global.com
State Accepted
Headers show
Series package/python-pytest: bump to version 7.1.2 | expand

Commit Message

Marcin Niestroj July 27, 2022, 10:29 p.m. UTC
There is just a starting year in licence file now (see [1]), but licence
itself did not change.

[1] https://github.com/pytest-dev/pytest/commit/ed24f29e6017183ea22f3136aa180a8e3280cf8a

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
---
 package/python-pytest/python-pytest.hash | 6 +++---
 package/python-pytest/python-pytest.mk   | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

Comments

Thomas Petazzoni July 28, 2022, 7:35 a.m. UTC | #1
On Thu, 28 Jul 2022 00:29:18 +0200
Marcin Niestroj <m.niestroj@grinn-global.com> wrote:

> There is just a starting year in licence file now (see [1]), but licence
> itself did not change.
> 
> [1] https://github.com/pytest-dev/pytest/commit/ed24f29e6017183ea22f3136aa180a8e3280cf8a
> 
> Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
> ---
>  package/python-pytest/python-pytest.hash | 6 +++---
>  package/python-pytest/python-pytest.mk   | 4 ++--
>  2 files changed, 5 insertions(+), 5 deletions(-)

This changed raised a check-package warning due to the spacing used in
the hash file. I fixed that up when applying.

Thanks!

Thomas
diff mbox series

Patch

diff --git a/package/python-pytest/python-pytest.hash b/package/python-pytest/python-pytest.hash
index 060dc6189e..ccb603c96c 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