15
0

Accepting request 242377 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/242377
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=14
This commit is contained in:
Stephan Kulow
2014-07-26 07:42:12 +00:00
committed by Git OBS Bridge
4 changed files with 18 additions and 4 deletions

View File

@@ -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
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:17bfa1bb48bbc83e9db3a31df146a3b851172616aac9fbc6d40cad426e87e34c
size 461915

View File

@@ -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

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