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:
parent
92c976f888
commit
5736d17614
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:2a480d8d676f584f6b7a399514f5effa96ced2ce7b37ff975f2c8d16e154e5b4
|
|
||||||
size 307139
|
|
3
kombu-3.0.6.tar.gz
Normal file
3
kombu-3.0.6.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:325ebedb769c1ce3fbc92c563b88ef5e18dc64c308fc42b954258491719b4a0d
|
||||||
|
size 330477
|
@ -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
|
Mon Sep 16 14:32:40 UTC 2013 - speilicke@suse.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-kombu
|
Name: python-kombu
|
||||||
Version: 2.5.14
|
Version: 3.0.6
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -88,7 +88,7 @@ python setup.py test
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc AUTHORS Changelog FAQ README THANKS TODO LICENSE
|
%doc AUTHORS Changelog FAQ README.rst THANKS TODO LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user