Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2012-02-14 11:26:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2011-11-25 10:13:56.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 2012-02-14 11:26:50.000000000 +0100 @@ -1,0 +2,16 @@ +Thu Feb 9 09:39:26 UTC 2012 - [email protected] + +- Update to 0.7.5: + * Fixed issue where modified session state established after a + failed flush would be committed as part of the subsequent + transaction that begins automatically after manual call to + rollback(). + * Improved the API for add_column() such that if the same column + is added to its own table, an error is not raised and the + constraints don't get doubled up. + * Fixed issue where the "required" exception would not be raised + for bindparam() with required=True, if the statement were given + no parameters at all. + * for more details see the CHANGES file. + +------------------------------------------------------------------- Old: ---- SQLAlchemy-0.7.2.tar.gz New: ---- SQLAlchemy-0.7.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.HJdfHw/_old 2012-02-14 11:26:51.000000000 +0100 +++ /var/tmp/diff_new_pack.HJdfHw/_new 2012-02-14 11:26:51.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-SQLAlchemy # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -18,7 +18,7 @@ Name: python-SQLAlchemy -Version: 0.7.2 +Version: 0.7.5 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library @@ -73,7 +73,7 @@ %files %defattr(-,root,root,-) -%doc CHANGES CHANGES_PRE_06 LICENSE README README.py3k README.unittests +%doc CHANGES CHANGES_PRE_06 LICENSE README.rst README.py3k README.unittests %{python_sitearch}/* %files doc ++++++ SQLAlchemy-0.7.2.tar.gz -> SQLAlchemy-0.7.5.tar.gz ++++++ ++++ 76225 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
