From 75b2c6185e272992228aa632e18977479f7c3ef3 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:01 -0400 Subject: [PATCH] python3-jmespath: rebuild for Python 3.11 --- srcpkgs/python3-jmespath/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jmespath/template b/srcpkgs/python3-jmespath/template index 397a78d7eea..1d3b6fbf88c 100644 --- a/srcpkgs/python3-jmespath/template +++ b/srcpkgs/python3-jmespath/template @@ -1,7 +1,7 @@ # Template file for 'python3-jmespath' pkgname=python3-jmespath version=0.10.0 -revision=4 +revision=5 wrksrc="jmespath.py-${version}" build_style=python3-module hostmakedepends="python3-setuptools"