forked from pool/python-alembic
Accepting request 240149 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/240149 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-alembic?expand=0&rev=13
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ad28e2e4f8bb712d1e67abc709b0735525541e0ebc509dbf00bcd383b5c602ca
|
||||
size 407260
|
||||
3
alembic-0.6.2.tar.gz
Normal file
3
alembic-0.6.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:75844f8a683fd7be2877159cf0ecfccc63f61550386b8099d085a993149b548c
|
||||
size 421014
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user