From cd28a5232ad1ebef7f6b9eb8ef364996ad08ff19a3802065870d369249d8efa0 Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 10 Jul 2014 07:48:37 +0000 Subject: [PATCH] Accepting request 239952 from Cloud:OpenStack:Master MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - update to 0.6.2: * Expanded the size of the “slug” generated by “revision” to 40 characters, which is also configurable by new field truncate_slug_length * Support for autogeneration detection and rendering of indexes and unique constraints has been added * Added new argument mssql_drop_foreign_key to Operations.drop_column() * Bugfixes OBS-URL: https://build.opensuse.org/request/show/239952 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-alembic?expand=0&rev=26 --- alembic-0.6.0.tar.gz | 3 --- alembic-0.6.2.tar.gz | 3 +++ python-alembic.changes | 11 +++++++++++ python-alembic.spec | 7 ++++--- 4 files changed, 18 insertions(+), 6 deletions(-) delete mode 100644 alembic-0.6.0.tar.gz create mode 100644 alembic-0.6.2.tar.gz diff --git a/alembic-0.6.0.tar.gz b/alembic-0.6.0.tar.gz deleted file mode 100644 index ee3f970..0000000 --- a/alembic-0.6.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca -size 407260 diff --git a/alembic-0.6.2.tar.gz b/alembic-0.6.2.tar.gz new file mode 100644 index 0000000..6d5a45b --- /dev/null +++ b/alembic-0.6.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75844f8a683fd7be2877159cf0ecfccc63f61550386b8099d085a993149b548c +size 421014 diff --git a/python-alembic.changes b/python-alembic.changes index ff8cd34..8f53c10 100644 --- a/python-alembic.changes +++ b/python-alembic.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 13 13:33:57 UTC 2014 - dmueller@suse.com + +- update to 0.6.2: + * Expanded the size of the “slug” generated by “revision” to 40 characters, + which is also configurable by new field truncate_slug_length + * Support for autogeneration detection and rendering of indexes + and unique constraints has been added + * Added new argument mssql_drop_foreign_key to Operations.drop_column() + * Bugfixes + ------------------------------------------------------------------- Thu Oct 24 10:58:37 UTC 2013 - speilicke@suse.com diff --git a/python-alembic.spec b/python-alembic.spec index d5db881..b99f113 100644 --- a/python-alembic.spec +++ b/python-alembic.spec @@ -1,7 +1,7 @@ # # spec file for package python-alembic # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-alembic -Version: 0.6.0 +Version: 0.6.2 Release: 0 Url: http://bitbucket.org/zzzeek/alembic Summary: A database migration tool for SQLAlchemy @@ -31,6 +31,7 @@ BuildRequires: python-setuptools BuildRequires: python-Mako BuildRequires: python-SQLAlchemy >= 0.7.5 BuildRequires: python-argparse +BuildRequires: python-mock BuildRequires: python-nose >= 0.11 Requires: python-Mako Requires: python-SQLAlchemy >= 0.7.5 @@ -67,7 +68,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} #NOTE(saschpe): Check back %if 0%{?suse_version} >= 1130 %check -nosetests +python setup.py test %endif %files