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.19.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/d7e3fa087382
branches: trunk
changeset: 341891:d7e3fa087382
user: adam <adam%pkgsrc.org@localhost>
date: Thu Oct 10 07:58:41 2019 +0000
description:
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
diffstat:
databases/py-asyncpg/Makefile | 4 ++--
databases/py-asyncpg/PLIST | 4 +++-
databases/py-asyncpg/distinfo | 10 +++++-----
3 files changed, 10 insertions(+), 8 deletions(-)
diffs (45 lines):
diff -r 7322e6339765 -r d7e3fa087382 databases/py-asyncpg/Makefile
--- a/databases/py-asyncpg/Makefile Thu Oct 10 07:53:06 2019 +0000
+++ b/databases/py-asyncpg/Makefile Thu Oct 10 07:58:41 2019 +0000
@@ -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/}
diff -r 7322e6339765 -r d7e3fa087382 databases/py-asyncpg/PLIST
--- a/databases/py-asyncpg/PLIST Thu Oct 10 07:53:06 2019 +0000
+++ b/databases/py-asyncpg/PLIST Thu Oct 10 07:58:41 2019 +0000
@@ -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/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
diff -r 7322e6339765 -r d7e3fa087382 databases/py-asyncpg/distinfo
--- a/databases/py-asyncpg/distinfo Thu Oct 10 07:53:06 2019 +0000
+++ b/databases/py-asyncpg/distinfo Thu Oct 10 07:58:41 2019 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index