14
0

Accepting request 180856 from home:dirkmueller:branches: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.

OBS-URL: https://build.opensuse.org/request/show/180856
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-psycopg2?expand=0&rev=38
This commit is contained in:
Sascha Peilicke
2013-06-25 12:20:06 +00:00
committed by Git OBS Bridge
parent c27618e517
commit d7dd055b98
4 changed files with 15 additions and 4 deletions

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