Hello community,

here is the log from the commit of package python-psycopg2 for openSUSE:Factory 
checked in at 2012-02-16 10:09:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-psycopg2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-psycopg2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-psycopg2", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-psycopg2/python-psycopg2.changes  
2011-09-23 12:43:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-psycopg2.new/python-psycopg2.changes     
2012-02-16 10:09:16.000000000 +0100
@@ -1,0 +2,39 @@
+Mon Feb 13 10:54:08 UTC 2012 - [email protected]
+
+- patch license to follow spdx.org standard
+
+-------------------------------------------------------------------
+Thu Jan 12 21:53:36 UTC 2012 - [email protected]
+
+- Update to 2.4.4:
+  * register_composite() also works with the types implicitly defined after a
+    table row, not only with the ones created by CREATE TYPE.
+  * Values for the isolation level symbolic constants restored to what they
+    were before release 2.4.2 to avoid breaking apps using the values instead
+    of the constants.
+  * Named DictCursor/RealDictCursor honour itersize (ticket #80).
+  * Fixed rollback on error on Zope (ticket #73).
+  * Raise DatabaseError instead of Error with empty libpq errors, consistently
+    with other disconnection-related errors: regression introduced in release
+    2.4.1 (ticket #82).
+- Version 2.4.3:
+  * connect() supports all the keyword arguments supported by the database
+  * Added new_array_type() function for easy creation of array typecasters.
+  * Added support for arrays of hstores and composite types (ticket #66).
+  * Fixed segfault in case of transaction started with connection lost (and
+    possibly other events).
+  * Fixed adaptation of Decimal type in sub-interpreters, such as in certain
+    mod_wsgi configurations (ticket #52).
+  * Rollback connections in transaction or in error before putting them back
+    into a pool. Also discard broken connections (ticket #62).
+  * Lazy import of the slow uuid module, thanks to Marko Kreen.
+  * Fixed NamedTupleCursor.executemany() (ticket #65).
+  * Fixed --static-libpq setup option (ticket #64).
+  * Fixed interaction between RealDictCursor and named cursors (ticket #67).
+  * Dropped limit on the columns length in COPY operations (ticket #68).
+  * Fixed reference leak with arguments referenced more than once in queries
+    (ticket #81).
+  * Fixed typecasting of arrays containing consecutive backslashes.
+  * errorcodes map updated to PostgreSQL 9.1.
+
+-------------------------------------------------------------------

Old:
----
  psycopg2-2.4.2.tar.gz

New:
----
  psycopg2-2.4.4.tar.gz

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

Other differences:
------------------
++++++ python-psycopg2.spec ++++++
--- /var/tmp/diff_new_pack.SOXsaR/_old  2012-02-16 10:09:17.000000000 +0100
+++ /var/tmp/diff_new_pack.SOXsaR/_new  2012-02-16 10:09:17.000000000 +0100
@@ -17,11 +17,11 @@
 
 
 Name:           python-psycopg2
-Version:        2.4.2
+Version:        2.4.4
 Release:        0
 Url:            http://initd.org/psycopg/
 Summary:        Python-PostgreSQL Database Adapter
-License:        LGPL-3.0+ or ZPL
+License:        LGPL-3.0+ or ZPL-2.0
 Group:          Development/Languages/Python
 Source:         psycopg2-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ psycopg2-2.4.2.tar.gz -> psycopg2-2.4.4.tar.gz ++++++
++++ 26561 lines of diff (skipped)

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

Reply via email to