forked from pool/python-psycopg2
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:
committed by
Git OBS Bridge
parent
c27618e517
commit
d7dd055b98
3
psycopg2-2.5.1.tar.gz
Normal file
3
psycopg2-2.5.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec
|
||||
size 684504
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6b2f0cc9199de9eaa53ba10ff69b2741e73484b24657e69bdae259561c23bde4
|
||||
size 703558
|
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user