Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2012-03-20 11:33:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-kombu (Old)
 and      /work/SRC/openSUSE:Factory/.python-kombu.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-kombu", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-kombu/python-kombu.changes        
2012-02-17 12:08:52.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2012-03-20 11:33:32.000000000 +0100
@@ -1,0 +2,17 @@
+Sat Mar 10 17:49:39 UTC 2012 - sasc...@gmx.de
+
+- Require rabbitmq-server, suggest mongodb or couchdb
+
+-------------------------------------------------------------------
+Sat Mar 10 17:00:40 UTC 2012 - sasc...@gmx.de
+
+- Update to version 2.1.1:
+  * Connection URLs now supports encoded characters.
+  * Fixed a case where connection pool could not recover from connection loss.
+  * We now patch amqplib's ``__del__`` method to skip trying to close the 
socket
+    if it is not connected, as this resulted in an annoying warning.
+  * Compression can now be used with binary message payloads.
+- Don't install INSTALL
+- Run testsuite
+
+-------------------------------------------------------------------
@@ -12 +28,0 @@
-

Old:
----
  kombu-2.1.0.tar.bz2

New:
----
  kombu-2.1.1.tar.gz

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.ka1ygC/_old  2012-03-20 11:33:33.000000000 +0100
+++ /var/tmp/diff_new_pack.ka1ygC/_new  2012-03-20 11:33:33.000000000 +0100
@@ -15,28 +15,32 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Name:           python-kombu
-Version:        2.1.0
+Version:        2.1.1
 Release:        0
 License:        BSD-2-Clause
 Summary:        AMQP Messaging Framework for Python
 Url:            http://github.com/ask/kombu/
 Group:          Development/Languages/Python
-Source:         kombu-%{version}.tar.bz2
+Source:         kombu-%{version}.tar.gz
+BuildRequires:  python-amqplib
+BuildRequires:  python-anyjson
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
+BuildRequires:  python-mock
+BuildRequires:  python-nose-cover3
 Requires:       python-amqplib
 Requires:       python-anyjson
+Requires:       rabbitmq-server
+Suggests:       couchdb
+Suggests:       mongodb
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version}
-%py_requires
-%if %{?suse_version: %{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
-%endif
 
 %description
 An AMQP messaging framework for Python.
@@ -59,9 +63,12 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS Changelog FAQ INSTALL README THANKS TODO
+%doc AUTHORS Changelog FAQ README THANKS TODO
 %{python_sitelib}/*
 
 %changelog

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

Reply via email to