15
0

Accepting request 242200 from Cloud:OpenStack:Master

- update to 0.6.5:
  * See http://alembic.readthedocs.org/en/latest/changelog.html#change-0.6.5
  * Added new argument EnvironmentContext.configure.user_module_prefix
  * The ScriptDirectory system that loads migration files from a 
    versions/ directory
  * The command.revision() command now returns the Script object
    corresponding to the newly generated revision
  * Added new feature
    EnvironmentContext.configure.transaction_per_migration, which when True
    causes the BEGIN/COMMIT pair to incur for each migration individually

OBS-URL: https://build.opensuse.org/request/show/242200
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=28
This commit is contained in:
Denisart Benjamin
2014-07-25 12:45:59 +00:00
committed by Git OBS Bridge
parent cd28a5232a
commit b40ab7e6af
4 changed files with 18 additions and 4 deletions

View File

@@ -17,7 +17,7 @@
Name: python-alembic
Version: 0.6.2
Version: 0.6.5
Release: 0
Url: http://bitbucket.org/zzzeek/alembic
Summary: A database migration tool for SQLAlchemy