diff options
author | adam <adam@pkgsrc.org> | 2011-01-20 09:55:30 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2011-01-20 09:55:30 +0000 |
commit | ba90be89a0f6da00c585b98d4ca13f07683de145 (patch) | |
tree | cc8a7670adf5da5f6a86d373bbe7930a6b111de7 /databases/py-psycopg2/distinfo | |
parent | 45489ba117bfb36584559ee4968a9b6c9ad3cf2f (diff) | |
download | pkgsrc-ba90be89a0f6da00c585b98d4ca13f07683de145.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 |