From 9409f044222c8d8b24506ae66486d46f9c9ed5f7 Mon Sep 17 00:00:00 2001 From: Joel Beckmeyer Date: Fri, 7 Mar 2025 08:25:54 -0500 Subject: [PATCH] python3-pgspecial: update to 2.1.3. --- srcpkgs/python3-pgspecial/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template index 80ee21917d3..ec2befe34ef 100644 --- a/srcpkgs/python3-pgspecial/template +++ b/srcpkgs/python3-pgspecial/template @@ -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() {