From d314556a7e0003f8e083be919b5b76c5f3aa78ab Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Wed, 7 Oct 2020 09:55:17 -0400 Subject: [PATCH] python-idna: rebuild for Python 3.9 --- srcpkgs/python-idna/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python-idna/template b/srcpkgs/python-idna/template index 1a097884cbe..762e520aa7f 100644 --- a/srcpkgs/python-idna/template +++ b/srcpkgs/python-idna/template @@ -1,7 +1,7 @@ # Template file for 'python-idna' pkgname=python-idna version=2.9 -revision=2 +revision=3 wrksrc="idna-${version}" build_style=python-module hostmakedepends="python-setuptools python3-setuptools"