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 <belokobylskij@gmail.com>
This commit is contained in:
Ivan Belokobylskiy
2025-12-26 14:46:58 +04:00
committed by Josef Schlehofer
parent 0a584ba826
commit 05c7ab7466

View File

@@ -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 <stuff@quintin.me.uk>
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