pyodbc: Update to 4.0.39
authorTianling Shen <cnsztl@immortalwrt.org>
Sat, 27 May 2023 06:29:12 +0000 (14:29 +0800)
committerRosen Penev <rosenp@gmail.com>
Sun, 28 May 2023 06:31:24 +0000 (09:31 +0300)
* Fixed build with Python 3.11
* Removed unnecessary build depends

Signed-off-by: Tianling Shen <cnsztl@immortalwrt.org>
lang/python/pyodbc/Makefile

index 4e16ebb8e1e5fdba61260775e4a611dccc319cd4..33b32f09452ed73d30c556c14d880b4687aa8637 100644 (file)
@@ -5,12 +5,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pyodbc
-PKG_VERSION:=4.0.32
+PKG_VERSION:=4.0.39
 PKG_RELEASE:=1
 
 PYPI_NAME:=$(PKG_NAME)
-PKG_HASH:=9be5f0c3590655e1968488410fe3528bb8023d527e7ccec1f663d64245071a6b
-PKG_BUILD_DEPENDS:=python3 unixodbc
+PKG_HASH:=e528bb70dd6d6299ee429868925df0866e3e919c772b9eff79c8e17920d8f116
+
 PKG_LICENSE:=MIT
 PKG_LICENSE_FILES:=LICENSE.txt
 PKG_MAINTAINER:=Daniel Golle <daniel@makrotopia.org>