Hello community,

here is the log from the commit of package python-sqlalchemy-migrate for 
openSUSE:Factory checked in at 2013-06-05 13:08:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-sqlalchemy-migrate (Old)
 and      /work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-sqlalchemy-migrate"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-sqlalchemy-migrate/python-sqlalchemy-migrate.changes
      2012-01-19 09:44:31.000000000 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-sqlalchemy-migrate.new/python-sqlalchemy-migrate.changes
 2013-06-05 13:09:00.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 17 08:42:05 UTC 2013 - [email protected]
+
+- Fix dependencies
+- Prerequisites for testsuite running
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-sqlalchemy-migrate.spec ++++++
--- /var/tmp/diff_new_pack.ajFcUr/_old  2013-06-05 13:09:00.000000000 +0200
+++ /var/tmp/diff_new_pack.ajFcUr/_new  2013-06-05 13:09:00.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-sqlalchemy-migrate
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 # Copyright 2011 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,27 +17,33 @@
 #
 
 
-
 Name:           python-sqlalchemy-migrate
 Version:        0.7.2
 Release:        0
-License:        MIT
 Summary:        Database schema migration for SQLAlchemy
-Url:            http://pypi.python.org/pypi/sqlalchemy-migrate
+License:        MIT
 Group:          Development/Libraries/Python
-Source:         
http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-0.7.2.tar.gz
-BuildRequires:  python-Sphinx >= 0.5
+Url:            http://pypi.python.org/pypi/sqlalchemy-migrate
+Source:         
http://pypi.python.org/packages/source/s/sqlalchemy-migrate/sqlalchemy-migrate-%{version}.tar.gz
 BuildRequires:  python-distribute
-Requires:       python-SQLAlchemy >= 0.5
-Requires:       python-Tempita
+# Documentation requirements:
+BuildRequires:  python-Sphinx >= 0.5
+# Test requirements:
+BuildRequires:  python-SQLAlchemy >= 0.6
+BuildRequires:  python-ScriptTest
+BuildRequires:  python-Tempita >= 0.4
+BuildRequires:  python-decorator
+BuildRequires:  python-nose >= 0.10
+BuildRequires:  python-unittest2
+Requires:       python-SQLAlchemy >= 0.6
+Requires:       python-Tempita >= 0.4
 Requires:       python-decorator
-Requires:       python-nose >= 0.10
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 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
@@ -50,14 +56,19 @@
 %prep
 %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
+sed -i "s/, 'sphinxcontrib.issuetracker'//g" docs/conf.py # No internet access 
please
 
 %build
 python setup.py build
-cd docs && make html && rm _build/html/.buildinfo # Build HTML documentation
+python setup.py build_sphinx && rm docs/_build/html/.buildinfo # Build HTML 
documentation
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+#NOTE(saschpe): Fix tests with need for DB access:
+#%%check
+#python setup.py test
+
 %files
 %defattr(-,root,root)
 %doc README docs/_build/html

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

Reply via email to