From 07f8fa02f3564747464acaeb69ec6798443a679a Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 19 Oct 2020 09:33:32 +0300 Subject: [PATCH 1/2] pillow: bump to version 8.0.0 Signed-off-by: Alexandru Ardelean --- lang/python/pillow/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index 3e4dc50e0..10dd735ed 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow -PKG_VERSION:=7.2.0 +PKG_VERSION:=8.0.0 PKG_RELEASE:=1 PYPI_NAME:=Pillow -PKG_HASH:=97f9e7953a77d5a70f49b9a48da7776dc51e9b738151b22dacf101641594a626 +PKG_HASH:=59304c67d12394815331eda95ec892bf54ad95e0aa7bc1ccd8e0a4a5a25d4bf3 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=HPND From a5c7e266f287ecefaee56a113491d5888425132c Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Mon, 19 Oct 2020 09:51:32 +0300 Subject: [PATCH 2/2] python-lxml: bump to version 4.6.1 Signed-off-by: Alexandru Ardelean --- lang/python/python-lxml/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-lxml/Makefile b/lang/python/python-lxml/Makefile index 42bc213df..acd29ad49 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.2 +PKG_VERSION:=4.6.1 PKG_RELEASE:=1 PYPI_NAME:=lxml -PKG_HASH:=cdc13a1682b2a6241080745b1953719e7fe0850b40a5c71ca574f090a1391df6 +PKG_HASH:=c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSES.txt