From: Alexandru Ardelean Date: Mon, 18 Nov 2019 14:33:42 +0000 (+0200) Subject: python-mysqlclient: bump to version 1.4.5 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=33f82a49990dae57b7c9a7532a5a02d4544f9100;p=openwrt-packages.git python-mysqlclient: bump to version 1.4.5 Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/python-mysqlclient/Makefile b/lang/python/python-mysqlclient/Makefile index a60a90e8d..4f06f0ee1 100644 --- a/lang/python/python-mysqlclient/Makefile +++ b/lang/python/python-mysqlclient/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-mysqlclient -PKG_VERSION:=1.4.4 +PKG_VERSION:=1.4.5 PKG_RELEASE:=1 PKG_LICENSE:=GPL-2.0 PYPI_NAME:=mysqlclient -PKG_HASH:=9c737cc55a5dc8dd3583a942d5a9b21be58d16f00f5fefca4e575e7d9682e98c +PKG_HASH:=e80109b0ae8d952b900b31b623181532e5e89376d707dcbeb63f99e69cefe559 PKG_MAINTAINER:=Alexandru Ardelean include ../pypi.mk