Hello community,

here is the log from the commit of package python-kombu for openSUSE:Factory 
checked in at 2011-11-25 11:13:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        
2011-09-23 12:42:55.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-kombu.new/python-kombu.changes   
2011-11-25 10:13:44.000000000 +0100
@@ -1,0 +2,53 @@
+Thu Nov 24 10:39:23 UTC 2011 - [email protected]
+
+- Set license to SPDX style (BSD-2-Clause)
+- Removed outdated %clean section
+
+-------------------------------------------------------------------
+Thu Oct 27 22:33:03 UTC 2011 - [email protected]
+
+- Update to 1.4.3:
+  -  Fixes bug in ProducerPool where too many resources would be acquired.
+
+-------------------------------------------------------------------
+Wed Oct 26 18:12:33 UTC 2011 - [email protected]
+
+- Update to 1.4.2:
+  - Eventio: Polling should ignore errno.EINTR
+  - SQS: str.encode did only start accepting kwargs after Py2.7.
+  - simple_task_queue example didn’t run correctly (Issue #72).
+  - Empty messages would not raise an exception not able to be
+    handled by on_decode_error (Issue #72)
+  - CouchDB: Properly authenticate if user/password set (Issue #70)
+  - BrokerConnection.Consumer had the wrong signature.
+
+-------------------------------------------------------------------
+Mon Sep 26 18:46:36 UTC 2011 - [email protected]
+
+- Update to 1.4.1:
+  - 1.4.0 broke the producer pool, resulting in new connections being
+    established for every acquire.
+
+
+-------------------------------------------------------------------
+Thu Sep 22 16:59:42 UTC 2011 - [email protected]
+
+- Update to 1.4.0:
+  - Adds module kombu.mixins.
+  - New example: Task Queue Example
+  - MongoDB transport did not work with MongoDB >= 2.0 (Issue #66)
+  - Redis-py version check did not account for beta identifiers in
+    version string.
+  - Producer and Consumer now accepts a connection instance as the
+    first argument.
+  - BrokerConnection has aquired a connected attribute that can be
+    used to check if the connection instance has established a
+    connection.
+  - ConnectionPool.acquire_channel now returns the connections
+    default channel rather than establising a new channel that must be 
manually handled.
+  - Added kombu.common.maybe_declare
+  - kombu.compat.entry_to_queue() has been moved to kombu.common
+  - New module kombu.clocks now contains an implementation of
+    Lamports logical clock.
+
+-------------------------------------------------------------------

Old:
----
  kombu-1.3.5.tar.bz2

New:
----
  kombu-1.4.3.tar.bz2

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

Other differences:
------------------
++++++ python-kombu.spec ++++++
--- /var/tmp/diff_new_pack.wedTo0/_old  2011-11-25 10:13:46.000000000 +0100
+++ /var/tmp/diff_new_pack.wedTo0/_new  2011-11-25 10:13:46.000000000 +0100
@@ -15,19 +15,15 @@
 # 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)")}
-
-%define mod_name kombu
 
-Name:           python-%{mod_name}
-Version:        1.3.5
+Name:           python-kombu
+Version:        1.4.3
 Release:        0
-License:        BSD License
+License:        BSD-2-Clause
 Summary:        AMQP Messaging Framework for Python
 Url:            http://github.com/ask/kombu/
 Group:          Development/Languages/Python
-Source:         %{mod_name}-%{version}.tar.bz2
+Source:         kombu-%{version}.tar.bz2
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
 Requires:       python-amqplib
@@ -39,6 +35,7 @@
 BuildArch:      noarch
 %endif
 %endif
+%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 %description
 An AMQP messaging framework for Python.
@@ -53,17 +50,13 @@
 provide proven and tested solutions to common messaging problems.
 
 %prep
-%setup -q -n %{mod_name}-%{version}
+%setup -q -n kombu-%{version}
 
 %build
-export CFLAGS="%{optflags}"
-%{__python} setup.py build
+python setup.py build
 
 %install
-%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot}
-
-%clean
-%{__rm} -rf %{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %files
 %defattr(-,root,root,-)

++++++ kombu-1.3.5.tar.bz2 -> kombu-1.4.3.tar.bz2 ++++++
++++ 4211 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to