From 93fd4ce30b81319ef9c6e37b14610729504e103d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:03:14 -0400 Subject: [PATCH] python3-owm: rebuild for Python 3.12 --- srcpkgs/python3-owm/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-owm/template b/srcpkgs/python3-owm/template index d5e62bb5fb7..ea095c31927 100644 --- a/srcpkgs/python3-owm/template +++ b/srcpkgs/python3-owm/template @@ -1,7 +1,7 @@ # Template file for 'python3-owm' pkgname=python3-owm version=2.10 -revision=5 +revision=6 build_style=python3-module pycompile_module="pyowm" hostmakedepends="python3-setuptools"