python-simplejson: bump to version 3.17.3
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com> (cherry picked from commit 3f2d7052743500e993a5f4a39cef0dc0eaac4d60)
This commit is contained in:
parent
1954ed36ab
commit
02a0c8a4fb
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,14 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=python-simplejson
|
PKG_NAME:=python-simplejson
|
||||||
PKG_VERSION:=3.17.2
|
PKG_VERSION:=3.17.3
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
PKG_LICENSE:=MIT
|
PKG_LICENSE:=MIT
|
||||||
PKG_CPE_ID:=cpe:/a:simplejson_project:simplejson
|
PKG_CPE_ID:=cpe:/a:simplejson_project:simplejson
|
||||||
|
|
||||||
PYPI_NAME:=simplejson
|
PYPI_NAME:=simplejson
|
||||||
PKG_HASH:=75ecc79f26d99222a084fbdd1ce5aad3ac3a8bd535cd9059528452da38b68841
|
PKG_HASH:=da72a452bcf4349fc467a12b54ab0e63e654a571cacc44084826d52bde12b6ee
|
||||||
|
PKG_MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
||||||
|
|
||||||
include ../pypi.mk
|
include ../pypi.mk
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
|
@ -24,7 +25,6 @@ define Package/python3-simplejson
|
||||||
SUBMENU:=Python
|
SUBMENU:=Python
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
MAINTAINER:=Alexandru Ardelean <ardeleanalex@gmail.com>
|
|
||||||
TITLE:=Simple, fast, extensible JSON encoder/decoder
|
TITLE:=Simple, fast, extensible JSON encoder/decoder
|
||||||
URL:=https://simplejson.readthedocs.org/
|
URL:=https://simplejson.readthedocs.org/
|
||||||
DEPENDS:=+python3-light +python3-decimal
|
DEPENDS:=+python3-light +python3-decimal
|
||||||
|
|
Loading…
Reference in a new issue