Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2013-03-08 13:40:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy", Maintainer is "[email protected]" Changes: -------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2013-03-08 09:48:08.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 2013-03-08 13:40:15.000000000 +0100 @@ -1,0 +2,27 @@ +Fri Mar 8 08:14:13 UTC 2013 - [email protected] + +- update to 0.7.10: + * orm + + [bug] Fixed Session accounting bug whereby replacing + a deleted object in the identity map with another + object of the same primary key would raise a + "conflicting state" error on rollback(), + if the replaced primary key were established either + via non-unitofwork-established INSERT statement + or by primary key switch of another instance. + [ticket:2583] + * oracle + + [bug] changed the list of cx_oracle types that are + excluded from the setinputsizes() step to only include + STRING and UNICODE; CLOB and NCLOB are removed. This + is to work around cx_oracle behavior which is broken + for the executemany() call. In 0.8, this same change + is applied however it is also configurable via the + exclude_setinputsizes argument. [ticket:2561] + * mysql + + [feature] Added "raise_on_warnings" flag to OurSQL + dialect. [ticket:2523] + + [feature] Added "read_timeout" flag to MySQLdb + dialect. [ticket:2554] + +------------------------------------------------------------------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python3-SQLAlchemy.changes 2012-12-28 22:47:40.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python3-SQLAlchemy.changes 2013-03-08 13:40:15.000000000 +0100 @@ -1,0 +2,27 @@ +Fri Mar 8 08:14:13 UTC 2013 - [email protected] + +- update to 0.7.10: + * orm + + [bug] Fixed Session accounting bug whereby replacing + a deleted object in the identity map with another + object of the same primary key would raise a + "conflicting state" error on rollback(), + if the replaced primary key were established either + via non-unitofwork-established INSERT statement + or by primary key switch of another instance. + [ticket:2583] + * oracle + + [bug] changed the list of cx_oracle types that are + excluded from the setinputsizes() step to only include + STRING and UNICODE; CLOB and NCLOB are removed. This + is to work around cx_oracle behavior which is broken + for the executemany() call. In 0.8, this same change + is applied however it is also configurable via the + exclude_setinputsizes argument. [ticket:2561] + * mysql + + [feature] Added "raise_on_warnings" flag to OurSQL + dialect. [ticket:2523] + + [feature] Added "read_timeout" flag to MySQLdb + dialect. [ticket:2554] + +------------------------------------------------------------------- Old: ---- SQLAlchemy-0.7.9.tar.gz New: ---- SQLAlchemy-0.7.10.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.AKI4iL/_old 2013-03-08 13:40:17.000000000 +0100 +++ /var/tmp/diff_new_pack.AKI4iL/_new 2013-03-08 13:40:17.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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,7 +17,7 @@ Name: python-SQLAlchemy -Version: 0.7.9 +Version: 0.7.10 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library python3-SQLAlchemy.spec: same change ++++++ SQLAlchemy-0.7.9.tar.gz -> SQLAlchemy-0.7.10.tar.gz ++++++ ++++ 86678 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
