From 9651470405ca6cf38a51a3e8e9e8557490f2686a Mon Sep 17 00:00:00 2001 From: Marcel Telka Date: Sat, 16 Nov 2024 08:37:08 +0100 Subject: [PATCH] python/types-setuptools: update to 75.5.0.20241116 --- components/python/types-setuptools/.gitignore | 2 +- components/python/types-setuptools/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/python/types-setuptools/.gitignore b/components/python/types-setuptools/.gitignore index 8c6ee0e0919..d1d4561ad4a 100644 --- a/components/python/types-setuptools/.gitignore +++ b/components/python/types-setuptools/.gitignore @@ -1 +1 @@ -/types-setuptools-75.4.0.20241115/ +/types-setuptools-75.5.0.20241116/ diff --git a/components/python/types-setuptools/Makefile b/components/python/types-setuptools/Makefile index f18ea7eb281..2a5891df0f2 100644 --- a/components/python/types-setuptools/Makefile +++ b/components/python/types-setuptools/Makefile @@ -19,11 +19,11 @@ BUILD_STYLE = setup.py include ../../../make-rules/shared-macros.mk COMPONENT_NAME = types-setuptools -HUMAN_VERSION = 75.4.0.20241115 +HUMAN_VERSION = 75.5.0.20241116 COMPONENT_SUMMARY = Typing stubs for setuptools COMPONENT_PROJECT_URL = https://github.com/python/typeshed COMPONENT_ARCHIVE_HASH = \ - sha256:f55b9a10f683de68bd52216ff16aa624e7ece858714d351f410ccd1eb25b99dc + sha256:b6939ffdbc50ffdc0bcfbf14f7a6de1ddc5510906c1ca2bd62c23646e5798b1a COMPONENT_LICENSE = Apache-2.0 AND MIT TEST_STYLE = none