diff --git a/python-sqlalchemy-migrate.changes b/python-sqlalchemy-migrate.changes index 77c1047..efb33eb 100644 --- a/python-sqlalchemy-migrate.changes +++ b/python-sqlalchemy-migrate.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Sep 16 06:26:48 UTC 2014 - tbechtold@suse.com + +- update to version 0.9.2: + * SqlScript: execute multiple statements one by one + * Make sure we don't throw away exception on SQL script failure + * Pin testtools to < 0.9.36 +- update Requires according to requirements.txt + ------------------------------------------------------------------- Mon May 12 22:35:41 UTC 2014 - dmueller@suse.com diff --git a/python-sqlalchemy-migrate.spec b/python-sqlalchemy-migrate.spec index 502737c..dce44b6 100644 --- a/python-sqlalchemy-migrate.spec +++ b/python-sqlalchemy-migrate.spec @@ -18,7 +18,7 @@ Name: python-sqlalchemy-migrate -Version: 0.9.1 +Version: 0.9.2 Release: 0 Summary: Database schema migration for SQLAlchemy License: MIT @@ -36,9 +36,12 @@ BuildRequires: python-Tempita >= 0.4 BuildRequires: python-decorator #BuildRequires: python-pysqlite #BuildRequires: python-pytz -Requires: python-SQLAlchemy >= 0.6 +Requires: python-SQLAlchemy >= 0.7.8 +Requires: python-Tempita >= 0.4 Requires: python-Tempita >= 0.4 Requires: python-decorator +Requires: python-six >= 1.4.1 +Requires: python-sqlparse BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?suse_version} && 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} diff --git a/sqlalchemy-migrate-0.9.1.tar.gz b/sqlalchemy-migrate-0.9.1.tar.gz deleted file mode 100644 index b5869af..0000000 --- a/sqlalchemy-migrate-0.9.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:16e327c9642ca4c99a70dcac3b39aeb821edaf5214834b47fb0a89bac44af23b -size 123104 diff --git a/sqlalchemy-migrate-0.9.2.tar.gz b/sqlalchemy-migrate-0.9.2.tar.gz new file mode 100644 index 0000000..198e25e --- /dev/null +++ b/sqlalchemy-migrate-0.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578fa857615f05f9c73f024147c75019535d3d276ca46f5ec84cc0d606820893 +size 124175