From 1d87f5c3b1135ee25739be1ba08b3125e7fb133d Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Tue, 22 Feb 2022 14:49:49 -0500 Subject: [PATCH] python3-psycopg2: update to 2.9.3. --- srcpkgs/python3-psycopg2/template | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-psycopg2/template b/srcpkgs/python3-psycopg2/template index f43ba7546417..6e7d7ad9cb9d 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.8.3 -revision=6 +version=2.9.3 +revision=1 wrksrc="psycopg2-${version}" build_style=python3-module # Require postgresql-libs-devel to find executable: pg_config @@ -12,6 +12,8 @@ depends="python3" short_desc="PostgreSQL adapter for Python32" maintainer="Toyam Cox " license="LGPL-3.0-or-later" -homepage="http://initd.org/psycopg" +homepage="https://www.psycopg.org" +changelog="https://raw.githubusercontent.com/psycopg/psycopg2/master/NEWS" distfiles="${PYPI_SITE}/p/psycopg2/psycopg2-${version}.tar.gz" -checksum=897a6e838319b4bf648a574afb6cabcb17d0488f8c7195100d48d872419f4457 +checksum=8e841d1bf3434da985cc5ef13e6f75c8981ced601fd70cc6bf33351b91562981 +make_check=no # requires running postgres server on system