15
0

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
This commit is contained in:
2015-06-12 08:49:09 +00:00
committed by Git OBS Bridge
parent ee963be1ee
commit 0ba366c5ad
4 changed files with 19 additions and 4 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f998184b8cd6d522249e88bb0e7f6ccd80cdd73df50189e85c7c35740b17e7d4
size 616232

3
alembic-0.7.6.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:864fa461265d6c97bcefee603e9ef0b6385bda9063d41b3db3e010abbba5ef61
size 623931

View File

@@ -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

View File

@@ -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