From 07f7b6c35d825ab1de7b2b263bc60309fd9761a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gonzalo=20Tornar=C3=ADa?= Date: Wed, 26 Feb 2025 23:05:40 -0300 Subject: [PATCH] python3-jsonschema-path: update to 0.3.4. --- srcpkgs/python3-jsonschema-path/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-jsonschema-path/template b/srcpkgs/python3-jsonschema-path/template index b38c1454a1e..f7489b6888b 100644 --- a/srcpkgs/python3-jsonschema-path/template +++ b/srcpkgs/python3-jsonschema-path/template @@ -1,10 +1,10 @@ # Template file for 'python3-jsonschema-path' pkgname=python3-jsonschema-path -version=0.3.3 -revision=2 +version=0.3.4 +revision=1 build_style=python3-pep517 hostmakedepends="python3-poetry-core" -depends="python3-pathable python3-referencing python3-yaml" +depends="python3-pathable python3-referencing python3-yaml python3-requests" checkdepends="$depends python3-pytest-cov python3-responses" short_desc="JSONSchema Spec with object-oriented paths" maintainer="Gonzalo TornarĂ­a " @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="https://github.com/p1c2u/jsonschema-path" changelog="https://github.com/p1c2u/jsonschema-path/releases" distfiles="https://github.com/p1c2u/jsonschema-path/archive/refs/tags/${version}.tar.gz" -checksum=b2757571934d8ecc0ebad61a6310ad3e04a17b45c0a51be44529d50abdd355e0 +checksum=71b7e165c7ee86c346593e2ac21b5beafc9bbaac337ef053df028e8827469950 python3-jsonschema-spec_package() { depends="${sourcepkg}>=${version}_${revision}"