forked from pool/python-alembic
Accepting request 186468 from home:dirkmueller:branches:devel:languages:python
- update to 0.6.0: * [feature] Added new kw argument to EnvironmentContext.configure() include_object. * [feature] The output of the alembic history command is now expanded. * [feature] Added alembic.config.Config.cmd_opts attribute, allows access to the argparse options passed to the alembic runner.(link) * [feature] Added new command line argument -x, allows extra arguments to be appended to the command line which can be consumed within an env.py script by looking at context.config.cmd_opts.x, or more simply a new method EnvironmentContext.get_x_argument().(link) * [feature] Added -r argument to alembic history command, allows specification of [start]:[end] to view a slice of history. * [feature] Source base is now in-place for Python 2.6 through 3.3, without the need for 2to3. * [feature] Added new kw argument to EnvironmentContext.configure() include_object. OBS-URL: https://build.opensuse.org/request/show/186468 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=22
This commit is contained in:
committed by
Git OBS Bridge
parent
7143389f8d
commit
3c80c0d516
@@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Aug 8 20:36:51 UTC 2013 - dmueller@suse.com
|
||||
|
||||
- update to 0.6.0:
|
||||
* [feature] Added new kw argument to EnvironmentContext.configure() include_object.
|
||||
* [feature] The output of the alembic history command is now expanded.
|
||||
* [feature] Added alembic.config.Config.cmd_opts attribute, allows access to the
|
||||
argparse options passed to the alembic runner.(link)
|
||||
* [feature] Added new command line argument -x, allows extra arguments to be
|
||||
appended to the command line which can be consumed within an env.py script by
|
||||
looking at context.config.cmd_opts.x, or more simply a new method
|
||||
EnvironmentContext.get_x_argument().(link)
|
||||
* [feature] Added -r argument to alembic history command, allows specification of [start]:[end] to view a slice of history.
|
||||
* [feature] Source base is now in-place for Python 2.6 through 3.3,
|
||||
without the need for 2to3.
|
||||
* [feature] Added new kw argument to EnvironmentContext.configure() include_object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 14 15:53:22 UTC 2013 - p.drouand@gmail.com
|
||||
|
||||
|
||||
Reference in New Issue
Block a user