py-asyncpg: updated to 0.19.0
asyncpg v0.19.0 Improvements Add support for SCRAM-SHA-256 authentication. Add PostgreSQL 12 support Bug Fixes Remove preexec_fn hack from test cluster management Fix DeprecationWarning in the docstring of copy_from_query() Allow specifying the target version when generating the release log Check for .flake8 after importing flake8 Include .flake8 in PyPI tarball fix timezone type label in docs Fix _StatementCache.clear() PS memory leak fix for warning_callback not yet defined Fix assertion fail on copy_records_to_table Do not look for a port in a Unix socket domain path Unquote connection string components properly Remove superfluous transaction from a cursor example
This commit is contained in:
parent
077bcd9f46
commit
f99046d536
3 changed files with 10 additions and 8 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.11 2019/04/26 13:13:46 maya Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2019/10/10 07:58:41 adam Exp $
|
||||
|
||||
DISTNAME= asyncpg-0.18.3
|
||||
DISTNAME= asyncpg-0.19.0
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= devel python
|
||||
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncpg/}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.6 2018/11/02 11:51:38 adam Exp $
|
||||
@comment $NetBSD: PLIST,v 1.7 2019/10/10 07:58:41 adam Exp $
|
||||
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
|
||||
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
|
||||
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
|
||||
|
@ -116,6 +116,8 @@ ${PYSITELIB}/asyncpg/protocol/protocol.so
|
|||
${PYSITELIB}/asyncpg/protocol/record/__init__.pxd
|
||||
${PYSITELIB}/asyncpg/protocol/record/recordobj.c
|
||||
${PYSITELIB}/asyncpg/protocol/record/recordobj.h
|
||||
${PYSITELIB}/asyncpg/protocol/scram.pxd
|
||||
${PYSITELIB}/asyncpg/protocol/scram.pyx
|
||||
${PYSITELIB}/asyncpg/protocol/settings.pxd
|
||||
${PYSITELIB}/asyncpg/protocol/settings.pyx
|
||||
${PYSITELIB}/asyncpg/serverversion.py
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.9 2019/01/03 10:57:07 adam Exp $
|
||||
$NetBSD: distinfo,v 1.10 2019/10/10 07:58:41 adam Exp $
|
||||
|
||||
SHA1 (asyncpg-0.18.3.tar.gz) = 641c9b08833548f17833ae8449cc74adee80e665
|
||||
RMD160 (asyncpg-0.18.3.tar.gz) = 3e3f9e7fe96f0219708597c3ed9281e0b721a64e
|
||||
SHA512 (asyncpg-0.18.3.tar.gz) = 695774aca0847a1ab2bc1a4ec052a6c241aac127ff8fd9d013f95483e93512320458e60eb8d6e9b3d5a4f8e7b0975251a5cafb8d96ba5efcf8f9042d82b235b6
|
||||
Size (asyncpg-0.18.3.tar.gz) = 663036 bytes
|
||||
SHA1 (asyncpg-0.19.0.tar.gz) = 5cdebd9025548c8fc5f8875edf1318b4b47d9b6f
|
||||
RMD160 (asyncpg-0.19.0.tar.gz) = d251136b8656e308936229ad835bb555d145ca36
|
||||
SHA512 (asyncpg-0.19.0.tar.gz) = c29c9b29d59b37b0b549652dc829e5a996680490408e29a51c987ae56b8c1555be83abfdaba05319617ccccf9d9609600b0f396ebc56dc25a8b08668f0990467
|
||||
Size (asyncpg-0.19.0.tar.gz) = 703094 bytes
|
||||
|
|
Loading…
Reference in a new issue