Merge pull request #10660 from commodo/python-mysqlclient-update

python-mysqlclient: bump to version 1.4.6
This commit is contained in:
Rosen Penev 2019-11-28 07:45:42 -08:00 committed by GitHub
commit ffa33d5afd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=python-mysqlclient PKG_NAME:=python-mysqlclient
PKG_VERSION:=1.4.5 PKG_VERSION:=1.4.6
PKG_RELEASE:=1 PKG_RELEASE:=1
PKG_LICENSE:=GPL-2.0 PKG_LICENSE:=GPL-2.0
PYPI_NAME:=mysqlclient PYPI_NAME:=mysqlclient
PKG_HASH:=e80109b0ae8d952b900b31b623181532e5e89376d707dcbeb63f99e69cefe559 PKG_HASH:=f3fdaa9a38752a3b214a6fe79d7cae3653731a53e577821f9187e67cbecb2e16
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com> PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
include ../pypi.mk include ../pypi.mk