17
0

Accepting request 99787 from home:rhafer:branches:devel:languages:python

Update to 0.7.2

OBS-URL: https://build.opensuse.org/request/show/99787
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlalchemy-migrate?expand=0&rev=10
This commit is contained in:
Sascha Peilicke
2012-01-12 09:30:34 +00:00
committed by Git OBS Bridge
parent e82d8a494a
commit 3a64913e75
4 changed files with 42 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-sqlalchemy-migrate
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2011 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -19,13 +19,13 @@
Name: python-sqlalchemy-migrate
Version: 0.7.1
Version: 0.7.2
Release: 0
License: MIT
Summary: Database schema migration for SQLAlchemy
Url: http://pypi.python.org/pypi/sqlalchemy-migrate
Group: Development/Libraries/Python
Source: http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-0.7.1.tar.gz
Source: http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.tar.gz
BuildRequires: python-Sphinx >= 0.5
BuildRequires: python-distribute
Requires: python-SQLAlchemy >= 0.5
@@ -51,7 +51,6 @@ well as from inside python code.
%setup -q -n sqlalchemy-migrate-%{version}
find . -type f -name "*.py" -o -name "*.py_tmpl" | xargs sed -i "/#!/d" # Remove shebang from non-executable scripts
%build
python setup.py build
cd docs && make html && rm _build/html/.buildinfo # Build HTML documentation