From 7355b68fec1cc0de265fcfe0be160467ff8518ac Mon Sep 17 00:00:00 2001 From: Jan Pavlinec Date: Tue, 4 Aug 2020 14:30:09 +0200 Subject: [PATCH] python-py: update to version 1.9.0 Signed-off-by: Jan Pavlinec --- lang/python/python-py/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/python/python-py/Makefile b/lang/python/python-py/Makefile index 8d7925453..dbe70d3b0 100644 --- a/lang/python/python-py/Makefile +++ b/lang/python/python-py/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-py -PKG_VERSION:=1.8.1 -PKG_RELEASE:=3 +PKG_VERSION:=1.9.0 +PKG_RELEASE:=1 PYPI_NAME:=py -PKG_HASH:=5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa +PKG_HASH:=9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT @@ -31,7 +31,7 @@ define Package/python3-py CATEGORY:=Languages TITLE:=py URL:=https://github.com/pytest-dev/py - DEPENDS:=+python3-light + DEPENDS:=+python3-light +python3-xml +python3-urllib endef define Package/python3-py/description