summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tornado_6.1.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tornado: Upgrade 6.1 -> 6.2Leon Anavi2022-07-111-28/+0
| | | | | | | | | | | | | | | | Upgrade to release 6.2: - The minimum supported Python version is now 3.7. - Wheels are now published with the Python stable ABI (abi3) for compatibility across versions of Python. - SSL certificate verfication and hostname checks are now enabled by default in more places (primarily in client-side usage of SSLIOStream). - Various improvements to type hints throughout the package. - CI has moved from Travis and Appveyor to Github Actions. Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-031-3/+3
| | | | | | | | | | This is the result of automated script (0.9.1) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* python3-tornado: Upgrade 6.0.4 -> 6.1Leon Anavi2020-11-041-0/+28
Upgrade to release 6.1: - Windows support has been improved. Tornado is now compatible with the proactor event loop (which became the default in Python 3.8) by automatically falling back to running a selector in a second thread. This means that it is no longer necessary to explicitly configure a selector event loop, although doing so may improve performance. This does not change the fact that Tornado is significantly less scalable on Windows than on other platforms. - Binary wheels are now provided for Windows, MacOS, and Linux (amd64 and arm64). - This is the last release of Tornado to support Python 3.5. Future versions will require Python 3.6 or newer License-Update: Checksum change, lisense remains "Apache-2.0" Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>