python3-jsonschema: bump to test check cycle

This commit is contained in:
Gonzalo Tornaría 2025-03-08 23:32:14 -03:00 committed by classabbyamp
parent 6aac985146
commit 0168d86852

View file

@ -1,10 +1,11 @@
# Template file for 'python3-jsonschema'
pkgname=python3-jsonschema
version=4.23.0
revision=2
revision=3
build_style=python3-pep517
hostmakedepends="hatchling hatch-vcs hatch-fancy-pypi-readme"
depends="python3-attrs python3-jsonschema-specifications"
depends="python3-attrs python3-jsonschema-specifications python3-referencing
python3-rpds-py"
checkdepends="${depends} python3-pytest python3-idna python3-jsonpointer
python3-pip python3-rfc3339-validator python3-rfc3987"
short_desc="Implementation of JSON Schema for Python3"