Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump gunicorn to 20.0.2 #8643

Merged
merged 1 commit into from
Nov 24, 2019
Merged

Bump gunicorn to 20.0.2 #8643

merged 1 commit into from
Nov 24, 2019

Conversation

villebro
Copy link
Member

CATEGORY

Choose one

  • Bug Fix
  • Enhancement (new features, refinement)
  • Refactor
  • Add tests
  • Build / Development Environment
  • Documentation

SUMMARY

This PR bumps gunicorn to the latest version, which should make Superset completely Python 3.7 compatible. gunicorn==20.0.0 had a regression which broke rendering of static pages when using gevent, but the 20.0.2 version has been tested to work well with gevent and from behind an SSL terminated LB (this didn't work with gunicorn==19.9.x).

ADDITIONAL INFORMATION

REVIEWERS

@mistercrunch @john-bodley

@codecov-io
Copy link

codecov-io commented Nov 23, 2019

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #8643   +/-   ##
=======================================
  Coverage   65.78%   65.78%           
=======================================
  Files         482      482           
  Lines       23814    23814           
  Branches     2589     2589           
=======================================
  Hits        15667    15667           
  Misses       7978     7978           
  Partials      169      169

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 6c83c64...41cc430. Read the comment docs.

@villebro villebro merged commit 4a34c55 into apache:master Nov 24, 2019
@mistercrunch mistercrunch added 🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels 🚢 0.36.0 labels Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🏷️ bot A label used by `supersetbot` to keep track of which PR where auto-tagged with release labels size/XS 🚢 0.36.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gunicorn==19.8.1 does not work on Python 3.7
4 participants