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

[FW][REF] requirements.txt: Use gevent 1.5.0 version with fixes for >=py3.7.4 #56857

Closed

Conversation

fw-bot
Copy link
Contributor

@fw-bot fw-bot commented Sep 1, 2020

The following commit fixes >=py3.7.4 compatibility:

It was released in stable version gevent==1.5.0 on April 10, 2020:

gevent==1.3.4 was released on June 20, 2018

And python3.7.0 was released June 27, 2018

So, the current pinned version 1.3.4 is not optimized for py3.7

It could be a possible reason to reproduce the following error:

This change upgrades the pinned version to gevent==1.5.0
in order to get an optimized version for py3.7

Bump version to greenlet==0.4.14 for py3.7 since that it is the
version defined in the sha of release of gevent==1.5.0

Forward-Port-Of: #56167

….7.4

The following commit fixes >=py3.7.4 compatibility:
 - gevent/gevent@9d27d26
It was released in stable version gevent==1.5.0 on April 10, 2020:
 - https://pypi.org/project/gevent/1.5.0/

gevent==1.3.4 was released on June 20, 2018
 - https://github.com/gevent/gevent/releases/tag/1.3.4

And python3.7.0 was released June 27, 2018
 - https://www.python.org/downloads/release/python-370/

So, the current pinned version 1.3.4 is not optimized for py3.7

It could be a possible reason to reproduce the following error:
 - odoo#50861

This change upgrades the pinned version to gevent==1.5.0
in order to get an optimized version for py3.7

Bump version to greenlet==0.4.14 for py3.7 since that it is the
version defined in the sha of release of gevent==1.5.0
 - gevent/gevent@a1a72cb9
 - https://github.com/gevent/gevent/blob/a1a72cb9/setup.py#L188

X-original-commit: c4f7499
@robodoo robodoo added forwardport This PR was created by @fw-bot seen 🙂 labels Sep 1, 2020
@fw-bot
Copy link
Contributor Author

fw-bot commented Sep 1, 2020

This PR targets saas-11.3 and is part of the forward-port chain. Further PRs will be created up to master.

More info at https://github.com/odoo/odoo/wiki/Mergebot#forward-port

@robodoo robodoo added ☑ legal/cla CI 🤖 Robodoo has seen passing statuses and removed ☐ legal/cla labels Sep 1, 2020
robodoo pushed a commit that referenced this pull request Sep 1, 2020
….7.4

The following commit fixes >=py3.7.4 compatibility:
 - gevent/gevent@9d27d26
It was released in stable version gevent==1.5.0 on April 10, 2020:
 - https://pypi.org/project/gevent/1.5.0/

gevent==1.3.4 was released on June 20, 2018
 - https://github.com/gevent/gevent/releases/tag/1.3.4

And python3.7.0 was released June 27, 2018
 - https://www.python.org/downloads/release/python-370/

So, the current pinned version 1.3.4 is not optimized for py3.7

It could be a possible reason to reproduce the following error:
 - #50861

This change upgrades the pinned version to gevent==1.5.0
in order to get an optimized version for py3.7

Bump version to greenlet==0.4.14 for py3.7 since that it is the
version defined in the sha of release of gevent==1.5.0
 - gevent/gevent@a1a72cb9
 - https://github.com/gevent/gevent/blob/a1a72cb9/setup.py#L188

closes #56857

X-original-commit: c4f7499
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
@robodoo robodoo closed this Sep 1, 2020
@robodoo robodoo temporarily deployed to merge September 1, 2020 13:10 Inactive
@fw-bot fw-bot deleted the saas-11.3-11.0-py3-gevent-moy-Srog-fw branch September 15, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI 🤖 Robodoo has seen passing statuses forwardport This PR was created by @fw-bot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants