SHA256
1
0
forked from pool/python-kombu

- Update to 2.1.3:

* Fixes Jython compatibility issues.
  * Fixes Python 2.5 compatibility issues.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=32
This commit is contained in:
Alexandre Rogoski 2012-03-20 17:45:33 +00:00 committed by Git OBS Bridge
parent 74c87c3c52
commit c4537bdb56
4 changed files with 11 additions and 4 deletions

View File

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

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

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 20 17:42:53 UTC 2012 - alexandre@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 - 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.1
Version: 2.1.2
Release: 0
License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python