Browse Source

python-pytest: update to version 6.2.2

Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lilik-openwrt-22.03
Jan Pavlinec 3 years ago
committed by Hannu Nyman
parent
commit
7adb6d2599
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/python-pytest/Makefile

+ 3
- 3
lang/python/python-pytest/Makefile View File

@ -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 <jan.pavlinec@nic.cz>
PKG_LICENSE:=MIT


Loading…
Cancel
Save