From 1519659b42323ee0dccd3b4642258b756a968396 Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Tue, 14 Oct 2025 20:51:07 +0200 Subject: [PATCH] package/python-wrapt: bump version to 1.17.2 Signed-off-by: Bernd Kuhls Signed-off-by: Peter Korsgaard --- package/python-wrapt/python-wrapt.hash | 4 ++-- package/python-wrapt/python-wrapt.mk | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package/python-wrapt/python-wrapt.hash b/package/python-wrapt/python-wrapt.hash index 199de265a5..ae1fb94a2b 100644 --- a/package/python-wrapt/python-wrapt.hash +++ b/package/python-wrapt/python-wrapt.hash @@ -1,5 +1,5 @@ # md5, sha256 from https://pypi.org/pypi/wrapt/json -md5 f4db93e73e5c70a59955f0ec162d585d wrapt-1.17.2.tar.gz -sha256 41388e9d4d1522446fe79d3213196bd9e3b301a336965b9e27ca2788ebd122f3 wrapt-1.17.2.tar.gz +md5 5e7d9b1296ef5dc87339acc951a52d18 wrapt-1.17.3.tar.gz +sha256 f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0 wrapt-1.17.3.tar.gz # Locally computed sha256 checksums sha256 5974efbbc8b626b2050810d63c3a907ee21c92bf64b3740fc623ad05eb3448ab LICENSE diff --git a/package/python-wrapt/python-wrapt.mk b/package/python-wrapt/python-wrapt.mk index 9048f7010e..d1871a7e2e 100644 --- a/package/python-wrapt/python-wrapt.mk +++ b/package/python-wrapt/python-wrapt.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WRAPT_VERSION = 1.17.2 +PYTHON_WRAPT_VERSION = 1.17.3 PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz -PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/c3/fc/e91cc220803d7bc4db93fb02facd8461c37364151b8494762cc88b0fbcef +PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/95/8f/aeb76c5b46e273670962298c23e7ddde79916cb74db802131d49a85e4b7d PYTHON_WRAPT_SETUP_TYPE = setuptools PYTHON_WRAPT_LICENSE = BSD-2-Clause PYTHON_WRAPT_LICENSE_FILES = LICENSE