forked from pool/python-alembic
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:
committed by
Git OBS Bridge
parent
cd28a5232a
commit
b40ab7e6af
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75844f8a683fd7be2877159cf0ecfccc63f61550386b8099d085a993149b548c
|
||||
size 421014
|
||||
3
alembic-0.6.5.tar.gz
Normal file
3
alembic-0.6.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:17bfa1bb48bbc83e9db3a31df146a3b851172616aac9fbc6d40cad426e87e34c
|
||||
size 461915
|
||||
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 24 11:33:27 UTC 2014 - dmueller@suse.com
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 13:33:57 UTC 2014 - dmueller@suse.com
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user