mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 10:14:32 +04:00
python-jsonschema: Update to 4.19.1, update list of dependencies
This also adds a test.sh script for the packages feed CI. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
committed by
Tianling Shen
parent
ebb69c5c17
commit
36eb48465b
@@ -1,11 +1,11 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=python-jsonschema
|
||||
PKG_VERSION:=4.17.3
|
||||
PKG_RELEASE:=3
|
||||
PKG_VERSION:=4.19.1
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PYPI_NAME:=jsonschema
|
||||
PKG_HASH:=0f864437ab8b6076ba6707453ef8f98a6a0d512a80e93f8abdb676f737ecb60d
|
||||
PKG_HASH:=ec84cc37cfa703ef7cd4928db24f9cb31428a5d0fa77747b8b51a847458e0bbf
|
||||
|
||||
PKG_MAINTAINER:=Javier Marcet <javier@marcet.info>
|
||||
PKG_LICENSE:=MIT
|
||||
@@ -22,9 +22,16 @@ define Package/python3-jsonschema
|
||||
CATEGORY:=Languages
|
||||
SUBMENU:=Python
|
||||
TITLE:=An implementation of JSON Schema validation
|
||||
URL:=https://github.com/Julian/jsonschema
|
||||
DEPENDS:=+python3-light +python3-attrs +python3-urllib \
|
||||
+python3-six +python3-pyrsistent +python3-setuptools
|
||||
URL:=https://github.com/python-jsonschema/jsonschema
|
||||
DEPENDS:= \
|
||||
+python3-light \
|
||||
+python3-decimal \
|
||||
+python3-urllib \
|
||||
+python3-uuid \
|
||||
+python3-attrs \
|
||||
+python3-jsonschema-specifications \
|
||||
+python3-referencing \
|
||||
+python3-rpds-py
|
||||
endef
|
||||
|
||||
define Package/python3-jsonschema/description
|
||||
|
||||
Reference in New Issue
Block a user