python3-pgspecial: update to 2.1.2.

This commit is contained in:
Piraty 2024-07-09 10:55:03 +02:00
parent c3ff7c56e9
commit 20ce04985b
No known key found for this signature in database
GPG Key ID: 82F2CC796BD07077
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'python3-pgspecial'
pkgname=python3-pgspecial
version=2.0.1
revision=3
build_style=python3-module
version=2.1.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-setuptools"
depends="python3-click python3-sqlparse python3-psycopg"
checkdepends="${depends} python3-pytest"
@ -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=64443bbc9ad09b57d0f4dcbb38eff44d52853b7418c9ea52f5857abe1bb534ec
checksum=f0419e1b3b78fb3a72fe3b546f6788a712091532d599fe7593b5f6ee55a88f87
make_check=no # pgspecial tests require a PostgreSQL server; skip them.
post_install() {