Skip to content

Commit

Permalink
Update to 2.5.2:
Browse files Browse the repository at this point in the history
What's new in psycopg 2.5.2
^^^^^^^^^^^^^^^^^^^^^^^^^^^

- Fixed segfault pickling the exception raised on connection error
  (:ticket:`#170`).
- Meaningful connection errors report a meaningful message, thanks to
  Alexey Borzenkov (:ticket:`#173`).
- Manually creating `lobject` with the wrong parameter doesn't segfault
  (:ticket:`#187`).
  • Loading branch information
wiz committed Jan 27, 2014
1 parent c506a9c commit 43adf90
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions databases/py-psycopg2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.25 2014/01/25 10:29:59 wiz Exp $
# $NetBSD: Makefile,v 1.26 2014/01/27 19:45:45 wiz Exp $

DISTNAME= psycopg2-2.5.1
DISTNAME= psycopg2-2.5.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= databases python
MASTER_SITES= http://initd.org/psycopg/tarballs/PSYCOPG-2-5/
Expand Down
8 changes: 4 additions & 4 deletions databases/py-psycopg2/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.16 2013/07/04 13:01:36 wiz Exp $
$NetBSD: distinfo,v 1.17 2014/01/27 19:45:45 wiz Exp $

SHA1 (psycopg2-2.5.1.tar.gz) = 92d18a9e33f86e83c0e2787598f183759159d79a
RMD160 (psycopg2-2.5.1.tar.gz) = 0eaf7c6718c83d3de91da1787d4762b4e50caf4e
Size (psycopg2-2.5.1.tar.gz) = 684504 bytes
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

0 comments on commit 43adf90

Please sign in to comment.