gunicorn icon indicating copy to clipboard operation
gunicorn copied to clipboard

Gunicorn 21 & latest Python 2.x branch

Open benoitc opened this issue 3 years ago • 4 comments

Gunicorn 21 will be out this week. This ticket is created to handle meta discussion about this releases. This will also provide a new maintenance release for the python 2.x branch

Global tasks related:

  • [ ] update documentation.
  • [ ] update website
  • [ ] publish on Pypi

benoitc avatar Aug 31 '21 08:08 benoitc

What is left to get this released? Anything I can do to help?

cognifloyd avatar Mar 31 '22 19:03 cognifloyd

Hi, thanks for your offer :).

we need to fix the CI for the release. Originally I wanted to move to gitlab CI but we can have a try on github. Once we have CI working we can go for a shorter cycle of updates :) Any help on that part would be useful.

I will have a look next week anyway since i want to make a release with a new worker.

Le jeu. 31 mars 2022 à 21:40, Jacob Floyd @.***> a écrit :

What is left to get this released? Anything I can do to help?

— Reply to this email directly, view it on GitHub https://github.com/benoitc/gunicorn/issues/2638#issuecomment-1085024885, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAADRIVIMGIH4C33SEAMCKDVCX5SJANCNFSM5DDTEQVQ . You are receiving this because you were assigned.Message ID: @.***>

-- Sent from my Mobile

benoitc avatar Apr 01 '22 10:04 benoitc

@benoitc Could you merge master into https://github.com/benoitc/gunicorn/pull/2712 ? Is that sufficient to fix CI, or at least fix the pylint part of the lint job? Would you like another PR to use f-strings instead of ignoring them?

cognifloyd avatar Apr 02 '22 17:04 cognifloyd

Is it just about the lint checks to be fixed ( I guess they already are with the PR mentioned above ) or do you also want to migrate the travis configuration to Github Actions? I could help with that.

winem avatar Apr 02 '22 21:04 winem