meta-openembedded/meta-python
Wang Mingyu 35e86713c3
python3-tornado: upgrade 6.5.1 -> 6.5.2
Changelog:
============
- Fixed a bug that resulted in WebSocket pings not being sent at the configured interval.
- Improved logging for invalid Host headers. This was previously logged as an
  uncaught exception with a stack trace, now it is simply a 400 response
  (logged as a warning in the access log).
- Restored the host argument to HTTPServerRequest. This argument is deprecated
  and will be removed in the future, but its removal with no warning in 6.5.0 was a mistake.
- Removed a debugging print statement that was left in the code.
- Improved type hints for gen.multi.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-08-21 13:15:38 -07:00
..
classes distutils: remove classes 2025-05-22 17:39:10 -07:00
conf ptest-packagelists-meta-python: remove tftpy 2025-07-25 17:12:11 -07:00
licenses python3-crc32c: Declare Zlib license 2025-02-03 20:16:25 -08:00
recipes-connectivity meta-openembedded/all: adapt to UNPACKDIR changes 2025-06-25 06:44:52 -07:00
recipes-core python3-colorama: remove recipe 2025-06-20 10:34:12 -07:00
recipes-devtools python3-tornado: upgrade 6.5.1 -> 6.5.2 2025-08-21 13:15:38 -07:00
recipes-extended python3-rich: upgrade 14.0.0 -> 14.1.0 2025-07-30 16:40:02 -07:00
recipes-networking/python Use https:// in HOMEPAGE variable instead of http:// 2025-03-25 18:32:07 -07:00
COPYING.MIT
README.md
SECURITY.md meta: Add SECURITY.md file to all layers 2024-11-23 09:00:14 -08:00

meta-python

Introduction

This layer is intended to be the home of python modules for OpenEmbedded.

Dependencies

The meta-python layer depends on:

URI: git://git.openembedded.org/openembedded-core
layers: meta
branch: master

URI: git://git.openembedded.org/meta-openembedded
layers: meta-oe
branch: master

Contributing

The meta-openembedded mailinglist (openembedded-devel@lists.openembedded.org) is used for questions, comments and patch review. It is subscriber only, so please register before posting.

Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-python]' in the subject.

When sending single patches, please use something like: git send-email -M -1 --to=openembedded-devel@lists.openembedded.org --subject-prefix='meta-python][PATCH'

Maintenance

Layer maintainers: Tim "moto-timo" Orling TicoTimo@gmail.com Derek Straka derek@asterius.io