Browse Source
Merge pull request #13541 from ja-pa/pytest-6.1.0
python-pytest: update to version 6.1.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
lang/python/python-pytest/Makefile
|
@ -8,11 +8,11 @@ |
|
|
include $(TOPDIR)/rules.mk |
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
|
PKG_NAME:=python-pytest |
|
|
PKG_NAME:=python-pytest |
|
|
PKG_VERSION:=6.0.2 |
|
|
|
|
|
|
|
|
PKG_VERSION:=6.1.0 |
|
|
PKG_RELEASE:=1 |
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
|
PYPI_NAME:=pytest |
|
|
PYPI_NAME:=pytest |
|
|
PKG_HASH:=c8f57c2a30983f469bf03e68cdfa74dc474ce56b8f280ddcb080dfd91df01043 |
|
|
|
|
|
|
|
|
PKG_HASH:=d010e24666435b39a4cf48740b039885642b6c273a3f77be3e7e03554d2806b7 |
|
|
|
|
|
|
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz> |
|
|
PKG_LICENSE:=MIT |
|
|
PKG_LICENSE:=MIT |
|
|