SHA256
1
0
forked from pool/python-kombu

- Update to 2.1.7:

* compat consumerset now accepts optional channel argument.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=38
This commit is contained in:
Alexandre Rogoski 2012-04-27 19:00:57 +00:00 committed by Git OBS Bridge
parent 5623928e6c
commit 66a7dbe042
4 changed files with 10 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e93b62fb5e3f434dcc23e11b7691a9f6ba6bdd756d1c007e6d18364637c33f48
size 246943

3
kombu-2.1.7.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:26d4a52cc02709c9dcc985eff294bb11a7b1bf2dde861d77e90b565024b18b36
size 247087

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Apr 27 18:59:01 UTC 2012 - alexandre@exatati.com.br
- Update to 2.1.7:
* compat consumerset now accepts optional channel argument.
-------------------------------------------------------------------
Mon Apr 23 14:41:50 UTC 2012 - alexandre@exatati.com.br

View File

@ -19,7 +19,7 @@
%{!?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.6
Version: 2.1.7
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python