Received: by mail.netbsd.org (Postfix, from userid 605) id BBDCC84DDF; Tue, 15 Aug 2017 12:22:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4E6B684D25 for ; Tue, 15 Aug 2017 12:22:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id AtElsWO7YGF0 for ; Tue, 15 Aug 2017 12:22:06 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id CA46984D04 for ; Tue, 15 Aug 2017 12:22:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C4D30FAD0; Tue, 15 Aug 2017 12:22:06 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1502799726125860" MIME-Version: 1.0 Date: Tue, 15 Aug 2017 12:22:06 +0000 From: "D'Arcy J.M. Cain" Subject: CVS commit: pkgsrc/databases/py-postgresql To: pkgsrc-changes@NetBSD.org Reply-To: darcy@netbsd.org X-Mailer: log_accum Message-Id: <20170815122206.C4D30FAD0@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1502799726125860 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: darcy Date: Tue Aug 15 12:22:06 UTC 2017 Modified Files: pkgsrc/databases/py-postgresql: Makefile distinfo Log Message: Version 5.0.4 (2017-07-23) -------------------------- - This version officially supports the new Python 3.6 and PostgreSQL 9.6. - query_formatted() can now be used without parameters. - The automatic renaming of columns that are invalid as field names of named tuples now works more accurately in Python 2.6 and 3.0. - Fixed error checks for unlink() and export() methods of large objects (bug report by Justin Pryzby). - Fixed a compilation issue under OS X (bug report by Josh Johnston). To generate a diff of this commit: cvs rdiff -u -r1.82 -r1.83 pkgsrc/databases/py-postgresql/Makefile cvs rdiff -u -r1.27 -r1.28 pkgsrc/databases/py-postgresql/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1502799726125860 Content-Disposition: inline Content-Length: 1768 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/py-postgresql/Makefile diff -u pkgsrc/databases/py-postgresql/Makefile:1.82 pkgsrc/databases/py-postgresql/Makefile:1.83 --- pkgsrc/databases/py-postgresql/Makefile:1.82 Sun Dec 11 11:25:52 2016 +++ pkgsrc/databases/py-postgresql/Makefile Tue Aug 15 12:22:06 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.82 2016/12/11 11:25:52 darcy Exp $ +# $NetBSD: Makefile,v 1.83 2017/08/15 12:22:06 darcy Exp $ -DISTNAME= PyGreSQL-5.0.3 +DISTNAME= PyGreSQL-5.0.4 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PyGreSQL/postgresql/} CATEGORIES= databases python MASTER_SITES= http://pygresql.org/files/ Index: pkgsrc/databases/py-postgresql/distinfo diff -u pkgsrc/databases/py-postgresql/distinfo:1.27 pkgsrc/databases/py-postgresql/distinfo:1.28 --- pkgsrc/databases/py-postgresql/distinfo:1.27 Sun Dec 11 11:25:52 2016 +++ pkgsrc/databases/py-postgresql/distinfo Tue Aug 15 12:22:06 2017 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.27 2016/12/11 11:25:52 darcy Exp $ +$NetBSD: distinfo,v 1.28 2017/08/15 12:22:06 darcy Exp $ -SHA1 (PyGreSQL-5.0.3.tar.gz) = f0588d0881691c5edd6c488f1f542783cf191d7e -RMD160 (PyGreSQL-5.0.3.tar.gz) = 3314afd8a770ccc5927611a867e3ae5b3d001d8c -SHA512 (PyGreSQL-5.0.3.tar.gz) = bbec22a2d4ca09b570b0e4845e3c7592a15173639a3fe7fa59426ad6354bf1cab7dc1e21ceda16b42b8bbb4f6653aa59288b4f22238cd0baf2f6ebe98622d17e -Size (PyGreSQL-5.0.3.tar.gz) = 642756 bytes +SHA1 (PyGreSQL-5.0.4.tar.gz) = 5aa08fe161cbfe0fe26c24cd591dd99fdc296a9b +RMD160 (PyGreSQL-5.0.4.tar.gz) = 7aca1f66fc2162c39b90e4c0f6a4a0f0e42ed1cb +SHA512 (PyGreSQL-5.0.4.tar.gz) = f177ca3b023c007dafe80369b86a1742ff334137e493c3c19ac8bda0181d2543cd2431b8ab8d2d43f30d681121324bc4f236a9ebbddf1e927b071db7c9b34ea6 +Size (PyGreSQL-5.0.4.tar.gz) = 637569 bytes --_----------=_1502799726125860--