package/python-msgpack: bump to 1.1.2

Changelog:
https://wrapt.readthedocs.io/en/latest/changes.html#version-2-0-1

Signed-off-by: Marcus Hoffmann <buildroot@bubu1.eu>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Marcus Hoffmann
2025-11-24 18:20:05 +01:00
committed by Julien Olivain
parent f05cadc2e1
commit e4ddb6a892
2 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# md5, sha256 from https://pypi.org/pypi/msgpack/json
md5 abcd18fded80a89c486c0446f112eb06 msgpack-1.1.1.tar.gz
sha256 77b79ce34a2bdab2594f490c8e80dd62a02d650b91a75159a63ec413b8d104cd msgpack-1.1.1.tar.gz
md5 b69973fa3325abdced4051f5ef3847d3 msgpack-1.1.2.tar.gz
sha256 3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e msgpack-1.1.2.tar.gz
# Locally computed sha256 checksums
sha256 492dedba85da5872f78e6091bcd1fea474d660d35acb4dee964b8aab3f007427 COPYING

View File

@@ -4,9 +4,9 @@
#
################################################################################
PYTHON_MSGPACK_VERSION = 1.1.1
PYTHON_MSGPACK_VERSION = 1.1.2
PYTHON_MSGPACK_SOURCE = msgpack-$(PYTHON_MSGPACK_VERSION).tar.gz
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/45/b1/ea4f68038a18c77c9467400d166d74c4ffa536f34761f7983a104357e614
PYTHON_MSGPACK_SITE = https://files.pythonhosted.org/packages/4d/f2/bfb55a6236ed8725a96b0aa3acbd0ec17588e6a2c3b62a93eb513ed8783f
PYTHON_MSGPACK_LICENSE = Apache-2.0
PYTHON_MSGPACK_LICENSE_FILES = COPYING
PYTHON_MSGPACK_SETUP_TYPE = setuptools