From b40ab7e6aff2707c6f0ce87cde29b60ef220ed391a09183a482fb8fa1f3e69af Mon Sep 17 00:00:00 2001
From: Denisart Benjamin
Date: Fri, 25 Jul 2014 12:45:59 +0000
Subject: [PATCH] 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
---
alembic-0.6.2.tar.gz | 3 ---
alembic-0.6.5.tar.gz | 3 +++
python-alembic.changes | 14 ++++++++++++++
python-alembic.spec | 2 +-
4 files changed, 18 insertions(+), 4 deletions(-)
delete mode 100644 alembic-0.6.2.tar.gz
create mode 100644 alembic-0.6.5.tar.gz
diff --git a/alembic-0.6.2.tar.gz b/alembic-0.6.2.tar.gz
deleted file mode 100644
index 6d5a45b..0000000
--- a/alembic-0.6.2.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:75844f8a683fd7be2877159cf0ecfccc63f61550386b8099d085a993149b548c
-size 421014
diff --git a/alembic-0.6.5.tar.gz b/alembic-0.6.5.tar.gz
new file mode 100644
index 0000000..5f03861
--- /dev/null
+++ b/alembic-0.6.5.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:17bfa1bb48bbc83e9db3a31df146a3b851172616aac9fbc6d40cad426e87e34c
+size 461915
diff --git a/python-alembic.changes b/python-alembic.changes
index 8f53c10..34e12f9 100644
--- a/python-alembic.changes
+++ b/python-alembic.changes
@@ -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
diff --git a/python-alembic.spec b/python-alembic.spec
index b99f113..be8bf4e 100644
--- a/python-alembic.spec
+++ b/python-alembic.spec
@@ -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