From ccc2a3bf499f21873ca71f2eb99f3e7bdf5e8e47 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Wed, 11 Jun 2025 10:03:18 -0500 Subject: [PATCH] Upgrade setuptools to 80.9.0 --- pythonbuild/downloads.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pythonbuild/downloads.py b/pythonbuild/downloads.py index d21bf9482..5c022775e 100644 --- a/pythonbuild/downloads.py +++ b/pythonbuild/downloads.py @@ -281,10 +281,10 @@ "license_file": "LICENSE.readline.txt", }, "setuptools": { - "url": "https://files.pythonhosted.org/packages/55/21/47d163f615df1d30c094f6c8bbb353619274edccf0327b185cc2493c2c33/setuptools-75.6.0-py3-none-any.whl", - "size": 1224032, - "sha256": "ce74b49e8f7110f9bf04883b730f4765b774ef3ef28f722cce7c273d253aaf7d", - "version": "75.6.0", + "url": "https://files.pythonhosted.org/packages/a3/dc/17031897dae0efacfea57dfd3a82fdd2a2aeb58e0ff71b77b87e44edc772/setuptools-80.9.0-py3-none-any.whl", + "size": 1201486, + "sha256": "062d34222ad13e0cc312a4c02d73f059e86a4acbfbdea8f8f76b28c99f306922", + "version": "80.9.0", }, # Remember to update verify_distribution.py when version changed. "sqlite": {