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: update to 0.13.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b3037a1e99dc
branches:  trunk
changeset: 370647:b3037a1e99dc
user:      adam <adam%pkgsrc.org@localhost>
date:      Sun Oct 22 07:32:05 2017 +0000

description:
py-asyncpg: update to 0.13.0

v0.13.0
Backwards Incompatible Changes
------------------------------
Drop support for PostgreSQL 9.1
Remove the deprecated "binary" parameter from Connection.set_type_codec()

New Features
------------
Add support for PostgreSQL 10

Bug Fixes
---------
Document that single fetches can return None
Fix type introspection being very slow on large databases
Fix copy tests on PostgreSQL < 9.4
Fix DeprecationWarning in tests
Fix intermittent authentication failures against PostgreSQL 10 servers
Do not attempt to connect to Unix sockets on Windows when host is not set
Guard against incorrect use of resources associated with a connection
Warn when there are active listeners on a connection that is released
Add a test for cursors on a standby replica.
Clarify the argument/parameter count mismatch exception
Fix TypeError on get_attributes when result has no columns
protocol: Use try-finally explicitly every time we create a waiter
Call correct parent constructor in InterfaceWarning.__init__
Allow grabbing the version information programmatically.
Use the general statement cache for type introspection
Fix issues with inet type I/O
Handle inactive connection closes while stored in the pool

diffstat:

 databases/py-asyncpg/Makefile |   6 ++++--
 databases/py-asyncpg/PLIST    |   5 ++++-
 databases/py-asyncpg/distinfo |  10 +++++-----
 3 files changed, 13 insertions(+), 8 deletions(-)

diffs (55 lines):

diff -r c9f0591e6ed1 -r b3037a1e99dc databases/py-asyncpg/Makefile
--- a/databases/py-asyncpg/Makefile     Sun Oct 22 07:07:34 2017 +0000
+++ b/databases/py-asyncpg/Makefile     Sun Oct 22 07:32:05 2017 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.1 2017/07/31 12:12:59 adam Exp $
+# $NetBSD: Makefile,v 1.2 2017/10/22 07:32:05 adam Exp $
 
-DISTNAME=      asyncpg-0.12.0
+DISTNAME=      asyncpg-0.13.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=a/asyncpg/}
@@ -12,6 +12,8 @@
 
 PYTHON_VERSIONS_ACCEPTED=      36 35
 
+# Testing requires postgresql-contrib
+
 .include "../../devel/py-cython/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r c9f0591e6ed1 -r b3037a1e99dc databases/py-asyncpg/PLIST
--- a/databases/py-asyncpg/PLIST        Sun Oct 22 07:07:34 2017 +0000
+++ b/databases/py-asyncpg/PLIST        Sun Oct 22 07:32:05 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1 2017/07/31 12:12:59 adam Exp $
+@comment $NetBSD: PLIST,v 1.2 2017/10/22 07:32:05 adam Exp $
 ${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
 ${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
 ${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
@@ -21,6 +21,9 @@
 ${PYSITELIB}/asyncpg/connection.py
 ${PYSITELIB}/asyncpg/connection.pyc
 ${PYSITELIB}/asyncpg/connection.pyo
+${PYSITELIB}/asyncpg/connresource.py
+${PYSITELIB}/asyncpg/connresource.pyc
+${PYSITELIB}/asyncpg/connresource.pyo
 ${PYSITELIB}/asyncpg/cursor.py
 ${PYSITELIB}/asyncpg/cursor.pyc
 ${PYSITELIB}/asyncpg/cursor.pyo
diff -r c9f0591e6ed1 -r b3037a1e99dc databases/py-asyncpg/distinfo
--- a/databases/py-asyncpg/distinfo     Sun Oct 22 07:07:34 2017 +0000
+++ b/databases/py-asyncpg/distinfo     Sun Oct 22 07:32:05 2017 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2017/07/31 12:12:59 adam Exp $
+$NetBSD: distinfo,v 1.2 2017/10/22 07:32:05 adam Exp $
 
-SHA1 (asyncpg-0.12.0.tar.gz) = 1b21fb6679caaadb3e556b97899d1834ac86f32d
-RMD160 (asyncpg-0.12.0.tar.gz) = 70b1ee231f4bb090b2edeb577ed1bfb1aabdd647
-SHA512 (asyncpg-0.12.0.tar.gz) = 69e227ad917c68048d1b6cb4eea30ee652da3cd4ebb5ca79901f39ace0830e8da0bae0a0dc8e3246d517fd4ffa59f992717178648496667ca2f926ddff6c03c6
-Size (asyncpg-0.12.0.tar.gz) = 518092 bytes
+SHA1 (asyncpg-0.13.0.tar.gz) = c690a2eb78edbcb8c92e82da85981bbe27ef3ebd
+RMD160 (asyncpg-0.13.0.tar.gz) = 911769eff555ba8d8c6ddd3676d9503c48024bac
+SHA512 (asyncpg-0.13.0.tar.gz) = 677d31cefe4385b80235438bc7c94b26942963016923e6a3b51ae4cc89f4f514d0bf9674c36f817118c24f71220174353bdd6d521c0355efa5d8ac3bfd81c298
+Size (asyncpg-0.13.0.tar.gz) = 573374 bytes



Home | Main Index | Thread Index | Old Index