Hello community, here is the log from the commit of package python-SQLAlchemy for openSUSE:Factory checked in at 2013-11-04 07:08:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-SQLAlchemy (Old) and /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-SQLAlchemy" Changes: -------- --- /work/SRC/openSUSE:Factory/python-SQLAlchemy/python-SQLAlchemy.changes 2013-08-13 13:24:09.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 2013-11-04 07:08:58.000000000 +0100 @@ -1,0 +2,14 @@ +Wed Oct 30 16:27:24 UTC 2013 - [email protected] + +- Update to version 0.8.3: + + See http://docs.sqlalchemy.org/en/latest/changelog/changelog_08.html#change-0.8.3 +- Drop outdated patches + + SQLAlchemy-0.7.10-SLES-drop-failing-tests.patch + + sqlalchemy-0.7-logging.patch + +------------------------------------------------------------------- +Thu Oct 24 11:15:08 UTC 2013 - [email protected] + +- Require python-setuptools instead of distribute (upstreams merged) + +------------------------------------------------------------------- Old: ---- SQLAlchemy-0.7.10-SLES-drop-failing-tests.patch SQLAlchemy-0.7.10.tar.gz sqlalchemy-0.7-logging.patch New: ---- SQLAlchemy-0.8.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-SQLAlchemy.spec ++++++ --- /var/tmp/diff_new_pack.rpJqnt/_old 2013-11-04 07:08:59.000000000 +0100 +++ /var/tmp/diff_new_pack.rpJqnt/_new 2013-11-04 07:08:59.000000000 +0100 @@ -17,21 +17,21 @@ Name: python-SQLAlchemy -Version: 0.7.10 +Version: 0.8.3 Release: 0 Url: http://www.sqlalchemy.org Summary: Database Abstraction Library License: MIT Group: Development/Languages/Python Source0: http://pypi.python.org/packages/source/S/SQLAlchemy/SQLAlchemy-%{version}.tar.gz -Patch0: sqlalchemy-0.7-logging.patch Patch1: sqlalchemy-0.7-setup_test.patch -Patch2: SQLAlchemy-0.7.10-SLES-drop-failing-tests.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel -BuildRequires: python-distribute -BuildRequires: python-nose -BuildRequires: python-pysqlite +BuildRequires: python-setuptools +# Test requirements: +BuildRequires: python-mock +BuildRequires: python-nose >= 0.11 +#BuildRequires: python-pysqlite Provides: python-sqlalchemy = %{version} Obsoletes: python-sqlalchemy < %{version} %if 0%{?suse_version} && 0%{?suse_version} <= 1110 @@ -63,14 +63,10 @@ %setup -q -n SQLAlchemy-%{version} rm -rf doc/build # Remove unnecessary scripts for building documentation sed -i 's/\r$//' examples/dynamic_dict/dynamic_dict.py -%patch0 %patch1 -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%patch2 -p1 -%endif %build -CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py --with-cextensions build +CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -80,7 +76,7 @@ %files %defattr(-,root,root,-) -%doc CHANGES CHANGES_PRE_06 LICENSE README.rst README.py3k README.unittests +%doc CHANGES LICENSE README.rst README.py3k README.unittests.rst %{python_sitearch}/sqlalchemy/ %{python_sitearch}/SQLAlchemy-%{version}-py%{py_ver}.egg-info ++++++ SQLAlchemy-0.7.10.tar.gz -> SQLAlchemy-0.8.3.tar.gz ++++++ ++++ 263522 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
