From d590b3749b716e22c41a6ace5d23b796e1150023c9484ecbe47803ba4985ab60 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Tue, 25 Jun 2013 12:20:06 +0000 Subject: [PATCH] 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 (: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. 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 --- psycopg2-2.5.1.tar.gz | 3 +++ psycopg2-2.5.tar.gz | 3 --- python-psycopg2.changes | 11 +++++++++++ python-psycopg2.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 psycopg2-2.5.1.tar.gz delete mode 100644 psycopg2-2.5.tar.gz diff --git a/psycopg2-2.5.1.tar.gz b/psycopg2-2.5.1.tar.gz new file mode 100644 index 0000000..09d3e2f --- /dev/null +++ b/psycopg2-2.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a70c88a7e02d8bef57aab8636b5795389674c3205fd88ec46a4dffffa7efec +size 684504 diff --git a/psycopg2-2.5.tar.gz b/psycopg2-2.5.tar.gz deleted file mode 100644 index 0d760ac..0000000 --- a/psycopg2-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6b2f0cc9199de9eaa53ba10ff69b2741e73484b24657e69bdae259561c23bde4 -size 703558 diff --git a/python-psycopg2.changes b/python-psycopg2.changes index 053fa16..43dd708 100644 --- a/python-psycopg2.changes +++ b/python-psycopg2.changes @@ -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 diff --git a/python-psycopg2.spec b/python-psycopg2.spec index 2fc3c21..6ff2b59 100644 --- a/python-psycopg2.spec +++ b/python-psycopg2.spec @@ -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