meta-openembedded/meta-python
Leon Anavi 0b802c8cb8
python3-starlette: Upgrade 0.46.2 -> 0.47.0
Upgrade to release 0.47.0:

- Add support for ASGI pathsend extension
- Add partitioned attribute to Response.set_cookie
- Change methods parameter type from list[str] to Collection[str]
- Replace import typing by from typing import ... in the whole
  codebase
- Mark ExceptionMiddleware.http_exception as async to prevent
  thread creation

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-09 21:19:04 -07:00
..
classes distutils: remove classes 2025-05-22 17:39:10 -07:00
conf python3-pytest-sugar: Add recipe 2025-06-03 23:39:12 -07:00
licenses
recipes/devtool python3-breathe: Inherit ptest-python-pytest instead of ptest 2025-04-02 09:27:44 -07:00
recipes-connectivity
recipes-core python3-web3: Re-enable on riscv32 2025-04-19 14:36:08 -07:00
recipes-devtools python3-starlette: Upgrade 0.46.2 -> 0.47.0 2025-06-09 21:19:04 -07:00
recipes-extended python3-blivet: support fat resize 2025-06-03 22:01:47 -07:00
recipes-networking/python
COPYING.MIT
README.md
SECURITY.md

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