Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2012-04-20 15:19:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-03-20 11:33:32.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2012-04-20 15:19:47.000000000 +0200
@@ -1,0 +2,61 @@
+Fri Apr 13 17:37:56 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.5:
+  * The url parser removed more than the first leading slash (Issue #121).
+  * SQLAlchemy: Can now specify url using + separator
+    Example::
+        BrokerConnection("sqla+mysql://localhost/db")
+  * Better support for anonymous queues (Issue #116).
+    Contributed by Michael Barrett.
+  * Connection.as_uri now quotes url parts (Issue #117).
+  * Beanstalk: Can now set message TTR as a message property.
+    Contributed by Andrii Kostenko
+
+-------------------------------------------------------------------
+Tue Apr  3 16:49:46 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 2.1.4:
+  * MongoDB:  URL parsing are now delegated to the pymongo library
+    (Fixes Issue #103 and Issue #87).
+    Fix contributed by Flavio Percoco Premoli and James Sullivan
+  * SQS:  A bug caused SimpleDB to be used even if sdb persistence
+    was not enabled (Issue #108).
+    Fix contributed by Anand Kumria.
+  * Django:  Transaction was committed in the wrong place, causing
+    data cleanup to fail (Issue #115).
+    Fix contributed by Daisuke Fujiwara.
+  * MongoDB: Now supports replica set URLs.
+    Contributed by Flavio Percoco Premoli.
+  * Redis: Now raises a channel error if a queue key that is currently
+    being consumed from disappears.
+    Fix contributed by Stephan Jaekel.
+  * All transport 'channel_errors' lists now includes
+    kombu.exception.StdChannelError.
+  * All kombu exceptions now inherit from a common
+    kombu.exceptions.KombuError.
+
+-------------------------------------------------------------------
+Tue Mar 27 08:35:53 UTC 2012 - sasc...@suse.de
+
+- Change rabbitmq-server recommends to suggests, OpenStack doesn't like that
+- Simplified macro usage
+- Use upstream tarball
+
+-------------------------------------------------------------------
+Tue Mar 20 17:42:53 UTC 2012 - alexan...@exatati.com.br
+
+-  Update to 2.1.3:
+  * Fixes Jython compatibility issues.
+  * Fixes Python 2.5 compatibility issues.
+
+-------------------------------------------------------------------
+Wed Mar 14 13:45:07 UTC 2012 - alexan...@exatati.com.br
+
+- Add BuildRequires python-unittest2 to fix SLE builds.
+
+-------------------------------------------------------------------
+Wed Mar 14 13:26:04 UTC 2012 - alexan...@exatati.com.br
+
+- Do not touch files without a submitrequest.
+
+-------------------------------------------------------------------

Old:
----
  kombu-2.1.1.tar.gz

New:
----
  kombu-2.1.5.tar.bz2

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.DddCR7/_old  2012-04-20 15:19:49.000000000 +0200
+++ /var/tmp/diff_new_pack.DddCR7/_new  2012-04-20 15:19:49.000000000 +0200
@@ -15,32 +15,36 @@
 # 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.1
+Version:        2.1.5
 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.gz
+Source:         kombu-%{version}.tar.bz2
 BuildRequires:  python-amqplib
 BuildRequires:  python-anyjson
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 BuildRequires:  python-mock
 BuildRequires:  python-nose-cover3
+BuildRequires:  python-unittest2
 Requires:       python-amqplib
 Requires:       python-anyjson
-Requires:       rabbitmq-server
 Suggests:       couchdb
 Suggests:       mongodb
+Suggests:       rabbitmq-server
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%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
+%if 0%{?suse_version}
+%py_requires
+%if 0%{?suse_version} > 1110
 BuildArch:      noarch
 %endif
+%endif
 
 %description
 An AMQP messaging framework for Python.

++++++ kombu-2.1.1.tar.gz -> kombu-2.1.5.tar.bz2 ++++++
++++ 1740 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