SHA256
1
0
forked from pool/python-kombu

- update to 4.1.0:

-  RabbitMQ: Ensured safer encoding of queue arguments.
  - Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if
  - Added Python 3.6 to CI testing
  - Fixed bug around modifying dictionary size while iterating over it

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=121
This commit is contained in:
2018-01-30 13:39:07 +00:00
committed by Git OBS Bridge
parent c8eba28b8f
commit 0428800602
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Jan 30 13:33:59 UTC 2018 - dmueller@suse.com
- update to 4.1.0:
- RabbitMQ: Ensured safer encoding of queue arguments.
- Added fallback to :func:``uuid.uuid5`` in :func:``generate_oid`` if
- Added Python 3.6 to CI testing
- Fixed bug around modifying dictionary size while iterating over it
-------------------------------------------------------------------
Wed Jun 28 20:28:50 UTC 2017 - benoit.monin@gmx.fr