Date: Friday, September 16, 2022 @ 01:54:11 Author: grawlinson Revision: 1303876
uppgkg: python-pgspecial 2.0.1-1; new upstream release * New upstream release. * Replace dependency psycopg2 with psycopg. Modified: python-pgspecial/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-09-16 00:16:07 UTC (rev 1303875) +++ PKGBUILD 2022-09-16 01:54:11 UTC (rev 1303876) @@ -2,8 +2,8 @@ # Contributor: fzerorubigd <[email protected]> pkgname=python-pgspecial -pkgver=1.13.1 -pkgrel=2 +pkgver=2.0.1 +pkgrel=1 pkgdesc='Meta-commands handler for PostgreSQL' arch=('any') url='https://github.com/dbcli/pgspecial' @@ -12,11 +12,11 @@ 'python' 'python-click' 'python-sqlparse' - 'python-psycopg2' + 'python-psycopg' ) makedepends=('git' 'python-setuptools') checkdepends=('python-pytest' 'python-configobj') -_commit='7531dc0d4e5561fc3693320a775b26b188b6f6d5' +_commit='7ade0f76f165a1c378d827d9c5e04b13d9038715' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')
