SHA256
1
0
forked from pool/python-kombu

- Update to 2.5.4:

- Fixed problem with connection clone and multiple URLs (Issue #182).
    Fix contributed by Dane Guempel.
- zeromq: Now compatible with libzmq 3.2.x.
    Fix contributed by Andrey Antukh.
- Fixed Python 3 installation problem (Issue #187).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=63
This commit is contained in:
Alexandre Rogoski
2012-12-10 17:36:49 +00:00
committed by Git OBS Bridge
parent 6b8ed1f09f
commit e24c6aed03
4 changed files with 14 additions and 4 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Dec 10 17:35:21 UTC 2012 - alexandre@exatati.com.br
- Update to 2.5.4:
- Fixed problem with connection clone and multiple URLs (Issue #182).
Fix contributed by Dane Guempel.
- zeromq: Now compatible with libzmq 3.2.x.
Fix contributed by Andrey Antukh.
- Fixed Python 3 installation problem (Issue #187).
-------------------------------------------------------------------
Thu Dec 6 12:50:10 UTC 2012 - saschpe@suse.de