Date: Wednesday, October 26, 2022 @ 22:14:36 Author: grawlinson Revision: 1337004
upgpkg: python-psycopg 3.1.4-1; new upstream release Modified: python-psycopg/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-26 22:12:37 UTC (rev 1337003) +++ PKGBUILD 2022-10-26 22:14:36 UTC (rev 1337004) @@ -2,7 +2,7 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=python-psycopg -pkgver=3.1.3 +pkgver=3.1.4 pkgrel=1 pkgdesc='PostgreSQL database adapter for Python' arch=('x86_64') @@ -17,7 +17,7 @@ 'python-pip' ) checkdepends=('python-pytest' 'python-pytest-asyncio') -_commit='24b54956b290f89c1b6f6ce7ea6abab1d12b1349' +_commit='2f38930461e279cd4a8621040a9d2f13cf5454ad' source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit") b2sums=('SKIP')
