Skip to content

Commit

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

- Fixed build on Solaris 10 and 11 where the round() function is already
  declared (:ticket:`TritonDataCenter#146`).
- Fixed comparison of `Range` with non-range objects (:ticket:`TritonDataCenter#164`).
  Thanks to Chris Withers for the patch.
- Fixed double-free on connection dealloc (:ticket:`TritonDataCenter#166`). Thanks to
  Gangadharan S.A. for the report and fix suggestion.
  • Loading branch information
wiz committed Jul 4, 2013
1 parent eb66d24 commit 2a77a33
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 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.23 2013/05/04 23:52:45 wiz Exp $
# $NetBSD: Makefile,v 1.24 2013/07/04 13:01:36 wiz Exp $

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

SHA1 (psycopg2-2.5.tar.gz) = 12fa804b4982da3f2a388654c7827dfa80f01d0a
RMD160 (psycopg2-2.5.tar.gz) = 9f58dad71642da369caf4e7b009a4025082fc695
Size (psycopg2-2.5.tar.gz) = 703558 bytes
SHA1 (patch-psycopg_config.h) = 4678e0c807a07f350317f414b3a47c99e4c38b91
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
14 changes: 0 additions & 14 deletions databases/py-psycopg2/patches/patch-psycopg_config.h

This file was deleted.

0 comments on commit 2a77a33

Please sign in to comment.