From 302289bb4822caba437a42659e5dadf09eba65f3d8e56dfcabe67dc30d50c8c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 23 May 2014 12:04:44 +0000 Subject: [PATCH] Accepting request 233656 from Cloud:OpenStack:Master - 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 OBS-URL: https://build.opensuse.org/request/show/233656 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=22 --- python-sqlalchemy-migrate.changes | 18 ++++++++++++++++++ python-sqlalchemy-migrate.spec | 2 +- sqlalchemy-migrate-0.8.2.tar.gz | 3 --- sqlalchemy-migrate-0.9.1.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 4 deletions(-) delete mode 100644 sqlalchemy-migrate-0.8.2.tar.gz create mode 100644 sqlalchemy-migrate-0.9.1.tar.gz 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