From d0f6e6b9c2fafee124c32976d9fc1ca535909c0d Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Mon, 19 Sep 2022 21:07:47 -0400 Subject: [PATCH] python3-jupyter_client: rebuild for Python 3.11 --- srcpkgs/python3-jupyter_client/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-jupyter_client/template b/srcpkgs/python3-jupyter_client/template index be6aa559409..3337fc607c9 100644 --- a/srcpkgs/python3-jupyter_client/template +++ b/srcpkgs/python3-jupyter_client/template @@ -2,7 +2,7 @@ pkgname=python3-jupyter_client # delay 6.2 until jupyter/jupyter_console#241 is fixed version=6.1.12 -revision=2 +revision=3 wrksrc="jupyter_client-${version}" build_style=python3-module hostmakedepends="python3-setuptools"