From 64cb0c50ba91d1d632c08e2bd789aa823274663c Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Thu, 1 Oct 2020 11:46:17 +0200 Subject: [PATCH] python-pytest: update to version 6.1.0 Signed-off-by: Jan Pavlinec --- lang/python/python-pytest/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index bbcce96b9..1394ed922 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest -PKG_VERSION:=6.0.2 +PKG_VERSION:=6.1.0 PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043 +PKG_HASH:=d010e24666435b39a4cf48740b039885642b6c273a3f77be3e7e03554d2806b7 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT