From 74e59ab1726a626038adb9ac86890fe5959e6e77 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Sun, 22 Dec 2024 21:39:00 -0500 Subject: [PATCH] python3-psycopg2: update to 2.9.10. --- srcpkgs/python3-psycopg2/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template index 6398ca52d993a7..b29dc5bd73be25 100644 --- a/srcpkgs/python3-psycopg2/template +++ b/srcpkgs/python3-psycopg2/template @@ -1,7 +1,7 @@ # Template file for 'python3-psycopg2' pkgname=python3-psycopg2 -version=2.9.3 -revision=4 +version=2.9.10 +revision=1 build_style=python3-module # Require postgresql-libs-devel to find executable: pg_config hostmakedepends="postgresql-libs-devel python3-setuptools" @@ -14,5 +14,5 @@ license="LGPL-3.0-or-later" homepage="https://www.psycopg.org" changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS" distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz" -checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981 +checksum=12ec0b40b0273f95296233e8750441339298e6a572f7039da5b260e3c8b60e11 make_check=no # requires running postgres server on system