Accepting request 213773 from devel:languages:python

- update to 2.5.2:
  - Fixed segfault pickling the exception raised on connection error
  - Meaningful connection errors report a meaningful message
  - Manually creating `lobject` with the wrong parameter doesn't segfault (forwarded request 213708 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/213773
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-psycopg2?expand=0&rev=17
This commit is contained in:
Stephan Kulow 2014-01-17 15:14:36 +00:00 committed by Git OBS Bridge
commit f5607fc4b6
4 changed files with 15 additions and 7 deletions

View File

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

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

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:50382d8703a16c3c615f328c2676f002787095925c99f0afb125a59962a5bd2e
size 685762

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Jan 13 13:29:56 UTC 2014 - dmueller@suse.com
- update to 2.5.2:
- Fixed segfault pickling the exception raised on connection error
- Meaningful connection errors report a meaningful message
- Manually creating `lobject` with the wrong parameter doesn't segfault
-------------------------------------------------------------------
Tue Jun 25 11:41:28 UTC 2013 - dmueller@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-psycopg2
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,12 +17,12 @@
Name: python-psycopg2
Version: 2.5.1
Version: 2.5.2
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
Url: http://initd.org/psycopg/
License: LGPL-3.0+ and (LGPL-3.0+ or ZPL-2.0) and SUSE-GPL-2.0-with-openssl-exception
Group: Development/Languages/Python
Url: http://initd.org/psycopg/
Source: http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
BuildRequires: fdupes
BuildRequires: postgresql-devel