forked from pool/python-kombu
- Update to 1.2.0:
* Virtual: Fixes cyclic reference in Channel.close (Issue #49). * Producer.publish: Can now set additional properties using keyword arguments (Issue #48). * Adds Queue.no_ack option to control the no_ack option for individual queues. * Recent versions broke pylibrabbitmq support. * SimpleQueue and SimpleBuffer can now be used as contexts. * Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support * Now properly reports default values in Connection.info/.as_uri OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=12
This commit is contained in:
parent
f674b3f66d
commit
7a2590bfcd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:09885c2818bc4409518ed9c0b7b33bd9cb3f97d0aee156a697a1a2cf09d961a0
|
||||
size 207710
|
3
kombu-1.2.0.tar.bz2
Normal file
3
kombu-1.2.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51db84d36f1d091611dd604dfce45661e0eb98283603c390f43522cdbdb360a1
|
||||
size 208771
|
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 15 12:52:07 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
- Update to 1.2.0:
|
||||
* Virtual: Fixes cyclic reference in Channel.close (Issue #49).
|
||||
* Producer.publish: Can now set additional properties using keyword
|
||||
arguments (Issue #48).
|
||||
* Adds Queue.no_ack option to control the no_ack option for individual queues.
|
||||
* Recent versions broke pylibrabbitmq support.
|
||||
* SimpleQueue and SimpleBuffer can now be used as contexts.
|
||||
* Test requirements specifies PyYAML==3.09 as 3.10 dropped Python 2.4 support
|
||||
* Now properly reports default values in Connection.info/.as_uri
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 13 22:42:00 UTC 2011 - alexandre@exatati.com.br
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%define mod_name kombu
|
||||
|
||||
Name: python-%{mod_name}
|
||||
Version: 1.1.6
|
||||
Version: 1.2.0
|
||||
Release: 0
|
||||
License: BSD License
|
||||
Summary: AMQP Messaging Framework for Python
|
||||
@ -29,7 +29,7 @@ Url: http://github.com/ask/kombu/
|
||||
Group: Development/Languages/Python
|
||||
Source: %{mod_name}-%{version}.tar.bz2
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: python-setuptools
|
||||
BuildRequires: python-distribute
|
||||
Requires: python-amqplib
|
||||
Requires: python-anyjson
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user