summaryrefslogtreecommitdiff
path: root/databases/py-postgresql/distinfo
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-13 23:59:37 +0000
committerwiz <wiz>2016-09-13 23:59:37 +0000
commitd4d72654278d29ab36ae97db34a5a0851da764b1 (patch)
treef65bf2bd46444dbf169bffdd7bd398e08ae66552 /databases/py-postgresql/distinfo
parent9680f45cec770f0b6a682c4b02855197cddfacd2 (diff)
downloadpkgsrc-d4d72654278d29ab36ae97db34a5a0851da764b1.tar.gz
Updated py-postgresql to 5.0.2.
Ok from OWNER, darcy. Version 5.0.2 (2016-09-08) -------------------------- - Fixed an infinite recursion problem in the DB wrapper class of the classic module that could occur when the underlying connection could not be properly opened (bug report by Justin Pryzby). Version 5.0.1 (2016-08-18) -------------------------- - The update() and delete() methods of the DB wrapper now use the OID instead of the primary key if both are provided. This restores backward compatibility with PyGreSQL 4.x and allows updating the primary key itself if an OID exists. - The connect() function of the DB API 2.0 module now accepts additional keyword parameters such as "application_name" which will be passed on to PostgreSQL. - PyGreSQL now adapts some queries to be able to access older PostgreSQL 8.x databases (as suggested on the mailing list by Andres Mejia). However, these old versions of PostgreSQL are not officially supported and tested any more. - Fixed an issue with Postgres types that have an OID >= 0x80000000 (reported on the mailing list by Justin Pryzby). - Allow extra values that are not used in the command in the parameter dict passed to the query_formatted() method (as suggested by Justin Pryzby). - Improved handling of empty arrays in the classic module. - Unused classic connections were not properly garbage collected which could cause memory leaks (reported by Justin Pryzby). - Made C extension compatible with MSVC 9 again (this was needed to compile for Python 2 on Windows).
Diffstat (limited to 'databases/py-postgresql/distinfo')
-rw-r--r--databases/py-postgresql/distinfo10
1 files changed, 5 insertions, 5 deletions
diff --git a/databases/py-postgresql/distinfo b/databases/py-postgresql/distinfo
index 7261d96a4da..e18c8086b4c 100644
--- a/databases/py-postgresql/distinfo
+++ b/databases/py-postgresql/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.25 2016/03/23 21:51:25 wiz Exp $
+$NetBSD: distinfo,v 1.26 2016/09/13 23:59:37 wiz Exp $
-SHA1 (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = ffcd791b22b3adcbc9f03a2b3eac7de269b72d2d
-RMD160 (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = bf64ffbd5055d792d3515ea07ffb631f60fe5ffb
-SHA512 (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = cdf1ed78f9bc604c202ddd72286160856954e27ce5fba60379fbd1e82597785f65b53e8b3310199cdaa925ad75bd01f7b54778153d1fa8ed8049fd4e401ebb88
-Size (py-postgresql-5.0-20160323/PyGreSQL-5.0.tar.gz) = 633868 bytes
+SHA1 (PyGreSQL-5.0.2.tar.gz) = c6c62fd355a8709f04c1b568964c8dc9f66228ae
+RMD160 (PyGreSQL-5.0.2.tar.gz) = ba19c7cac3a17c1070f5910a5ecf67ba040194cb
+SHA512 (PyGreSQL-5.0.2.tar.gz) = 5332f23754df47e121d7301de056f5ab4defd91cba9762ef9196d0c04279ee4d1fcc7c24d23fa5f3a025fad1914666207f90ec858efd09207806cd9af3d920eb
+Size (PyGreSQL-5.0.2.tar.gz) = 637713 bytes