From eff3bb2d4e47328b73cfa4f1f6371768a941ebf0 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:46 -0400 Subject: [PATCH] python3-jsonschema: rebuild for Python 3.9 --- srcpkgs/python3-jsonschema/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jsonschema/template b/srcpkgs/python3-jsonschema/template index 48686ae9a7..c3954b106d 100644 --- a/srcpkgs/python3-jsonschema/template +++ b/srcpkgs/python3-jsonschema/template @@ -2,7 +2,7 @@ pkgname=python3-jsonschema reverts="3.0.2_1" version=2.6.0 -revision=5 +revision=6 wrksrc="jsonschema-${version}" build_style=python3-module hostmakedepends="python3-setuptools"