From 0ba366c5ad65298cdf4db516b899b784d93e5f6d079b2f5246bd3b7ac1877911 Mon Sep 17 00:00:00 2001 From: Alberto Planas Dominguez Date: Fri, 12 Jun 2015 08:49:09 +0000 Subject: [PATCH] Accepting request 311291 from Cloud:OpenStack:Master - update to 0.7.6: * Fixed bug where the case of multiple mergepoints that all have the identical set of ancestor revisions would fail to be upgradable, producing an assertion failure. * Added support for type comparison functions to be not just per environment, but also present on the custom types themselves, by supplying a method ``compare_against_backend``. * Fully implemented the :paramref:`~.Operations.batch_alter_table.copy_from` parameter for batch mode * Repaired support for the :meth:`.BatchOperations.create_index` directive, which was mis-named internally such that the operation OBS-URL: https://build.opensuse.org/request/show/311291 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=38 --- alembic-0.7.5.post2.tar.gz | 3 --- alembic-0.7.6.tar.gz | 3 +++ python-alembic.changes | 15 +++++++++++++++ python-alembic.spec | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 alembic-0.7.5.post2.tar.gz create mode 100644 alembic-0.7.6.tar.gz diff --git a/alembic-0.7.5.post2.tar.gz b/alembic-0.7.5.post2.tar.gz deleted file mode 100644 index 6cbcd19..0000000 --- a/alembic-0.7.5.post2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f998184b8cd6d522249e88bb0e7f6ccd80cdd73df50189e85c7c35740b17e7d4 -size 616232 diff --git a/alembic-0.7.6.tar.gz b/alembic-0.7.6.tar.gz new file mode 100644 index 0000000..c8d7a94 --- /dev/null +++ b/alembic-0.7.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:864fa461265d6c97bcefee603e9ef0b6385bda9063d41b3db3e010abbba5ef61 +size 623931 diff --git a/python-alembic.changes b/python-alembic.changes index 2a7b883..f8d2504 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Jun 9 11:33:03 UTC 2015 - dmueller@suse.com + +- update to 0.7.6: + * Fixed bug where the case of multiple mergepoints that all + have the identical set of ancestor revisions would fail to be + upgradable, producing an assertion failure. + * Added support for type comparison functions to be not just per + environment, but also present on the custom types themselves, by + supplying a method ``compare_against_backend``. + * Fully implemented the :paramref:`~.Operations.batch_alter_table.copy_from` + parameter for batch mode + * Repaired support for the :meth:`.BatchOperations.create_index` + directive, which was mis-named internally such that the operation + ------------------------------------------------------------------- Sat Apr 25 15:53:02 UTC 2015 - benoit.monin@gmx.fr diff --git a/python-alembic.spec b/python-alembic.spec index ff54de3..e587e61 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -17,7 +17,7 @@ Name: python-alembic -Version: 0.7.5.post2 +Version: 0.7.6 Release: 0 Url: http://bitbucket.org/zzzeek/alembic Summary: A database migration tool for SQLAlchemy