From f05cadc2e12028909081af09c0ed8d673a47d8f4 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Mon, 24 Nov 2025 18:15:31 +0100 Subject: [PATCH] package/python-wrapt: bump to 2.0.1 Changelog: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-0-1 Signed-off-by: Marcus Hoffmann Signed-off-by: Julien Olivain --- 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 69a464ff49..3fc809d9c0 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 bdc6d3460db4cdee3383dfe318b5c317 wrapt-2.0.0.tar.gz -sha256 35a542cc7a962331d0279735c30995b024e852cf40481e384fd63caaa391cbb9 wrapt-2.0.0.tar.gz +md5 43c737f84345bc317bbb028d9de1b4e4 wrapt-2.0.1.tar.gz +sha256 9c9c635e78497cacb81e84f8b11b23e0aacac7a136e73b8e5b2109a1d9fc468f wrapt-2.0.1.tar.gz # Locally computed sha256 checksums sha256 9abc41aa6b8690c07ede9b44b7c6233d014290ed1e3b5ccc37e292295b5d058f LICENSE diff --git a/package/python-wrapt/python-wrapt.mk b/package/python-wrapt/python-wrapt.mk index 8fff0cf3fa..86454371b2 100644 --- a/package/python-wrapt/python-wrapt.mk +++ b/package/python-wrapt/python-wrapt.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WRAPT_VERSION = 2.0.0 +PYTHON_WRAPT_VERSION = 2.0.1 PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz -PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/49/19/5e5bcd855d808892fe02d49219f97a50f64cd6d8313d75df3494ee97b1a3 +PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/49/2a/6de8a50cb435b7f42c46126cf1a54b2aab81784e74c8595c8e025e8f36d3 PYTHON_WRAPT_SETUP_TYPE = setuptools PYTHON_WRAPT_LICENSE = BSD-2-Clause PYTHON_WRAPT_LICENSE_FILES = LICENSE