Date: Saturday, May 13, 2023 @ 04:16:16 Author: grawlinson Revision: 1460150
upgpkg: python-psycopg 3.1.9-1; new upstream release Modified: python-psycopg/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-05-12 23:01:27 UTC (rev 1460149) +++ PKGBUILD 2023-05-13 04:16:16 UTC (rev 1460150) @@ -2,8 +2,8 @@ # Contributor: Guillaume Horel <[email protected]> pkgname=python-psycopg -pkgver=3.1.8 -pkgrel=2 +pkgver=3.1.9 +pkgrel=1 pkgdesc='PostgreSQL database adapter for Python' arch=('any') url='https://www.psycopg.org/psycopg3/' @@ -17,7 +17,7 @@ 'python-setuptools' ) checkdepends=('python-pytest' 'python-pytest-asyncio') -_commit='1ec7ed57f3c13a7bce3b817168325b30dbc35e6b' +_commit='b98f35a06397e3cb8d35e210738b9a49c9496e67' source=("$pkgname::git+https://github.com/psycopg/psycopg.git#commit=$_commit") b2sums=('SKIP')
