pkgsrc-Changes archive

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

CVS commit: pkgsrc/databases/py-postgresql



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.

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



Home | Main Index | Thread Index | Old Index