From 5e66a69433e59c5f1089167917364f91b45b91be Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Mon, 17 Jul 2023 13:50:00 +0800 Subject: [PATCH] python-pip: Update to 23.2 Signed-off-by: Jeffery To --- lang/python/python-pip/Makefile | 4 ++-- lang/python/python-pip/test.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 lang/python/python-pip/test.sh diff --git a/lang/python/python-pip/Makefile b/lang/python/python-pip/Makefile index 97a5326bc2..7dee1f9656 100644 --- a/lang/python/python-pip/Makefile +++ b/lang/python/python-pip/Makefile @@ -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 diff --git a/lang/python/python-pip/test.sh b/lang/python/python-pip/test.sh new file mode 100644 index 0000000000..10355b3e35 --- /dev/null +++ b/lang/python/python-pip/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$1" = python3-pip ] || exit 0 + +pip --version | grep -F "pip $PKG_VERSION "