python-pip: Update to 23.2

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-07-17 13:50:00 +08:00 committed by Rosen Penev
parent f60a0b2b46
commit 5e66a69433
2 changed files with 7 additions and 2 deletions

View File

@ -8,11 +8,11 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-pip
PKG_VERSION:=23.1.2
PKG_VERSION:=23.2
PKG_RELEASE:=1
PYPI_NAME:=pip
PKG_HASH:=0e7c86f486935893c708287b30bd050a36ac827ec7fe5e43fe7cb198dd835fba
PKG_HASH:=a160a170f3331d9ca1a0247eb1cd79c758879f1f81158f9cd05bbb5df80bea5c
PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt

View File

@ -0,0 +1,5 @@
#!/bin/sh
[ "$1" = python3-pip ] || exit 0
pip --version | grep -F "pip $PKG_VERSION "