python-jmespath: Update to 1.0.1

This also updates the Python dependency from python3 to python3-light.

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To 2023-08-07 14:39:56 +08:00 committed by Tianling Shen
parent 0bcbdf129b
commit cde28d04e6
1 changed files with 10 additions and 9 deletions

View File

@ -1,14 +1,15 @@
include $(TOPDIR)/rules.mk include $(TOPDIR)/rules.mk
PKG_NAME:=jmespath PKG_NAME:=python-jmespath
PKG_VERSION:=0.9.3 PKG_VERSION:=1.0.1
PKG_RELEASE:=2 PKG_RELEASE:=1
PYPI_NAME:=$(PKG_NAME) PYPI_NAME:=jmespath
PKG_HASH:=6a81d4c9aa62caf061cb517b4d9ad1dd300374cd4706997aff9cd6aedd61fc64 PKG_HASH:=90261b206d6defd58fdd5e85f478bf633a2901798906be2ad389150c5c60edbe
PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com> PKG_MAINTAINER:=Daniel Danzberger <daniel@dd-wrt.com>
PKG_LICENSE:=MIT PKG_LICENSE:=MIT
PKG_LICENSE_FILES:=LICENSE.txt
include ../pypi.mk include ../pypi.mk
include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/package.mk
@ -18,14 +19,14 @@ define Package/python3-jmespath
SUBMENU:=Python SUBMENU:=Python
SECTION:=lang SECTION:=lang
CATEGORY:=Languages CATEGORY:=Languages
TITLE:=jmespath TITLE:=JSON Matching Expressions
URL:=https://github.com/jmespath/jmespath.py URL:=https://github.com/jmespath/jmespath.py
DEPENDS:=+python3 DEPENDS:=+python3-light
endef endef
define Package/python3-jmespath/description define Package/python3-jmespath/description
JMESPath (pronounced “james path”) allows you to declaratively specify how to extract JMESPath (pronounced james path) allows you to declaratively specify
elements from a JSON document. how to extract elements from a JSON document.
endef endef
$(eval $(call Py3Package,python3-jmespath)) $(eval $(call Py3Package,python3-jmespath))