Hello community,

here is the log from the commit of package python3-psycopg2 for 
openSUSE:Factory checked in at 2015-01-08 23:02:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-psycopg2 (Old)
 and      /work/SRC/openSUSE:Factory/.python3-psycopg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-psycopg2"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-psycopg2/python3-psycopg2.changes        
2014-02-09 10:30:48.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python3-psycopg2.new/python3-psycopg2.changes   
2015-01-08 23:03:01.000000000 +0100
@@ -1,0 +2,63 @@
+Thu Jan  8 00:15:58 UTC 2015 - [email protected]
+
+- specfile: update copyright year
+
+- update to version 2.5.4:
+  * Added jsonb support for PostgreSQL 9.4 (ticket #226).
+  * Fixed segfault if COPY statements are passed to execute() instead
+    of using the proper methods (ticket #219).
+  * Force conversion of pool arguments to integer to avoid potentially
+    unbounded pools (ticket #220).
+  * Cursors WITH HOLD don't begin a new transaction upon
+    move/fetch/close (ticket #228).
+  * Cursors WITH HOLD can be used in autocommit (ticket #229).
+  * callproc() doesn't silently ignore an argument without a length.
+  * Fixed memory leak with large objects (ticket #256).
+  * The internal _psycopg.so module can be imported stand-alone (to
+    allow modules juggling such as the one described in ticket #201).
+
+- changes from version 2.5.3:
+  * Work around pip issue #1630 making installation via pip -e git+url
+    impossible (ticket #18).
+  * Copy operations correctly set the cursor.rowcount attribute
+    (ticket #180).
+  * It is now possible to call get_transaction_status() on closed
+    connections.
+  * Fixed unsafe access to object names causing assertion failures in
+    Python 3 debug builds (ticket #188).
+  * Mark the connection closed if found broken on poll() (from ticket
+    #192 discussion)
+  * Fixed handling of dsn and closed attributes in connection
+    subclasses failing to connect (from ticket #192 discussion).
+  * Added arbitrary but stable order to Range objects, thanks to Chris
+    Withers (ticket #193).
+  * Avoid blocking async connections on connect (ticket #194). Thanks
+    to Adam Petrovich for the bug report and diagnosis.
+  * Don't segfault using poorly defined cursor subclasses which forgot
+    to call the superclass init (ticket #195).
+  * Mark the connection closed when a Socket connection is broken, as
+    it happens for TCP connections instead (ticket #196).
+  * Fixed overflow opening a lobject with an oid not fitting in a
+    signed int (ticket #203).
+  * Fixed handling of explicit default cursor_factory=None in
+    connection.cursor() (ticket #210).
+  * Fixed possible segfault in named cursors creation.
+  * Fixed debug build on Windows, thanks to James Emerton.
+
+- changes from version 2.5.2:
+  * Fixed segfault pickling the exception raised on connection error
+    (ticket #170).
+  * Meaningful connection errors report a meaningful message, thanks
+    to Alexey Borzenkov (ticket #173).
+  * Manually creating lobject with the wrong parameter doesn't
+    segfault (ticket #187).
+
+- changes from version 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.
+
+-------------------------------------------------------------------

Old:
----
  psycopg2-2.5.tar.gz

New:
----
  psycopg2-2.5.4.tar.gz

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

Other differences:
------------------
++++++ python3-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.dwbKXY/_old  2015-01-08 23:03:02.000000000 +0100
+++ /var/tmp/diff_new_pack.dwbKXY/_new  2015-01-08 23:03:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-psycopg2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,17 +17,17 @@
 
 
 Name:           python3-psycopg2
-Version:        2.5
+Version:        2.5.4
 Release:        0
-License:        SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 Summary:        Python-PostgreSQL Database Adapter
-Url:            http://initd.org/psycopg/
+License:        SUSE-LGPL-3.0-with-openssl-exception and 
(SUSE-LGPL-3.0-with-openssl-exception or ZPL-2.0)
 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
-BuildRequires:  python3-devel
 BuildRequires: python3-2to3
+BuildRequires:  python3-devel
 Recommends:     postgresql-server
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Requires:       python(abi) = %{py3_ver}

++++++ psycopg2-2.5.tar.gz -> psycopg2-2.5.4.tar.gz ++++++
++++ 11344 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to