python-msgpack: update to version 1.1.2
authorJosef Schlehofer <[email protected]>
Sun, 2 Nov 2025 16:27:20 +0000 (17:27 +0100)
committerAlexandru Ardelean <[email protected]>
Tue, 25 Nov 2025 11:38:44 +0000 (13:38 +0200)
Release notes:
https://github.com/msgpack/msgpack-python/releases/tag/v1.1.2

Signed-off-by: Josef Schlehofer <[email protected]>
lang/python/python-msgpack/Makefile

index 6e4e63169e7b2e86a580f2f6a9855f18dd7892f1..41d284d31e231c8d2a93c807442ed27b5c46d272 100644 (file)
@@ -8,17 +8,20 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-msgpack
-PKG_VERSION:=1.0.7
+PKG_VERSION:=1.1.2
 PKG_RELEASE:=1
 
 PYPI_NAME:=msgpack
-PKG_HASH:=572efc93db7a4d27e404501975ca6d2d9775705c2d922390d878fcf768d92c87
+PKG_HASH:=3b60763c1373dd60f398488069bcdc703cd08a711477b5d480eecc9f9626f47e
 
 PKG_MAINTAINER:=Jan Pavlinec <[email protected]>
 PKG_LICENSE:=Apache-2.0
 PKG_LICENSE_FILES:=COPYING
 
-PKG_BUILD_DEPENDS:=python-cython/host
+PKG_BUILD_DEPENDS:= \
+       python3/host \
+       python-setuptools/host \
+       python-cython/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk