From 9a43f4645a94ad7fbd24a6f1d7a924872b821484 Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Mon, 14 Sep 2020 12:49:42 +0200 Subject: [PATCH] python-pytest: update to version 6.0.2 Signed-off-by: Jan Pavlinec --- lang/python/python-pytest/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index 93681713f..bbcce96b9 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.1 -PKG_RELEASE:=2 +PKG_VERSION:=6.0.2 +PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4 +PKG_HASH:=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT