diff --git a/python-sqlalchemy-migrate.changes b/python-sqlalchemy-migrate.changes index 753e5d1..77c1047 100644 --- a/python-sqlalchemy-migrate.changes +++ b/python-sqlalchemy-migrate.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 12 22:35:41 UTC 2014 - dmueller@suse.com + +- update to 0.9.1: + * Move patch from oslo to drop unique constraints with sqlite + * Port to Python3 + * tests: Replace "self.assert_" by "self.assertTrue" + * turn on testing for sqla 0.9 + * Replace AbstractType by TypeEngine + * fix scripttest compat + * Use native quote attribute introduced in sqla 0.9 + * Fix genmodel for SQLA 0.9 + * Conditionally import ibmdb2/ibm_db_sa + * migrate needs subunit >= 0.0.18 + * UniqueConstraint named and escaped twice + * Eradicate trailing whitespace + * Convert tabs to spaces in a couple of rst files + ------------------------------------------------------------------- Thu Apr 10 16:22:14 UTC 2014 - dmueller@suse.com diff --git a/python-sqlalchemy-migrate.spec b/python-sqlalchemy-migrate.spec index bcf0203..502737c 100644 --- a/python-sqlalchemy-migrate.spec +++ b/python-sqlalchemy-migrate.spec @@ -18,7 +18,7 @@ Name: python-sqlalchemy-migrate -Version: 0.8.2 +Version: 0.9.1 Release: 0 Summary: Database schema migration for SQLAlchemy License: MIT diff --git a/sqlalchemy-migrate-0.8.2.tar.gz b/sqlalchemy-migrate-0.8.2.tar.gz deleted file mode 100644 index a0dc611..0000000 --- a/sqlalchemy-migrate-0.8.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:27a3ffce6a753e1e787f4f576e54ee240fa95abd02428638fa285eaaa3cbd22c -size 138935 diff --git a/sqlalchemy-migrate-0.9.1.tar.gz b/sqlalchemy-migrate-0.9.1.tar.gz new file mode 100644 index 0000000..b5869af --- /dev/null +++ b/sqlalchemy-migrate-0.9.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16e327c9642ca4c99a70dcac3b39aeb821edaf5214834b47fb0a89bac44af23b +size 123104