forked from pool/python-alembic
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:
@@ -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
3
alembic-0.7.6.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:864fa461265d6c97bcefee603e9ef0b6385bda9063d41b3db3e010abbba5ef61
|
||||
size 623931
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user