Skip to content

Commit

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

- Added :sql:`jsonb` support for PostgreSQL 9.4 (🎫`#226`).
- Fixed segfault if COPY statements are passed to `~cursor.execute()` instead
  of using the proper methods (:ticket:`#219`).
- Force conversion of pool arguments to integer to avoid potentially unbounded
  pools (:ticket:`#220`).
- Cursors :sql:`WITH HOLD` don't begin a new transaction upon move/fetch/close
  (🎫`#228`).
- Cursors :sql:`WITH HOLD` can be used in autocommit (🎫`#229`).
- `~cursor.callproc()` doesn't silently ignore an argument without a length.
- Fixed memory leak with large objects (:ticket:`#256`).
- Make sure the internal ``_psycopg.so`` module can be imported stand-alone (to
  allow modules juggling such as the one described in 🎫`#201`).
  • Loading branch information
wiz committed Aug 31, 2014
1 parent 19e77d3 commit 03aff81
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.27 2014/05/20 08:35:09 wiz Exp $
# $NetBSD: Makefile,v 1.28 2014/08/31 21:34:23 wiz Exp $

DISTNAME= psycopg2-2.5.3
DISTNAME= psycopg2-2.5.4
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.18 2014/05/20 08:35:09 wiz Exp $
$NetBSD: distinfo,v 1.19 2014/08/31 21:34:23 wiz Exp $

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
SHA1 (psycopg2-2.5.4.tar.gz) = 647b51a16a0aab1ead239c38aa5f695fd0159a17
RMD160 (psycopg2-2.5.4.tar.gz) = 5d2db3817856a05d5a7cf978d086ea5c4d4fee6e
Size (psycopg2-2.5.4.tar.gz) = 682578 bytes

0 comments on commit 03aff81

Please sign in to comment.