From: Josef Schlehofer Date: Sun, 2 Nov 2025 16:27:20 +0000 (+0100) Subject: python-msgpack: update to version 1.1.2 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=a1c1bfc24bd5000e0747948dff5e8127fa8582bd;p=feed%2Fpackages.git python-msgpack: update to version 1.1.2 Release notes: https://github.com/msgpack/msgpack-python/releases/tag/v1.1.2 Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-msgpack/Makefile b/lang/python/python-msgpack/Makefile index 6e4e63169e..41d284d31e 100644 --- a/lang/python/python-msgpack/Makefile +++ b/lang/python/python-msgpack/Makefile @@ -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 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