cloudigrade / houndigrade

Tool for inspecting mounted volumes for presence of Red Hat software
GNU General Public License v3.0
1 stars 2 forks source link

Update kombu to 4.2.0 #5

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates kombu from 4.1.0 to 4.2.0.

Changelog ### 4.2.0 ``` ===== :release-date: 2018-05-21 09:00 A.M IST :release-by: Omer Katz - Now passing ``max_retries``, ``interval_start``, ``interval_step``, ``interval_max`` parameters from broker ``transport_options`` to :meth:`~kombu.Connection.ensure_connection` when returning :meth:`~kombu.Connection.default_connection` (Issue 765). Contributed by **Anthony Lukach**. - Qpid: messages are now durable by default Contributed by **David Davis** - Kombu now requires version 2.10.4 or greater of the redis library, in line with Celery Contributed by **Colin Jeanne** - Fixed ImportError in some environments with outdated simplejson Contributed by **Aaron Morris** - MongoDB: fixed failure on MongoDB versions with an "-rc" tag Contributed by **dust8** - Ensure periodic polling frequency does not exceed timeout in virtual transport Contributed by **Arcadiy Ivanov** - Fixed string handling when using python-future module Contributed by **John Koehl" - Replaced "async" with "asynchronous" in preparation for Python 3.7 Contributed by **Thomas Achtemichuk** - Allow removing pool size limit when in use Contributed by **Alex Hill** - Codebase improvements and fixes by: - **j2gg0s** - **Jon Dufresne** - **Jonas Lergell** - **Mads Jensen** - **Nicolas Delaby** - **Omer Katz** - Documentation improvements by: - **Felix Yan** - **Harry Moreno** - **Mads Jensen** - **Omer Katz** - **Radha Krishna. S.** - **Wojciech Matyśkiewicz** .. _version-4.1.0: ```
Links - PyPI: https://pypi.org/project/kombu - Changelog: https://pyup.io/changelogs/kombu/ - Docs: https://kombu.readthedocs.io
codecov[bot] commented 6 years ago

Codecov Report

Merging #5 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #5   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           2      2           
  Lines         193    193           
  Branches       10     10           
=====================================
  Hits          193    193

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update c9f3b9e...8d7c2a8. Read the comment docs.