python-pip: Update to 23.2
authorJeffery To <redacted>
Mon, 17 Jul 2023 05:50:00 +0000 (13:50 +0800)
committerRosen Penev <redacted>
Mon, 17 Jul 2023 18:44:53 +0000 (11:44 -0700)
Signed-off-by: Jeffery To <redacted>
lang/python/python-pip/Makefile
lang/python/python-pip/test.sh [new file with mode: 0644]

index 97a5326bc261a6185a9b41f8a54ee91e20f7e696..7dee1f96563d5cd2684646818a846869944c2c63 100644 (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
diff --git a/lang/python/python-pip/test.sh b/lang/python/python-pip/test.sh
new file mode 100644 (file)
index 0000000..10355b3
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+[ "$1" = python3-pip ] || exit 0
+
+pip --version | grep -F "pip $PKG_VERSION "
git clone https://git.99rst.org/PROJECT