diff options
author | adam <adam@pkgsrc.org> | 2019-06-14 04:51:43 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2019-06-14 04:51:43 +0000 |
commit | 54d020d2f53bd4bcb76624803ac073b081f477c6 (patch) | |
tree | 9467a40c14f092862f9e7dee9b709db817d79ec1 /databases/py-psycopg2 | |
parent | 2dbf3f62da27c6879dc21a41e67a7210df28d203 (diff) | |
download | pkgsrc-54d020d2f53bd4bcb76624803ac073b081f477c6.tar.gz |
py-psycopg2: updated to 2.8.3
Psycopg 2.8.3 released
We have released Psycopg 2.8.3, which includes a slight change to the logical replication.
Choosing the right frequency to send replication feedback messages from the client to the server was previously the developer's responsibility, with too many feedback messages being a waste of bandwidth and server resources, too few slowing down WAL cleanup and possibly preventing a server graceful shutdown.
Psycopg will now make sure that feedback is only sent after a certain period of time from the previous one, so that the client can simply call send_feedback() at each message without the fear of overwhelming the server.
For completeness, the changes included in the release are:
* Added interval_status parameter to start_replication() method and other facilities to send automatic replication keepalives at periodic intervals
* Fixed namedtuples caching introduced in 2.8
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r-- | databases/py-psycopg2/Makefile | 4 | ||||
-rw-r--r-- | databases/py-psycopg2/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index 2b25ab3b385..91c051ebfea 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.47 2019/04/15 07:01:23 adam Exp $ +# $NetBSD: Makefile,v 1.48 2019/06/14 04:51:43 adam Exp $ -DISTNAME= psycopg2-2.8.2 +DISTNAME= psycopg2-2.8.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-8/ diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index 03da2a83b46..de80a69b46f 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.38 2019/04/15 07:01:23 adam Exp $ +$NetBSD: distinfo,v 1.39 2019/06/14 04:51:43 adam Exp $ -SHA1 (psycopg2-2.8.2.tar.gz) = b2eded9a78fa2aaa874b2cc3a28f1824a51c7d25 -RMD160 (psycopg2-2.8.2.tar.gz) = dbf5aa8af1748908d2ad970c64a7059fd9439ade -SHA512 (psycopg2-2.8.2.tar.gz) = ee8c8af1e337cf176d14fddc69a0ced3331d14fb6e3166b0b3dfd3c6e754f8082534c1fac69f727fef129b3dd45a30825a4e943f9f991ef46b76b6ccc115ad60 -Size (psycopg2-2.8.2.tar.gz) = 368224 bytes +SHA1 (psycopg2-2.8.3.tar.gz) = 8747e8ac441f25d2014a26ab66664486a9e890ae +RMD160 (psycopg2-2.8.3.tar.gz) = f03a3ec9775d92d65b43c6a651570a4d38b45f0a +SHA512 (psycopg2-2.8.3.tar.gz) = 74268f6d05922c968d46ad62a49b4af54dc30463daa67cc0f32d5930c366596f9a1b2f368f2b38c8a9d45bfdcffb13be469a5cbf3911c62d163bea5c7a3ad928 +Size (psycopg2-2.8.3.tar.gz) = 377333 bytes |