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:   wiz
Date:           Sun Apr 29 13:50:52 UTC 2018

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

Log Message:
py-postgresql: update to 5.0.5.

Version 5.0.5 (2018-04-25)
------------------------------
- This version officially supports the new PostgreSQL 10.
- The memory for the string with the number of rows affected by a classic pg
  module query() was already freed (bug report and fix by Peifeng Qiu).

Ok OWNER.


To generate a diff of this commit:
cvs rdiff -u -r1.83 -r1.84 pkgsrc/databases/py-postgresql/Makefile
cvs rdiff -u -r1.28 -r1.29 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.83 pkgsrc/databases/py-postgresql/Makefile:1.84
--- pkgsrc/databases/py-postgresql/Makefile:1.83        Tue Aug 15 12:22:06 2017
+++ pkgsrc/databases/py-postgresql/Makefile     Sun Apr 29 13:50:52 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.83 2017/08/15 12:22:06 darcy Exp $
+# $NetBSD: Makefile,v 1.84 2018/04/29 13:50:52 wiz Exp $
 
-DISTNAME=              PyGreSQL-5.0.4
+DISTNAME=              PyGreSQL-5.0.5
 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.28 pkgsrc/databases/py-postgresql/distinfo:1.29
--- pkgsrc/databases/py-postgresql/distinfo:1.28        Tue Aug 15 12:22:06 2017
+++ pkgsrc/databases/py-postgresql/distinfo     Sun Apr 29 13:50:52 2018
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.28 2017/08/15 12:22:06 darcy Exp $
+$NetBSD: distinfo,v 1.29 2018/04/29 13:50:52 wiz Exp $
 
-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
+SHA1 (PyGreSQL-5.0.5.tar.gz) = 26b8b5e296e0c1a113b50f9a6413321937d6ec48
+RMD160 (PyGreSQL-5.0.5.tar.gz) = 2be6ae8e511cc87e37c1733ec4e579a03d19d2b9
+SHA512 (PyGreSQL-5.0.5.tar.gz) = c766f87ab9b78aafadc2e5691f1d2be432f4b2d33938c8e8dd0e283e6f40ebc3f7a5f1b7d916877103dc630752170371ff4efc939810b40d68b49acb2c4c9072
+Size (PyGreSQL-5.0.5.tar.gz) = 647699 bytes



Home | Main Index | Thread Index | Old Index