From 9a0d8e00874ee4af651a56ef8199292d470c0271 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:08:15 -0400 Subject: [PATCH] python3-bottle: rebuild for Python 3.11 --- srcpkgs/python3-bottle/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-bottle/template b/srcpkgs/python3-bottle/template index fa7856f3e4d..3dff136dd76 100644 --- a/srcpkgs/python3-bottle/template +++ b/srcpkgs/python3-bottle/template @@ -1,7 +1,7 @@ # Template file for 'python3-bottle' pkgname=python3-bottle version=0.12.23 -revision=1 +revision=2 wrksrc="bottle-${version}" build_style=python3-module make_check_args="--deselect test/test_sendfile.py::TestSendFile::test_invalid"