From bbbf2fd097b4d54dd07c919dfa42689ad6725e50 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Sat, 23 Sep 2023 21:02:12 -0400 Subject: [PATCH] python3-SQLAlchemy2: rebuild for Python 3.12 --- srcpkgs/python3-SQLAlchemy2/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/python3-SQLAlchemy2/template b/srcpkgs/python3-SQLAlchemy2/template index 2f4d5d27960..b745692dc1b 100644 --- a/srcpkgs/python3-SQLAlchemy2/template +++ b/srcpkgs/python3-SQLAlchemy2/template @@ -1,7 +1,7 @@ # Template file for 'python3-SQLAlchemy2' pkgname=python3-SQLAlchemy2 version=2.0.16 -revision=1 +revision=2 build_style=python3-pep517 make_install_target="dist/SQLAlchemy-${version}-*-*-*.whl" hostmakedepends="python3-setuptools python3-Cython python3-wheel"