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 amqp to 2.3.1 #7

Closed pyup-bot closed 6 years ago

pyup-bot commented 6 years ago

This PR updates amqp from 2.2.2 to 2.3.1.

Changelog ### 2.3.1 ``` ===== :release-date: 2018-05-27 16:30 P.M UTC+3 :release-by: Omer Katz - Fix a regression that occurs when running amqp under Python 2.7. 182 mistakingly replaced a type check with unicode to string_t which is str in Python 2.7. text_t should have been used instead. This is now fixed and the tests have been adjusted to ensure this never regresses again. Fix contributed by **Omer Katz** .. _version-2.3.0: ``` ### 2.3.0 ``` ===== :release-date: 2018-05-27 16:30 P.M UTC+3 :release-by: Omer Katz - Cleanup TCP configurations across platforms and unified defaults. Fix contributed by **Dan Chowdhury** - Fix for TypeError when setting socket options. Fix contributed by **Matthias Erll** - Ensure that all call sites for decoding bytes to str allow surrogates, as the encoding mechanism now supports. Fix contributed by **Stephen Hatch** - Don't send AAAA DNS request when domain resolved to IPv4 address. Fix contributed by **Ihar Hrachyshka & Omer Katz** - Support for EXTERNAL authentication and specific login_method. Fix contributed by **Matthias Erll** - If the old python-gssapi library is installed the gssapi module will be available. We now ensure that we only use the new gssapi library. Fix contributed by **Jacopo Notarstefano** Code Cleanups & Test Coverage: - :github_user:`eric-eric-eric` - **Omer Katz** - **Jon Dufresne** - **Matthias Urlichs** .. _version-2.2.2: ```
Links - PyPI: https://pypi.org/project/amqp - Changelog: https://pyup.io/changelogs/amqp/ - Repo: http://github.com/celery/py-amqp
codecov[bot] commented 6 years ago

Codecov Report

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

Impacted file tree graph

@@          Coverage Diff          @@
##           master     #7   +/-   ##
=====================================
  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 cfd7844...11d824d. Read the comment docs.