python-pytest: update to version 6.0.1
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
This commit is contained in:
parent
7355b68fec
commit
bbbea44780
1 changed files with 6 additions and 8 deletions
|
@ -8,11 +8,11 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-pytest
|
PKG_NAME:=python-pytest
|
||||||
PKG_VERSION:=5.4.2
|
PKG_VERSION:=6.0.1
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PYPI_NAME:=pytest
|
PYPI_NAME:=pytest
|
||||||
PKG_HASH:=eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698
|
PKG_HASH:=85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4
|
||||||
|
|
||||||
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
|
PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
|
@ -32,16 +32,14 @@ define Package/python3-pytest
|
||||||
TITLE:=Python testing framework
|
TITLE:=Python testing framework
|
||||||
URL:=https://docs.pytest.org/en/latest/
|
URL:=https://docs.pytest.org/en/latest/
|
||||||
DEPENDS:= \
|
DEPENDS:= \
|
||||||
+python3-light \
|
+python3 \
|
||||||
+python3-more-itertools \
|
+python3-more-itertools \
|
||||||
+python3-py \
|
+python3-py \
|
||||||
+python3-attrs \
|
+python3-attrs \
|
||||||
+python3-pluggy \
|
+python3-pluggy \
|
||||||
+python3-packaging \
|
+python3-packaging \
|
||||||
+python3-wcwidth \
|
+python3-toml \
|
||||||
+python3-decimal \
|
+python3-iniconfig
|
||||||
+python3-logging \
|
|
||||||
+python3-urllib
|
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python3-pytest/description
|
define Package/python3-pytest/description
|
||||||
|
|
Loading…
Reference in a new issue