python-sqlalchemy: bump to version 2.0.44
authorAlexandru Ardelean <[email protected]>
Fri, 21 Nov 2025 10:55:49 +0000 (12:55 +0200)
committerAlexandru Ardelean <[email protected]>
Sat, 22 Nov 2025 13:02:27 +0000 (15:02 +0200)
And add python-setuptools/host, python-wheel/host as dependencies.

Signed-off-by: Alexandru Ardelean <[email protected]>
lang/python/python-sqlalchemy/Makefile

index c69c37f2441e1addb946de25fc8de333587f6c1b..442c3b124b7738393ff1b5a374ab13b4532b341b 100644 (file)
@@ -8,18 +8,22 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=python-sqlalchemy
-PKG_VERSION:=2.0.23
+PKG_VERSION:=2.0.44
 PKG_RELEASE:=1
 
-PYPI_NAME:=SQLAlchemy
-PKG_HASH:=c1bda93cbbe4aa2aa0aa8655c5aeda505cd219ff3e8da91d1d329e143e4aff69
+PYPI_NAME:=sqlalchemy
+PKG_HASH:=0ae7454e1ab1d780aee69fd2aae7d6b8670a581d8847f2d1e0f7ddfbf47e5a22
 
 PKG_MAINTAINER:=Josef Schlehofer <[email protected]>
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE
 PKG_CPE_ID:=cpe:/a:sqlalchemy:sqlalchemy
 
-PKG_BUILD_DEPENDS:=python-cython/host
+PKG_BUILD_DEPENDS:= \
+       python3/host \
+       python-setuptools\host \
+       python-wheel/host \
+       python-cython/host
 
 include ../pypi.mk
 include $(INCLUDE_DIR)/package.mk