pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-psycopg2



Module Name:    pkgsrc
Committed By:   adam
Date:           Fri Jun 14 04:51:43 UTC 2019

Modified Files:
        pkgsrc/databases/py-psycopg2: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/databases/py-psycopg2/Makefile
cvs rdiff -u -r1.38 -r1.39 pkgsrc/databases/py-psycopg2/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/databases/py-psycopg2/Makefile
diff -u pkgsrc/databases/py-psycopg2/Makefile:1.47 pkgsrc/databases/py-psycopg2/Makefile:1.48
--- pkgsrc/databases/py-psycopg2/Makefile:1.47  Mon Apr 15 07:01:23 2019
+++ pkgsrc/databases/py-psycopg2/Makefile       Fri Jun 14 04:51:43 2019
@@ -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/

Index: pkgsrc/databases/py-psycopg2/distinfo
diff -u pkgsrc/databases/py-psycopg2/distinfo:1.38 pkgsrc/databases/py-psycopg2/distinfo:1.39
--- pkgsrc/databases/py-psycopg2/distinfo:1.38  Mon Apr 15 07:01:23 2019
+++ pkgsrc/databases/py-psycopg2/distinfo       Fri Jun 14 04:51:43 2019
@@ -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