- Update to 2.4.6:

- Adds additional compatibility dependencies:
    - Python <= 2.6:
        - importlib
        - ordereddict
    - Python <= 2.5
        - simplejson

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=54
This commit is contained in:
Alexandre Rogoski 2012-09-12 17:12:34 +00:00 committed by Git OBS Bridge
parent b9af9d1e2e
commit 532acb011c
4 changed files with 15 additions and 4 deletions

View File

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

3
kombu-2.4.6.tar.gz Normal file
View File

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

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Sep 12 17:10:37 UTC 2012 - alexandre@exatati.com.br
- Update to 2.4.6:
- Adds additional compatibility dependencies:
- Python <= 2.6:
- importlib
- ordereddict
- Python <= 2.5
- simplejson
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Aug 30 17:02:05 UTC 2012 - alexandre@exatati.com.br Thu Aug 30 17:02:05 UTC 2012 - alexandre@exatati.com.br

View File

@ -16,7 +16,7 @@
# #
Name: python-kombu Name: python-kombu
Version: 2.4.5 Version: 2.4.6
Release: 0 Release: 0
License: BSD-2-Clause License: BSD-2-Clause
Summary: AMQP Messaging Framework for Python Summary: AMQP Messaging Framework for Python