Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2013-06-19 17:02:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kombu (Old)
 and      /work/SRC/openSUSE:Factory/.python-kombu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kombu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes        
2013-04-17 23:17:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2013-06-19 17:02:59.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Apr 30 09:45:52 UTC 2013 - speili...@suse.com
+
+- Expanded test coverage
+- Don't require python-msgpack-python for testing until issues are fixed.
+  It's an optional feature anyway
+
+-------------------------------------------------------------------

Old:
----
  python3-kombu.changes
  python3-kombu.spec

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.wzVfXj/_old  2013-06-19 17:03:00.000000000 +0200
+++ /var/tmp/diff_new_pack.wzVfXj/_new  2013-06-19 17:03:00.000000000 +0200
@@ -24,22 +24,30 @@
 Group:          Development/Languages/Python
 Url:            http://github.com/ask/kombu/
 Source:         
http://pypi.python.org/packages/source/k/kombu/kombu-%{version}.tar.gz
+BuildRequires:  python-devel
+BuildRequires:  python-distribute
+# Test requirements:
 BuildRequires:  python-PyYAML
+BuildRequires:  python-amqp
 BuildRequires:  python-amqplib
 BuildRequires:  python-anyjson
-BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-boto
+#BuildRequires:  python-couchdb
 BuildRequires:  python-mock
-BuildRequires:  python-msgpack-python
+#NOTE(saschpe): Disable optional test for now util issues are resolved
+#BuildRequires:  python-msgpack-python
 BuildRequires:  python-nose-cover3
-BuildRequires:  python-simplejson
+#BuildRequires:  python-pymongo
+#BuildRequires:  python-redis
 BuildRequires:  python-unittest2 >= 0.5.0
-Requires:       python-amqp >= 1.0.11
-Requires:       python-anyjson >= 0.3.3
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
+BuildRequires:  python-importlib
+BuildRequires:  python-ordereddict
 Requires:       python-importlib
 Requires:       python-ordereddict
 %endif
+Requires:       python-amqp >= 1.0.11
+Requires:       python-anyjson >= 0.3.3
 Recommends:     couchdb
 Recommends:     mongodb
 Recommends:     rabbitmq-server
@@ -67,7 +75,10 @@
 # For rpmlint warning: remove shebang from python library:
 sed -i '/^#!/d' ./kombu/tests/test_serialization.py
 # NOTE(saschpe): We have a newer python-amqp, but this shouldn't be an issue:
-sed -i -e "s|amqp>=1.0.5,<1.1.0|amqp>=1.0.5|" requirements/default.txt 
kombu.egg-info/requires.txt
+sed -i -e "s|amqp>=1.0.11,<1.1.0|amqp>=1.0.11|" requirements/default.txt 
kombu.egg-info/requires.txt
+# NOTE(saschpe): Testsuite requires mkgpack-python < 0.2.0 because it dropped
+# Python-2.5 support. This makes no sense for us, thus:
+#sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt
 
 %build
 python setup.py build
@@ -76,10 +87,7 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-# Testsuite requires mkgpack-python < 0.2.0 because it dropped Python-2.5 
support.
-# This makes no sense for us, thus:
-#sed -i "s/msgpack-python.*/msgpack-python/" requirements/test.txt
-#python setup.py test
+python setup.py test
 
 %files
 %defattr(-,root,root,-)

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

Reply via email to