mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Changelog: =========== Fix: Handle a list of keys (not just a single key) in Django cache spans (#2082) Add cache.hit and cache.item_size to Django (#2057) Use http.method instead of method (#2054) Handle non-int exc.status_code in Starlette (#2075) Handle SQLAlchemy engine.name being bytes (#2074) Fix KeyError in capture_checkin if SDK is not initialized (#2073) Use functools.wrap for ThreadingIntegration patches to fix attributes (#2080) Pin urllib3 to <2.0.0 for now (#2069) Do not send monitor_config when unset (#2058) Add db.system span data (#2040, #2042) Fix memory leak in profiling (#2049) Fix crash loop when returning none in before_send (#2045) Better handling of redis span/breadcrumb data (#2033) Add db.system to redis and SQLAlchemy db spans (#2037, #2038, #2039) (#2037) Upgraded linting tooling (#2026) Made code more resilient. (#2031) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> |
||
|---|---|---|
| .. | ||
| classes | ||
| conf | ||
| licenses | ||
| recipes-connectivity | ||
| recipes-core | ||
| recipes-devtools | ||
| recipes-extended | ||
| recipes-networking/python | ||
| COPYING.MIT | ||
| README | ||
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>