From b690a193806dc106f71ae6e63644ce52606c0901 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Sat, 8 Mar 2025 23:32:14 -0300 Subject: [PATCH] python3-jsonschema: bump to test check cycle --- srcpkgs/python3-jsonschema/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 0d19311f27c..d6eb1966a7d 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -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"