From 7be0bbd5457bb25b7027cb60521b575b6148cd8b Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Sat, 19 Aug 2023 03:57:54 +0800 Subject: [PATCH] python-py: Update to 1.11.0, update list of dependencies Signed-off-by: Jeffery To (cherry picked from commit f9e3847599753f9489303ac21f74a1e724597ef8) --- lang/python/python-py/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lang/python/python-py/Makefile b/lang/python/python-py/Makefile index c909e10e83..6f9d315a64 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.10.0 -PKG_RELEASE:=2 +PKG_VERSION:=1.11.0 +PKG_RELEASE:=1 PYPI_NAME:=py -PKG_HASH:=21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3 +PKG_HASH:=51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT @@ -28,9 +28,9 @@ define Package/python3-py SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - TITLE:=py + TITLE:=Python development support library URL:=https://github.com/pytest-dev/py - DEPENDS:=+python3-light +python3-xml +python3-urllib + DEPENDS:=+python3-light +python3-xml +python3-urllib +python3-uuid endef define Package/python3-py/description -- 2.30.2