From d5fced05b96567a83d79247b95cf8272dda57dc7 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 16 Sep 2022 13:14:11 -0400 Subject: [PATCH] pgcli: update to 3.5.0. --- srcpkgs/pgcli/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/pgcli/template b/srcpkgs/pgcli/template index 6f651301e0d..e5463eb7ac6 100644 --- a/srcpkgs/pgcli/template +++ b/srcpkgs/pgcli/template @@ -1,11 +1,11 @@ # Template file for 'pgcli' pkgname=pgcli -version=3.4.1 +version=3.5.0 revision=1 build_style=python3-module hostmakedepends="python3-setuptools" depends="python3-pgspecial python3-click python3-Pygments python3-prompt_toolkit - python3-psycopg2 python3-sqlparse python3-configobj python3-pendulum + python3-psycopg python3-sqlparse python3-configobj python3-pendulum python3-cli_helpers python3-setproctitle" short_desc="PostgreSQL CLI with autocompletion and syntax highlighting" maintainer="Joel Beckmeyer " @@ -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=f03930187e27d60df658ca8a04fb601ec5d7476c735f2b1542c6adec5cac8fe2 +checksum=cc448d95159fc0903d36182992778a096eda5752d660d47671383c8e2bf633f1 make_check=no # pgcli tests require a PostgreSQL server; skip them. post_install() {