From 20ce04985b1dff2efc65790c02111659ba8438a0 Mon Sep 17 00:00:00 2001 From: Piraty Date: Tue, 9 Jul 2024 10:55:03 +0200 Subject: [PATCH] python3-pgspecial: update to 2.1.2. --- srcpkgs/python3-pgspecial/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/python3-pgspecial/template b/srcpkgs/python3-pgspecial/template index 068663034e7..3e2ef44d169 100644 --- a/srcpkgs/python3-pgspecial/template +++ b/srcpkgs/python3-pgspecial/template @@ -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() {