tonybaloney / retox

For running a local continuous testing environment with tox
MIT License
75 stars 2 forks source link

Update eventlet to 0.25.2 #131

Open pyup-bot opened 4 years ago

pyup-bot commented 4 years ago

This PR updates eventlet from 0.23.0 to 0.25.2.

Changelog ### 0.25.2 ``` ====== * green.ssl: redundant set_nonblocking() caused SSLWantReadError ``` ### 0.25.1 ``` ====== * wsgi (tests): Stop using deprecated cgi.parse_qs() to support Python 3.8; Thanks to Miro Hrončok * os: Add workaround to `open` for pathlib on py 3.7; Thanks to David Szotten ``` ### 0.25.0 ``` ====== * wsgi: Only send 100 Continue response if no response has been sent yet; Thanks to Tim Burke * wsgi: Return 400 on negative Content-Length request headers; Thanks to Tim Burke * Make a GreenPile with no spawn()s an empty sequence; Thanks to nat-goodspeed * wsgi: fix Input.readlines when dealing with chunked input; Thanks to Tim Burke * wsgi: fix Input.readline on Python 3; Thanks to Tim Burke * wsgi: Stop replacing invalid UTF-8 on py3; Thanks to Tim Burke * ssl: Fix compatibility with Python 3.7 ssl.SSLSocket; Thanks to Junyi * reimport submodule as well in patcher.inject; Thanks to Junyi * use Python 2 compatible syntax for keyword-only args; Thanks to nat-goodspeed * wsgi: Catch and swallow IOErrors during discard(); Thanks to Tim Burke * Fix for Python 3.7; Thanks to Marcel Plch * Fix race that could cause using epolls as default hub even when platform does not support it; Thanks to Sergey Shepelev * wsgi: make Expect 100-continue field-value case-insensitive; Thanks to Julien Kasarherou * greenthread: optimize _exit_funcs getattr/del dance; Thanks to Alex Kashirin * New benchmarks runner; Thanks to Sergey Shepelev * ssl: fix connect to use monotonic clock for timeout; Thanks to Sergey Shepelev ``` ### 0.24.1 ``` ====== * greendns: don't contact nameservers if one entry is returned from hosts file; Thanks to Daniel Alvarez ``` ### 0.24.0 ``` ====== * greendns: Fix infinite loop when UDP source address mismatch; Thanks to Lon Hohberger * greendns: Fix bad ipv6 comparison; Thanks to Lon Hohberger * wsgi: Use byte strings on py2 and unicode strings on py3; Thanks to Tim Burke * pools: put to empty pool would block sometimes; Thanks to Sam Merritt * greendns: resolving over TCP produced ValueError; Thanks to Jaume Marhuenda * support.greendns: ImportError when dns.rdtypes was imported before eventlet; Thanks to Jaume Marhuenda * greendns: full comment lines were not skipped; Thanks to nat-goodspeed * Drop support for Python3.3; Python2.6 and python-epoll package * external dependencies for six, monotonic, dnspython; Thanks to nat-goodspeed * wsgi: Don't strip all Unicode whitespace from headers on py3; Thanks to Tim Burke ```
Links - PyPI: https://pypi.org/project/eventlet - Changelog: https://pyup.io/changelogs/eventlet/ - Homepage: http://eventlet.net
codecov-io commented 4 years ago

Codecov Report

Merging #131 into master will not change coverage by %. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #131   +/-   ##
=======================================
  Coverage   31.04%   31.04%           
=======================================
  Files          10       10           
  Lines         422      422           
=======================================
  Hits          131      131           
  Misses        291      291           

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 4635e31...02a2505. Read the comment docs.