diff options
author | adam <adam> | 2011-01-20 09:55:30 +0000 |
---|---|---|
committer | adam <adam> | 2011-01-20 09:55:30 +0000 |
commit | 39a1fa667a147abd2b991daf5e7b41cd5ddaf282 (patch) | |
tree | cc8a7670adf5da5f6a86d373bbe7930a6b111de7 /databases/py-psycopg2/distinfo | |
parent | 011fef0391f8d1c6ed62c4478e90e3337496ab2f (diff) | |
download | pkgsrc-39a1fa667a147abd2b991daf5e7b41cd5ddaf282.tar.gz |
Changes 2.3.2:
* Fixed segfault with middleware not passing DateStyle to the client
Changes 2.3.1:
* Fixed build problem on CentOS 5.5 x86_64
Changes 2.3.0:
psycopg 2.3 aims to expose some new features introduced in PostgreSQL 9.0.
* Main new features:
- `dict` to `hstore` adapter and `hstore` to `dict` typecaster, using both
9.0 and pre-9.0 syntax.
- Two-phase commit protocol support as per DBAPI specification.
- Support for payload in notifications received from the backed.
- `namedtuple`-returning cursor.
- Query execution cancel.
Diffstat (limited to 'databases/py-psycopg2/distinfo')
-rw-r--r-- | databases/py-psycopg2/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index 9a5fab8c7b3..ef3b2eb1d52 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/09/07 06:13:12 adam Exp $ +$NetBSD: distinfo,v 1.7 2011/01/20 09:55:30 adam Exp $ -SHA1 (psycopg2-2.2.2.tar.gz) = 850f6bfa2bf986376b45e49334b7f153a33e4960 -RMD160 (psycopg2-2.2.2.tar.gz) = df51d6bfe81a603cfac54afe2c5eb07de165c0ab -Size (psycopg2-2.2.2.tar.gz) = 530021 bytes +SHA1 (psycopg2-2.3.2.tar.gz) = 221c1b7d3c1d352ff0bad7ee5ca13fea6e9be3d0 +RMD160 (psycopg2-2.3.2.tar.gz) = 4b0247a9cb823ce172e00b79af230777c4e6c0e6 +Size (psycopg2-2.3.2.tar.gz) = 587987 bytes |