python-pytest: update to version 6.0.1 12480/head
authorJan Pavlinec <jan.pavlinec@nic.cz>
Tue, 4 Aug 2020 12:31:04 +0000 (14:31 +0200)
committerJan Pavlinec <jan.pavlinec@nic.cz>
Mon, 24 Aug 2020 10:37:35 +0000 (12:37 +0200)
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
lang/python/python-pytest/Makefile

index 8b1dadcb17fa919bd26aa7661b6a2006dbc2291b..1841f84a79326d2adb10806a281a957dbecc68e4 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-pytest
-PKG_VERSION:=5.4.2
-PKG_RELEASE:=2
+PKG_VERSION:=6.0.1
+PKG_RELEASE:=1
 
 PYPI_NAME:=pytest
-PKG_HASH:=eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698
+PKG_HASH:=85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4
 
 PKG_MAINTAINER:=Jan Pavlinec <jan.pavlinec@nic.cz>
 PKG_LICENSE:=MIT
@@ -32,16 +32,14 @@ define Package/python3-pytest
   TITLE:=Python testing framework
   URL:=https://docs.pytest.org/en/latest/
   DEPENDS:= \
-       +python3-light \
+       +python3 \
        +python3-more-itertools \
        +python3-py \
        +python3-attrs \
        +python3-pluggy \
        +python3-packaging \
-       +python3-wcwidth \
-       +python3-decimal \
-       +python3-logging \
-       +python3-urllib
+       +python3-toml \
+       +python3-iniconfig
 endef
 
 define Package/python3-pytest/description