From 3a77ee3a216584dcf708ef53805d36e57627dae2 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Mon, 5 Jan 2026 09:21:22 -0500 Subject: [PATCH] pgcli: update to 4.4.0. --- srcpkgs/pgcli/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 82fddde94cd..d2c792f40ee 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,9 +1,9 @@ # Template file for 'pgcli' pkgname=pgcli -version=4.3.0 -revision=2 +version=4.4.0 +revision=1 build_style=python3-pep517 -hostmakedepends="python3-setuptools" +hostmakedepends="python3-setuptools_scm" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit python3-psycopg python3-sqlparse python3-configobj python3-cli_helpers python3-setproctitle python3-tzlocal" @@ -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=765ae1550c5508a481f19f16a99716c253fe91afb255797add2d635da20b6aef +checksum=bd5f8d68af28fd69551a3cb48a2849cad5f6854aa48022e9d98c6236d109eeae make_check=no # pgcli tests require a PostgreSQL server; skip them. post_install() {