From 72d7f16cfbe22715583ebf07cce22e00697cd911db732e5a8d2ad1465a67fecb Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 21 Sep 2011 12:42:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-SQLAlchemy?expand=0&rev=6 --- SQLAlchemy-0.7.1.tar.gz | 3 --- SQLAlchemy-0.7.2.tar.gz | 3 +++ python-SQLAlchemy.changes | 11 +++++++++++ python-SQLAlchemy.spec | 14 +++++++------- 4 files changed, 21 insertions(+), 10 deletions(-) delete mode 100644 SQLAlchemy-0.7.1.tar.gz create mode 100644 SQLAlchemy-0.7.2.tar.gz diff --git a/SQLAlchemy-0.7.1.tar.gz b/SQLAlchemy-0.7.1.tar.gz deleted file mode 100644 index 45d81d3..0000000 --- a/SQLAlchemy-0.7.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5ef95d19c31a8cd3905c697be0a7e94e70ab1926ecd4159c3e6c1cf01fc3c492 -size 2341426 diff --git a/SQLAlchemy-0.7.2.tar.gz b/SQLAlchemy-0.7.2.tar.gz new file mode 100644 index 0000000..da51178 --- /dev/null +++ b/SQLAlchemy-0.7.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58805ca9f8f5123e609f253a916e87a1e3eac446a0aae128ede630485c8f406 +size 2380989 diff --git a/python-SQLAlchemy.changes b/python-SQLAlchemy.changes index 828989b..959529d 100644 --- a/python-SQLAlchemy.changes +++ b/python-SQLAlchemy.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Sep 21 11:51:17 UTC 2011 - saschpe@suse.de + +- Update to version 0.7.2: + * A rework of "replacement traversal" + * Fixed bug where query.join() + aliased=True + * Fixed regression from 0.6 where Session.add() + against an object which contained None + - See CHANGES for more... +- Run testsuite + ------------------------------------------------------------------- Wed Jul 20 17:42:11 UTC 2011 - saschpe@gmx.de diff --git a/python-SQLAlchemy.spec b/python-SQLAlchemy.spec index 7e3049a..709fd24 100644 --- a/python-SQLAlchemy.spec +++ b/python-SQLAlchemy.spec @@ -18,8 +18,8 @@ Name: python-SQLAlchemy -Version: 0.7.1 -Release: 1 +Version: 0.7.2 +Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library License: MIT License @@ -28,13 +28,13 @@ Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-% BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute +BuildRequires: python-nose %if 0%{?suse_version} BuildRequires: update-desktop-files %py_requires %endif Provides: python-sqlalchemy = %{version} -# TODO: Change back to '<' on next version update: -Obsoletes: python-sqlalchemy <= %{version} +Obsoletes: python-sqlalchemy < %{version} %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %description @@ -62,13 +62,13 @@ rm -rf doc/build # Remove unnecessary scripts for building documentation sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py %build -CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py --with-cextensions build +CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py --with-cextensions build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} -%clean -rm -rf %{buildroot} +%check +python setup.py test %files %defattr(-,root,root,-)