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.17.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/fe7ae653c830
branches: trunk
changeset: 310313:fe7ae653c830
user: adam <adam%pkgsrc.org@localhost>
date: Wed Jul 11 09:00:17 2018 +0000
description:
py-asyncpg: updated to 0.17.0
asyncpg v0.17.0:
Improvements
Official support for Python 3.7.
Bug Fixes
Fix garbage collection of connections and emit a ResourceWarning
if an unclosed connection is garbage collected.
Raise a clear error if there's a race in pool intialization.
Channel names in Connection.add_listener() and
Connection.remove_listener() are now quoted properly.
Fixed endianness detection on *BSD systems.
Fixed handling of large type OIDs.
diffstat:
databases/py-asyncpg/Makefile | 4 ++--
databases/py-asyncpg/PLIST | 3 ++-
databases/py-asyncpg/distinfo | 10 +++++-----
3 files changed, 9 insertions(+), 8 deletions(-)
diffs (40 lines):
diff -r 6c814757d8ea -r fe7ae653c830 databases/py-asyncpg/Makefile
--- a/databases/py-asyncpg/Makefile Wed Jul 11 07:59:51 2018 +0000
+++ b/databases/py-asyncpg/Makefile Wed Jul 11 09:00:17 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2018/07/03 05:03:06 adam Exp $
+# $NetBSD: Makefile,v 1.7 2018/07/11 09:00:17 adam Exp $
-DISTNAME= asyncpg-0.16.0
+DISTNAME= asyncpg-0.17.0
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= devel python
MASTER_SITES= ${MASTER_SITE_PYPI:=a/asyncpg/}
diff -r 6c814757d8ea -r fe7ae653c830 databases/py-asyncpg/PLIST
--- a/databases/py-asyncpg/PLIST Wed Jul 11 07:59:51 2018 +0000
+++ b/databases/py-asyncpg/PLIST Wed Jul 11 09:00:17 2018 +0000
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.4 2018/06/12 10:30:39 adam Exp $
+@comment $NetBSD: PLIST,v 1.5 2018/07/11 09:00:17 adam Exp $
${PYSITELIB}/${EGG_INFODIR}/PKG-INFO
${PYSITELIB}/${EGG_INFODIR}/SOURCES.txt
${PYSITELIB}/${EGG_INFODIR}/dependency_links.txt
+${PYSITELIB}/${EGG_INFODIR}/not-zip-safe
${PYSITELIB}/${EGG_INFODIR}/requires.txt
${PYSITELIB}/${EGG_INFODIR}/top_level.txt
${PYSITELIB}/asyncpg/__init__.py
diff -r 6c814757d8ea -r fe7ae653c830 databases/py-asyncpg/distinfo
--- a/databases/py-asyncpg/distinfo Wed Jul 11 07:59:51 2018 +0000
+++ b/databases/py-asyncpg/distinfo Wed Jul 11 09:00:17 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2018/06/12 10:30:39 adam Exp $
+$NetBSD: distinfo,v 1.6 2018/07/11 09:00:17 adam Exp $
-SHA1 (asyncpg-0.16.0.tar.gz) = 4ffdde18aa5f8e5f6535a5b691ab38b0d0220cfe
-RMD160 (asyncpg-0.16.0.tar.gz) = 5567220fd1680dc967d857bbfdb56553707fa2b7
-SHA512 (asyncpg-0.16.0.tar.gz) = e89a1efbd5b88f7308fbaeaffdda6fe0ad5106e4cad36df7eaf1b41aca0430757900c4f906cb97a8721d67525cfa25e5221b980a77864fffd607153d3da6d560
-Size (asyncpg-0.16.0.tar.gz) = 615123 bytes
+SHA1 (asyncpg-0.17.0.tar.gz) = c636480de0d4ddad7a9541f049118bdd59bcb712
+RMD160 (asyncpg-0.17.0.tar.gz) = d781c205d02b599ddbeb806252a4ea0e016398c1
+SHA512 (asyncpg-0.17.0.tar.gz) = 435f89d81252589ea48677b0712ef7afb3fd3ce272ab1b83fd17921ee7a2494363045d436de18f308c42c41bfa0a1b0945201512134ff162e9dea6795656bafb
+Size (asyncpg-0.17.0.tar.gz) = 617710 bytes
Home |
Main Index |
Thread Index |
Old Index