From 02a0c8a4fbc19f9a3a0c4c2b065d142ef4725ebf Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 13 Jul 2021 11:13:23 +0300 Subject: [PATCH] python-simplejson: bump to version 3.17.3 Signed-off-by: Alexandru Ardelean (cherry picked from commit 3f2d7052743500e993a5f4a39cef0dc0eaac4d60) --- 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 1d3c64683..bd4f4f2b8 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