diff --git a/lang/python/pymysql/Makefile b/lang/python/pymysql/Makefile index 55275aaf1..43f66c878 100644 --- a/lang/python/pymysql/Makefile +++ b/lang/python/pymysql/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pymysql -PKG_VERSION:=0.9.3 -PKG_RELEASE:=3 +PKG_VERSION:=0.10.0 +PKG_RELEASE:=1 PYPI_NAME:=PyMySQL -PKG_HASH:=d8c059dcd81dedb85a9f034d5e22dcb4442c0b201908bede99e306d65ea7c8e7 +PKG_HASH:=e14070bc84e050e0f80bf6063e31d276f03a0bb4d46b9eca2854566c4ae19837 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=MIT diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 0c38979a3..42bc213df 100644 --- a/lang/python/python-lxml/Makefile +++ b/lang/python/python-lxml/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-lxml -PKG_VERSION:=4.5.1 +PKG_VERSION:=4.5.2 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=27ee0faf8077c7c1a589573b1450743011117f1aa1a91d5ae776bbc5ca6070f2 +PKG_HASH:=cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt diff --git a/lang/python/python-simplejson/Makefile b/lang/python/python-simplejson/Makefile index 691075cb0..1d3c64683 100644 --- a/lang/python/python-simplejson/Makefile +++ b/lang/python/python-simplejson/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-simplejson -PKG_VERSION:=3.17.0 -PKG_RELEASE:=2 +PKG_VERSION:=3.17.2 +PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_CPE_ID:=cpe:/a:simplejson_project:simplejson PYPI_NAME:=simplejson -PKG_HASH:=2b4b2b738b3b99819a17feaf118265d0753d5536049ea570b3c43b51c4701e81 +PKG_HASH:=75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841 include ../pypi.mk include $(INCLUDE_DIR)/package.mk