python3-pgspecial: update to 2.1.3.

This commit is contained in:
Joel Beckmeyer 2025-03-07 08:25:54 -05:00 committed by classabbyamp
parent d17afd381b
commit 9409f04422

View file

@ -1,7 +1,7 @@
# Template file for 'python3-pgspecial'
pkgname=python3-pgspecial
version=2.1.2
revision=2
version=2.1.3
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-click python3-sqlparse python3-psycopg"
@ -12,7 +12,7 @@ license="BSD-3-Clause"
homepage="https://www.dbcli.com"
changelog="https://raw.githubusercontent.com/dbcli/pgspecial/main/changelog.rst"
distfiles="${PYPI_SITE}/p/pgspecial/pgspecial-${version}.tar.gz"
checksum=f0419e1b3b78fb3a72fe3b546f6788a712091532d599fe7593b5f6ee55a88f87
checksum=6d4d2316aff7d47954db99d4c391d6c0bb26568ebcb9d151f65dab7938b6cbe2
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
post_install() {