From 69c86c3a199541a2681652334c305a5d9d6bd54e Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 13 Jul 2021 11:13:23 +0300 Subject: [PATCH 1/3] python-simplejson: bump to version 3.17.3 Signed-off-by: Alexandru Ardelean --- lang/python/python-simplejson/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-simplejson/Makefile b/lang/python/python-simplejson/Makefile index 1d3c646836..bd4f4f2b8b 100644 --- a/lang/python/python-simplejson/Makefile +++ b/lang/python/python-simplejson/Makefile @@ -8,13 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-simplejson -PKG_VERSION:=3.17.2 +PKG_VERSION:=3.17.3 PKG_RELEASE:=1 PKG_LICENSE:=MIT PKG_CPE_ID:=cpe:/a:simplejson_project:simplejson PYPI_NAME:=simplejson -PKG_HASH:=75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841 +PKG_HASH:=da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee +PKG_MAINTAINER:=Alexandru Ardelean include ../pypi.mk include $(INCLUDE_DIR)/package.mk @@ -24,7 +25,6 @@ define Package/python3-simplejson SUBMENU:=Python SECTION:=lang CATEGORY:=Languages - MAINTAINER:=Alexandru Ardelean TITLE:=Simple, fast, extensible JSON encoder/decoder URL:=https://simplejson.readthedocs.org/ DEPENDS:=+python3-light +python3-decimal From e08b94b7538474812c18fc109f0372bbb2710d1f Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 13 Jul 2021 11:20:08 +0300 Subject: [PATCH 2/3] python-cffi: bump to version 1.14.6 Signed-off-by: Alexandru Ardelean --- lang/python/host-pip-requirements/cffi.txt | 2 +- lang/python/python-cffi/Makefile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/host-pip-requirements/cffi.txt b/lang/python/host-pip-requirements/cffi.txt index 197978aad8..f76447d86c 100644 --- a/lang/python/host-pip-requirements/cffi.txt +++ b/lang/python/host-pip-requirements/cffi.txt @@ -1,2 +1,2 @@ -cffi==1.14.5 --hash=sha256:fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c +cffi==1.14.6 --hash=sha256:c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd pycparser==2.20 --hash=sha256:2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0 diff --git a/lang/python/python-cffi/Makefile b/lang/python/python-cffi/Makefile index aeff3bae55..502a6f77a8 100644 --- a/lang/python/python-cffi/Makefile +++ b/lang/python/python-cffi/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-cffi -PKG_VERSION:=1.14.5 +PKG_VERSION:=1.14.6 PKG_RELEASE:=1 PYPI_NAME:=cffi -PKG_HASH:=fd78e5fee591709f32ef6edb9a015b4aa1a5022598e36227500c8f4e02328d9c +PKG_HASH:=c9a875ce9d7fe32887784274dd533c57909b7b1dcadcc128a2ac21331a9765dd PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE From f70ad0e816942d106d41949df70824bb6f8d8367 Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 13 Jul 2021 11:20:19 +0300 Subject: [PATCH 3/3] pillow: bump to version 8.3.1 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 90599ac0ee..828afd8eef 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -7,11 +7,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pillow -PKG_VERSION:=8.3.0 +PKG_VERSION:=8.3.1 PKG_RELEASE:=1 PYPI_NAME:=Pillow -PKG_HASH:=803606e206f3e366eea46b1e7ab4dac74cfac770d04de9c35319814e11e47c46 +PKG_HASH:=2cac53839bfc5cece8fdbe7f084d5e3ee61e1303cccc86511d351adcb9e2c792 PKG_MAINTAINER:=Alexandru Ardelean PKG_LICENSE:=HPND