pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-asyncpg py-asyncpg: updated to 0.26.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2e41f4fcc2b6
branches:  trunk
changeset: 381472:2e41f4fcc2b6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jul 08 07:26:09 2022 +0000

description:
py-asyncpg: updated to 0.26.0

v0.26.0

Changes

Add support to use awaitable object in password function.
Support direct TLS connections (i.e. no STARTTLS)

Fixes

Fix invalid pyproject.toml
Add record_class parameter Pool.fetch and Pool.fetchrow
Domain basetypes are introspected
Properly handle exceptions raised while handling server auth messages

diffstat:

 databases/py-asyncpg/Makefile |  5 ++---
 databases/py-asyncpg/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 3f059f3c401a -r 2e41f4fcc2b6 databases/py-asyncpg/Makefile
--- a/databases/py-asyncpg/Makefile     Fri Jul 08 07:23:49 2022 +0000
+++ b/databases/py-asyncpg/Makefile     Fri Jul 08 07:26:09 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2022/01/04 20:52:41 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2022/07/08 07:26:09 adam Exp $
 
-DISTNAME=      asyncpg-0.25.0
+DISTNAME=      asyncpg-0.26.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    databases python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncpg/}
 
diff -r 3f059f3c401a -r 2e41f4fcc2b6 databases/py-asyncpg/distinfo
--- a/databases/py-asyncpg/distinfo     Fri Jul 08 07:23:49 2022 +0000
+++ b/databases/py-asyncpg/distinfo     Fri Jul 08 07:26:09 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.19 2021/11/17 09:04:41 adam Exp $
+$NetBSD: distinfo,v 1.20 2022/07/08 07:26:09 adam Exp $
 
-BLAKE2s (asyncpg-0.25.0.tar.gz) = 3e33ad4441fda6b8341d19daf68ef5f3fb7dc978d7b07b9680c678ce76fb0fde
-SHA512 (asyncpg-0.25.0.tar.gz) = 7afa5ae42c0d5cab93bb1c3266bad11ce2e7c271d7ffd2c5d92e373fd8e06be89e4b18e8fd3ffd7e750e913944630f1ae6c947e20faa63f99ded7d867ad6cd80
-Size (asyncpg-0.25.0.tar.gz) = 804292 bytes
+BLAKE2s (asyncpg-0.26.0.tar.gz) = c5dc1cecc22a2549e9730b7e25a4fa4c5e5e0bf280547e95b1f2a72a5d84991e
+SHA512 (asyncpg-0.26.0.tar.gz) = ef92316fd430a1819aa8170abd67ecfc1cf29c42cb6dc06cf5047cdd71d4abf441c8b86bacafaaa8c0c0fd7c66daa275e9ed68b00e5166bb27929f25cab1dcbd
+Size (asyncpg-0.26.0.tar.gz) = 809997 bytes



Home | Main Index | Thread Index | Old Index