SHA256
1
0
forked from pool/python-kombu

Accepting request 209063 from home:appleonkel:branches:devel:languages:python

Update to 3.0.6

OBS-URL: https://build.opensuse.org/request/show/209063
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=90
This commit is contained in:
Denisart Benjamin
2013-12-01 21:22:48 +00:00
committed by Git OBS Bridge
parent 92c976f888
commit 5736d17614
4 changed files with 20 additions and 5 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Dec 1 15:55:53 UTC 2013 - oliver.bengs@opensuse.org
- update to 3.0.6:
* Timer: No longer attempts to hash keyword arguments
* Async: Did not account for the long type for file descriptors
* Redis: Bad pub/sub payloads no longer crashes the consumer.
* Redis: Unix socket URLs can now specify a virtual host by including it as a query parameter.
* Now depends on amqp 3.0.3.
* Redis: Fixed Python 3 compatibility problem
* MongoDB: Fixed problem with URL parsing when authentication used
* pyamqp: Fixed small issue when publishing the message and the property dictionary was set to None.
* Fixed problem in repr(LaxBoundedSemaphore)
* Tests now passing on Python 3.3.
-------------------------------------------------------------------
Mon Sep 16 14:32:40 UTC 2013 - speilicke@suse.com