Hello community,

here is the log from the commit of package python-SQLAlchemy for 
openSUSE:Factory checked in at 2014-07-17 06:58:10
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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      
2014-04-09 13:15:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-SQLAlchemy.new/python-SQLAlchemy.changes 
2014-07-17 06:58:15.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Jul  2 06:04:00 UTC 2014 - nev...@gmail.com
+
+-update to 0.9.6: 
+  + See 
http://docs.sqlalchemy.org/en/rel_0_9/changelog/changelog_09.html#change-0.9.6
+-Remove obsolete sqlalchemy-0.7-setup_test.patch
+-Add python-pytest dependency
+
+-------------------------------------------------------------------

Old:
----
  SQLAlchemy-0.8.6.tar.gz
  sqlalchemy-0.7-setup_test.patch

New:
----
  SQLAlchemy-0.9.6.tar.gz

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

Other differences:
------------------
++++++ python-SQLAlchemy.spec ++++++
--- /var/tmp/diff_new_pack.0xA9n0/_old  2014-07-17 06:58:16.000000000 +0200
+++ /var/tmp/diff_new_pack.0xA9n0/_new  2014-07-17 06:58:16.000000000 +0200
@@ -17,20 +17,20 @@
 
 
 Name:           python-SQLAlchemy
-Version:        0.8.6
+Version:        0.9.6
 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
-Patch1:         sqlalchemy-0.7-setup_test.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools
 # Test requirements:
 BuildRequires:  python-mock
 BuildRequires:  python-nose >= 0.11
+BuildRequires:  python-pytest
 #BuildRequires:  python-pysqlite
 Provides:       python-sqlalchemy = %{version}
 Obsoletes:      python-sqlalchemy < %{version}
@@ -63,7 +63,6 @@
 %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
-%patch1
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build
@@ -72,11 +71,11 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+py.test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES LICENSE README.rst README.py3k README.unittests.rst
+%doc CHANGES LICENSE README.rst README.dialects.rst README.unittests.rst
 %{python_sitearch}/sqlalchemy/
 %{python_sitearch}/SQLAlchemy-%{version}-py%{py_ver}.egg-info
 

++++++ SQLAlchemy-0.8.6.tar.gz -> SQLAlchemy-0.9.6.tar.gz ++++++
++++ 234855 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to