pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/py-psycopg2 py-psycopg2: updated to 2.8.3



details:   https://anonhg.NetBSD.org/pkgsrc/rev/47b1f08df5c6
branches:  trunk
changeset: 335145:47b1f08df5c6
user:      adam <adam%pkgsrc.org@localhost>
date:      Fri Jun 14 04:51:43 2019 +0000

description:
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:

 databases/py-psycopg2/Makefile |   4 ++--
 databases/py-psycopg2/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r dd11e02663a1 -r 47b1f08df5c6 databases/py-psycopg2/Makefile
--- a/databases/py-psycopg2/Makefile    Fri Jun 14 02:09:18 2019 +0000
+++ b/databases/py-psycopg2/Makefile    Fri Jun 14 04:51:43 2019 +0000
@@ -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 -r dd11e02663a1 -r 47b1f08df5c6 databases/py-psycopg2/distinfo
--- a/databases/py-psycopg2/distinfo    Fri Jun 14 02:09:18 2019 +0000
+++ b/databases/py-psycopg2/distinfo    Fri Jun 14 04:51:43 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index