From: Jan Pavlinec Date: Wed, 27 Jan 2021 10:50:14 +0000 (+0100) Subject: python-pytest: update to version 6.2.2 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=7adb6d25994c3695b593b25c2bb5d73ffa3ce625;p=feed%2Fpackages.git python-pytest: update to version 6.2.2 Signed-off-by: Jan Pavlinec --- diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index a0c07ceb13..eb80afddc6 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2020 CZ.NIC, z. s. p. o. (https://www.nic.cz/) +# Copyright (C) 2020-2021 CZ.NIC, z. s. p. o. (https://www.nic.cz/) # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest -PKG_VERSION:=6.1.2 +PKG_VERSION:=6.2.2 PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e +PKG_HASH:=9d1edf9e7d0b84d72ea3dbcdfd22b35fb543a5e8f2a60092dd578936bf63d7f9 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT