From b8bc78ee3bc4d73e2f218e49079370111f6efaae Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 11 Dec 2023 16:00:08 +0800 Subject: [PATCH] pipx: Update to 1.3.3 Signed-off-by: Jeffery To --- lang/python/pipx/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/pipx/Makefile b/lang/python/pipx/Makefile index cf6a3e1f56..f45abe5ff5 100644 --- a/lang/python/pipx/Makefile +++ b/lang/python/pipx/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pipx -PKG_VERSION:=1.3.2 +PKG_VERSION:=1.3.3 PKG_RELEASE:=1 PYPI_NAME:=pipx -PKG_HASH:=704d01d04c67c2dd0c776c5bf5ed35c7b249055b0174568b8507f07d72ed7a7f +PKG_HASH:=6d5474e71e78c28d83570443e5418c56599aa8319a950ccf5984c5cb0a35f0a7 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -29,7 +29,7 @@ define Package/pipx CATEGORY:=Languages SUBMENU:=Python TITLE:=Install/Run Python Applications in Isolated Environments - URL:=https://github.com/pypa/pipx + URL:=https://pipx.pypa.io/ DEPENDS:= \ +python3-light \ +python3-logging \