From 2a0c9bcb781056b6b3d6fe2d738f6ddf5377b63ec5e3e6c216a7b6d9caf4eea5 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 9 Feb 2012 10:13:27 +0000 Subject: [PATCH] Accepting request 103506 from home:rhafer:branches:devel:languages:python update to 0.7.5 OBS-URL: https://build.opensuse.org/request/show/103506 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=13 --- SQLAlchemy-0.7.2.tar.gz | 3 --- SQLAlchemy-0.7.5.tar.gz | 3 +++ python-SQLAlchemy.changes | 16 ++++++++++++++++ python-SQLAlchemy.spec | 6 +++--- 4 files changed, 22 insertions(+), 6 deletions(-) delete mode 100644 SQLAlchemy-0.7.2.tar.gz create mode 100644 SQLAlchemy-0.7.5.tar.gz diff --git a/SQLAlchemy-0.7.2.tar.gz b/SQLAlchemy-0.7.2.tar.gz deleted file mode 100644 index da51178..0000000 --- a/SQLAlchemy-0.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b58805ca9f8f5123e609f253a916e87a1e3eac446a0aae128ede630485c8f406 -size 2380989 diff --git a/SQLAlchemy-0.7.5.tar.gz b/SQLAlchemy-0.7.5.tar.gz new file mode 100644 index 0000000..5a7aa71 --- /dev/null +++ b/SQLAlchemy-0.7.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e31190a15753694dcb6f4399ce7d02091b0bccf825272d6254e56144debfd18 +size 2562719 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 79e322b..8caddbc 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,19 @@ +------------------------------------------------------------------- +Thu Feb 9 09:39:26 UTC 2012 - rhafer@suse.de + +- 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. + ------------------------------------------------------------------- Thu Nov 10 10:56:36 UTC 2011 - saschpe@suse.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index e5c187a..0e1a909 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -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 @@ python setup.py test %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