From 442b57daec578f486d1db0128a74183ff1676fa9 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:01:24 -0400 Subject: [PATCH] python3-jsonschema-spec: rebuild for Python 3.12 --- srcpkgs/python3-jsonschema-spec/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsonschema-spec/template b/srcpkgs/python3-jsonschema-spec/template index 725ba5a68a7..61115663dcc 100644 --- a/srcpkgs/python3-jsonschema-spec/template +++ b/srcpkgs/python3-jsonschema-spec/template @@ -1,7 +1,7 @@ # Template file for 'python3-jsonschema-spec' pkgname=python3-jsonschema-spec version=0.2.4 -revision=1 +revision=2 build_style=python3-pep517 hostmakedepends="python3-poetry-core" depends="python3-pathable python3-referencing python3-yaml"