From 191d367d1bcc890d625306d61406f4043e49065f Mon Sep 17 00:00:00 2001 From: Jeffery To Date: Tue, 26 Sep 2023 00:38:11 +0800 Subject: [PATCH] python-setuptools: Update to 68.2.2 Signed-off-by: Jeffery To (cherry picked from commit c12e4e873d43c6d61909f1a110be924918be1ab5) --- lang/python/python-setuptools/Makefile | 4 ++-- lang/python/python-setuptools/test.sh | 5 +++++ 2 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 lang/python/python-setuptools/test.sh diff --git a/lang/python/python-setuptools/Makefile b/lang/python/python-setuptools/Makefile index 08cb7124fc..8138a99556 100644 --- a/lang/python/python-setuptools/Makefile +++ b/lang/python/python-setuptools/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-setuptools -PKG_VERSION:=68.2.0 +PKG_VERSION:=68.2.2 PKG_RELEASE:=1 PYPI_NAME:=setuptools -PKG_HASH:=00478ca80aeebeecb2f288d3206b0de568df5cd2b8fada1209843cc9a8d88a48 +PKG_HASH:=4ac1475276d2f1c48684874089fefcd83bd7162ddaafb81fac866ba0db282a87 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE diff --git a/lang/python/python-setuptools/test.sh b/lang/python/python-setuptools/test.sh new file mode 100644 index 0000000000..bc35600c69 --- /dev/null +++ b/lang/python/python-setuptools/test.sh @@ -0,0 +1,5 @@ +#!/bin/sh + +[ "$1" = python3-setuptools ] || exit 0 + +python3 -c 'from setuptools import setup' -- 2.30.2