summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tornado_6.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-tornado: Upgrade 6.1 -> 6.2Leon Anavi2022-07-111-0/+27
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>