]> git.99rst.org Git - openwrt-packages.git/commitdiff
python-setuptools: bump to 84.0.0
authorAlexandru Ardelean <redacted>
Sun, 9 Aug 2026 09:31:52 +0000 (12:31 +0300)
committerAlexandru Ardelean <redacted>
Mon, 10 Aug 2026 13:04:08 +0000 (16:04 +0300)
Refresh sha256 from PyPI sdist.

Signed-off-by: Alexandru Ardelean <redacted>
lang/python/python-setuptools/Makefile
lang/python/python-setuptools/patches/0001-distutils-use-python-sysroot.patch

index 5c530757c2fe4954271276ccbd9a15f7ca3240e9..b40917d853c0b168523c16d7c0f1b12486d83c41 100644 (file)
@@ -8,11 +8,11 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-setuptools
-PKG_VERSION:=82.0.1
-PKG_RELEASE:=2
+PKG_VERSION:=84.0.0
+PKG_RELEASE:=1
 
 PYPI_NAME:=setuptools
-PKG_HASH:=7d872682c5d01cfde07da7bccc7b65469d3dca203318515ada1de5eda35efbf9
+PKG_HASH:=f4695c21257f0d9b537ec2692c941d02ee143b7cc1276941349a546573b2ef73
 
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
index 09e6ea547403fe36db5fe1d64dff71d738953b2c..34075d283a2c7531345e02f82ef2ddb6a5d76b87 100644 (file)
@@ -22,7 +22,7 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
 
 --- a/setuptools/_distutils/command/build_ext.py
 +++ b/setuptools/_distutils/command/build_ext.py
-@@ -156,7 +156,10 @@ class build_ext(Command):
+@@ -169,7 +169,10 @@ class build_ext(Command):
              yield os.path.join(installed_dir, lib_dir)
          else:
              # building third party extensions
@@ -36,7 +36,7 @@ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
          from distutils import sysconfig
 --- a/setuptools/_distutils/sysconfig.py
 +++ b/setuptools/_distutils/sysconfig.py
-@@ -37,10 +37,17 @@ else:
+@@ -36,10 +36,17 @@ else:
  IS_PYPY = '__pypy__' in sys.builtin_module_names
  
  # These are needed in a couple of spots, so just compute them once.
git clone https://git.99rst.org/PROJECT