From 2f6cff3f9544afae9747743020168641ad19eb87 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 10 May 2024 22:14:19 -0400 Subject: [PATCH 1/2] python3-psycopg: update to 3.1.19. --- srcpkgs/python3-psycopg/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/python3-psycopg/template b/srcpkgs/python3-psycopg/template index 4d63acca0b03f8..cf253948f977c5 100644 --- a/srcpkgs/python3-psycopg/template +++ b/srcpkgs/python3-psycopg/template @@ -1,6 +1,6 @@ # Template file for 'python3-psycopg' pkgname=python3-psycopg -version=3.1.14 +version=3.1.19 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -11,5 +11,5 @@ license="LGPL-3.0-or-later" homepage="https://www.psycopg.org" changelog="https://raw.githubusercontent.com/psycopg/psycopg/master/docs/news.rst" distfiles="${PYPI_SITE}/p/psycopg/psycopg-${version}.tar.gz" -checksum=7a63249f52e9c312d2d3978df5f170d21a0defd3a0c950d7859d226b7cfbfad5 +checksum=92d7b78ad82426cdcf1a0440678209faa890c6e1721361c2f8901f0dccd62961 make_check=no # requires running postgres server on system From bd21fc6e00a6dcc9377398e79fd51e658db44e7d Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 10 May 2024 22:14:25 -0400 Subject: [PATCH 2/2] pgcli: update to 4.1.0. --- srcpkgs/pgcli/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 5e3f55868732ab..1001a09f118366 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,6 +1,6 @@ # Template file for 'pgcli' pkgname=pgcli -version=4.0.1 +version=4.1.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://www.pgcli.com" changelog="https://raw.githubusercontent.com/dbcli/pgcli/main/changelog.rst" distfiles="${PYPI_SITE}/p/pgcli/pgcli-${version}.tar.gz" -checksum=f2feea2099ce1ad5e8a9d5d93b0edaf60dc61e97b21b75e91d9723939ce53bd2 +checksum=3fd16c8b51bd0145ff618c2c73264bcd854ba866aa206d4f076851f641b9b215 make_check=no # pgcli tests require a PostgreSQL server; skip them. post_install() {