Hello community,

here is the log from the commit of package python-sqlalchemy-migrate for 
openSUSE:Factory checked in at 2011-12-07 14:39:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlalchemy-migrate", Maintainer is ""

Changes:
--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new/python-sqlalchemy-migrate.changes
 2011-12-07 14:40:00.000000000 +0100
@@ -0,0 +1,38 @@
+-------------------------------------------------------------------
+Tue Nov 29 13:50:33 UTC 2011 - [email protected]
+
+- Make it a noarch package
+- Fixed dependencies
+- Build HTML documentation and install that
+
+-------------------------------------------------------------------
+Tue Nov 29 12:06:05 UTC 2011 - [email protected]
+
+- Cleanup spec file 
+- Use upstream tarball
+
+-------------------------------------------------------------------
+Wed Jul 20 15:47:37 UTC 2011 - [email protected]
+
+- update to 0.7.1
+
+-------------------------------------------------------------------
+Wed Apr  6 20:55:26 CEST 2011 - [email protected]
+
+- updated to 0.6.1
+
+-------------------------------------------------------------------
+Fri Jan  7 01:55:28 CET 2011 - [email protected]
+
+- updated to 0.6
+
+-------------------------------------------------------------------
+Thu Jun 04 00:00:00 2009 - [email protected]
+
+- added to devel:languages:python
+
+-------------------------------------------------------------------
+Wed Mar 04 00:00:00 2009 - [email protected]
+
+- First import
+

New:
----
  python-sqlalchemy-migrate.changes
  python-sqlalchemy-migrate.spec
  sqlalchemy-migrate-0.7.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
#
# spec file for package python-sqlalchemy-migrate
#
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright 2011 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#



Name:           python-sqlalchemy-migrate
Version:        0.7.1
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
BuildRequires:  python-Sphinx >= 0.5
BuildRequires:  python-distribute
Requires:       python-SQLAlchemy >= 0.5
Requires:       python-Tempita
Requires:       python-decorator
Requires:       python-nose >= 0.10
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

%description
Inspired by Ruby on Rails' migrations, Migrate provides a way to deal with
database schema changes in SQLAlchemy projects.

Migrate extends SQLAlchemy to have database changeset handling. It provides a
database change repository mechanism which can be used from the command line as
well as from inside python code.

%prep
%setup -q -n sqlalchemy-migrate-%{version}
find . -type f -name "*.py" -o -name "*.py_tmpl" | xargs sed -i "1d" # Fix 
non-executable scripts

%build
python setup.py build
cd docs && make html && rm _build/html/.buildinfo # Build HTML documentation

%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}

%files
%defattr(-,root,root)
%doc README docs/_build/html
%{_bindir}/migrate
%{_bindir}/migrate-repository
%{python_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to