Accepting request 180872 from devel:languages:python

- update to 2.5.1:
 - Fixed build on Solaris 10 and 11 where the round() function is already
   declared (🎫`#146`).
 - Fixed comparison of `Range` with non-range objects (🎫`#164`).
   Thanks to Chris Withers for the patch.
 - Fixed double-free on connection dealloc (🎫`#166`). Thanks to
   Gangadharan S.A. for the report and fix suggestion. (forwarded request 180856 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/180872
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=15
This commit is contained in:
Stephan Kulow 2013-06-29 12:33:44 +00:00 committed by Git OBS Bridge
commit 55933af917
4 changed files with 15 additions and 4 deletions

3
psycopg2-2.5.1.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec
size 684504

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6b2f0cc9199de9eaa53ba10ff69b2741e73484b24657e69bdae259561c23bde4
size 703558

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 25 11:41:28 UTC 2013 - dmueller@suse.com
- update to 2.5.1:
- Fixed build on Solaris 10 and 11 where the round() function is already
declared (:ticket:`#146`).
- Fixed comparison of `Range` with non-range objects (:ticket:`#164`).
Thanks to Chris Withers for the patch.
- Fixed double-free on connection dealloc (:ticket:`#166`). Thanks to
Gangadharan S.A. for the report and fix suggestion.
-------------------------------------------------------------------
Tue Apr 16 18:05:47 UTC 2013 - jfunk@funktronics.ca

View File

@ -17,7 +17,7 @@
Name: python-psycopg2
Version: 2.5
Version: 2.5.1
Release: 0
License: LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and SUSE-GPL-2.0-with-openssl-exception
Summary: Python-PostgreSQL Database Adapter