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 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d6dfd094c405f2d53882624a34e78838a27e22be25d809a1dffce1f9cd64e93
|
||||
size 387391
|
||||
3
alembic-0.6.0.tar.gz
Normal file
3
alembic-0.6.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca
|
||||
size 407260
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-alembic
|
||||
Version: 0.5.0
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Url: http://bitbucket.org/zzzeek/alembic
|
||||
Summary: A database migration tool for SQLAlchemy
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f3bf28566d22f87ed6d07483fe9d95100159d2e43f95435920052bd11d123a0
|
||||
size 198686
|
||||
Reference in New Issue
Block a user