From f683ffcbe1f92290c8df78be06379998f3cef689 Mon Sep 17 00:00:00 2001 From: Marcus Hoffmann Date: Tue, 21 Oct 2025 10:10:28 +0200 Subject: [PATCH] package/python-wrapt: bump to 2.0.0 LICENSE file changes due to copyright year update: https://github.com/GrahamDumpleton/wrapt/commit/ad97a2aa802391e2cffd31b601801214436d7ddd CHANGELOG: https://wrapt.readthedocs.io/en/latest/changes.html#version-2-0-0 Signed-off-by: Marcus Hoffmann Signed-off-by: Julien Olivain --- package/python-wrapt/python-wrapt.hash | 6 +++--- package/python-wrapt/python-wrapt.mk | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package/python-wrapt/python-wrapt.hash b/package/python-wrapt/python-wrapt.hash index ae1fb94a2b..69a464ff49 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 5e7d9b1296ef5dc87339acc951a52d18 wrapt-1.17.3.tar.gz -sha256 f66eb08feaa410fe4eebd17f2a2c8e2e46d3476e9f8c783daa8e09e0faa666d0 wrapt-1.17.3.tar.gz +md5 bdc6d3460db4cdee3383dfe318b5c317 wrapt-2.0.0.tar.gz +sha256 35a542cc7a962331d0279735c30995b024e852cf40481e384fd63caaa391cbb9 wrapt-2.0.0.tar.gz # Locally computed sha256 checksums -sha256 5974efbbc8b626b2050810d63c3a907ee21c92bf64b3740fc623ad05eb3448ab LICENSE +sha256 9abc41aa6b8690c07ede9b44b7c6233d014290ed1e3b5ccc37e292295b5d058f LICENSE diff --git a/package/python-wrapt/python-wrapt.mk b/package/python-wrapt/python-wrapt.mk index d1871a7e2e..8fff0cf3fa 100644 --- a/package/python-wrapt/python-wrapt.mk +++ b/package/python-wrapt/python-wrapt.mk @@ -4,9 +4,9 @@ # ################################################################################ -PYTHON_WRAPT_VERSION = 1.17.3 +PYTHON_WRAPT_VERSION = 2.0.0 PYTHON_WRAPT_SOURCE = wrapt-$(PYTHON_WRAPT_VERSION).tar.gz -PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/95/8f/aeb76c5b46e273670962298c23e7ddde79916cb74db802131d49a85e4b7d +PYTHON_WRAPT_SITE = https://files.pythonhosted.org/packages/49/19/5e5bcd855d808892fe02d49219f97a50f64cd6d8313d75df3494ee97b1a3 PYTHON_WRAPT_SETUP_TYPE = setuptools PYTHON_WRAPT_LICENSE = BSD-2-Clause PYTHON_WRAPT_LICENSE_FILES = LICENSE