From 9d33f54be4e93c65effdca997085de5afb87c281 Mon Sep 17 00:00:00 2001 From: Ivan Belokobylskiy Date: Fri, 26 Dec 2025 14:46:58 +0400 Subject: [PATCH] python-aio-mqtt-mod: update to 0.4.0 Add support of building against python 3.12+ Replace imp module with importlib Full changelog: https://github.com/devbis/aio-mqtt/compare/0.3.4...0.4.0 Signed-off-by: Ivan Belokobylskiy --- lang/python/python-aio-mqtt-mod/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lang/python/python-aio-mqtt-mod/Makefile b/lang/python/python-aio-mqtt-mod/Makefile index ae553fc44b..1a5eca312d 100644 --- a/lang/python/python-aio-mqtt-mod/Makefile +++ b/lang/python/python-aio-mqtt-mod/Makefile @@ -7,16 +7,19 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-aio-mqtt-mod -PKG_VERSION:=0.3.4 +PKG_VERSION:=0.4.0 PKG_RELEASE:=1 PYPI_NAME:=aio-mqtt-mod -PKG_HASH:=340184b35771b7eb7982072fcca313213d856638dd7f98b99bda3ab16ba23552 +PYPI_SOURCE_NAME=aio_mqtt_mod +PKG_HASH:=14784b0deedc9e91ef0980046c03cecff685b6e4364b6f3a66d41bca4b98b58f PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=Apache-2.0 PKG_LICENSE_FILES:=LICENSE +PKG_BUILD_DEPENDS:=python-setuptools/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk