diff options
author | wiz <wiz@pkgsrc.org> | 2014-05-20 08:35:09 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-05-20 08:35:09 +0000 |
commit | 4df8c368e085373836da922868e9d61ae7509aa5 (patch) | |
tree | 455f41ec67e88d1d1478e25be2f250ec06265103 /databases/py-psycopg2 | |
parent | b21ac2d771841ec6c768dbc6b1c40a8f06e1a49d (diff) | |
download | pkgsrc-4df8c368e085373836da922868e9d61ae7509aa5.tar.gz |
Update to 2.5.3:
What's new in psycopg 2.5.3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
- Work around `pip issue #1630 <https://github.com/pypa/pip/issues/1630>`__
making installation via ``pip -e git+url`` impossible (:ticket:`#18`).
- Copy operations correctly set the `cursor.rowcount` attribute
(:ticket:`#180`).
- It is now possible to call `get_transaction_status()` on closed connections.
- Fixed unsafe access to object names causing assertion failures in
Python 3 debug builds (:ticket:`#188`).
- Mark the connection closed if found broken on `poll()` (from :ticket:`#192`
discussion)
- Fixed handling of dsn and closed attributes in connection subclasses
failing to connect (from :ticket:`#192` discussion).
- Added arbitrary but stable order to `Range` objects, thanks to
Chris Withers (:ticket:`#193`).
- Avoid blocking async connections on connect (:ticket:`#194`). Thanks to
Adam Petrovich for the bug report and diagnosis.
- Don't segfault using poorly defined cursor subclasses which forgot to call
the superclass init (:ticket:`#195`).
- Mark the connection closed when a Socket connection is broken, as it
happens for TCP connections instead (:ticket:`#196`).
- Fixed overflow opening a lobject with an oid not fitting in a signed int
(:ticket:`#203`).
- Fixed handling of explicit default ``cursor_factory=None`` in
`connection.cursor()` (:ticket:`#210`).
- Fixed possible segfault in named cursors creation.
- Fixed debug build on Windows, thanks to James Emerton.
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r-- | databases/py-psycopg2/Makefile | 4 | ||||
-rw-r--r-- | databases/py-psycopg2/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile index d1c196d9205..b6ef5fbeea6 100644 --- a/databases/py-psycopg2/Makefile +++ b/databases/py-psycopg2/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.26 2014/01/27 19:45:45 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2014/05/20 08:35:09 wiz Exp $ -DISTNAME= psycopg2-2.5.2 +DISTNAME= psycopg2-2.5.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME} CATEGORIES= databases python MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/ diff --git a/databases/py-psycopg2/distinfo b/databases/py-psycopg2/distinfo index 27ee1323d17..24a6b24efbe 100644 --- a/databases/py-psycopg2/distinfo +++ b/databases/py-psycopg2/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.17 2014/01/27 19:45:45 wiz Exp $ +$NetBSD: distinfo,v 1.18 2014/05/20 08:35:09 wiz Exp $ -SHA1 (psycopg2-2.5.2.tar.gz) = 96d071f8e4faa07810976640078742b0a944cd13 -RMD160 (psycopg2-2.5.2.tar.gz) = f804790b37d0e57d4d3a48ca7674f26aab550ca3 -Size (psycopg2-2.5.2.tar.gz) = 685762 bytes +SHA1 (psycopg2-2.5.3.tar.gz) = e41c26f4bef02ac03fa4a09edd65ec195170f822 +RMD160 (psycopg2-2.5.3.tar.gz) = 018c76409358a063de0db56da50e76219004f957 +Size (psycopg2-2.5.3.tar.gz) = 690689 bytes |