Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-04-17 07:49:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psycopg2", Maintainer is "r...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2012-03-13 09:38:56.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes     
2012-04-17 07:49:04.000000000 +0200
@@ -1,0 +2,28 @@
+Fri Apr  6 19:05:14 UTC 2012 - jf...@funktronics.ca
+
+- Update to 2.4.5:
+  * The close() methods on connections and cursors don't raise exceptions
+    if called on already closed objects.
+  * Fixed fetchmany() with no argument in cursor subclasses
+    (ticket #84).
+  * Use lo_creat() instead of lo_create() when possible for better
+    interaction with pgpool-II (ticket #88).
+  * Error and its subclasses are picklable, useful for multiprocessing
+    interaction (ticket #90).
+  * Better efficiency and formatting of timezone offset objects thanks
+    to Menno Smits (tickets #94, #95).
+  * Fixed 'rownumber' during iteration on cursor subclasses.
+    Regression introduced in 2.4.4 (ticket #100).
+  * Added support for 'inet' arrays.
+  * Fixed 'commit()' concurrency problem (ticket #103).
+  * Codebase cleaned up using the GCC Python plugin's static analysis
+    tool, which has revealed several unchecked return values, possible
+    NULL dereferences, reference counting problems. Many thanks to David
+    Malcolm for the useful tool and the assistance provided using it.
+
+-------------------------------------------------------------------
+Tue Mar 27 09:27:25 UTC 2012 - sasc...@suse.de
+
+- Can't hurt to suggest postgresql-server
+
+-------------------------------------------------------------------

Old:
----
  psycopg2-2.4.4.tar.gz

New:
----
  psycopg2-2.4.5.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.YOimvk/_old  2012-04-17 07:49:06.000000000 +0200
+++ /var/tmp/diff_new_pack.YOimvk/_new  2012-04-17 07:49:06.000000000 +0200
@@ -11,23 +11,24 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
+
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           python-psycopg2
-Version:        2.4.4
+Version:        2.4.5
 Release:        0
-Url:            http://initd.org/psycopg/
-Summary:        Python-PostgreSQL Database Adapter
 License:        LGPL-3.0+ or ZPL-2.0
+Summary:        Python-PostgreSQL Database Adapter
+Url:            http://initd.org/psycopg/
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/p/psycopg2/psycopg2-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  postgresql-devel
 BuildRequires:  fdupes
+BuildRequires:  postgresql-devel
+BuildRequires:  python-devel
+Suggests:       postgresql-server
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitearch: %global python_sitearch %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 %endif
@@ -61,7 +62,7 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitearch}/psycopg2/tests # Don't package testsuite
-%fdupes -s %{buildroot}/%_mandir    # Create symlinks for man pages
+%fdupes -s %{buildroot}/%{_mandir}  # Create symlinks for man pages
 %fdupes %{buildroot}                # Create hardlinks for the rest
 
 %files

++++++ psycopg2-2.4.4.tar.gz -> psycopg2-2.4.5.tar.gz ++++++
++++ 17845 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to