meta-openembedded/meta-python
Leon Anavi a1938bff15 python3-httpx: Upgrade 0.26.0 -> 0.27.0
Upgrade to version 0.27.0:

- The app=... shortcut has been deprecated. Use the explicit style
  of transport=httpx.WSGITransport() or transport=httpx.ASGITransport()
  instead.
- Respect the http1 argument while configuring proxy transports.
- Fix RFC 2069 mode digest authentication.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2024-03-23 10:01:49 -07:00
..
classes meta-python: drop ${PYTHON_PN} 2024-02-19 23:22:24 -08:00
conf python3-dbus: re-add recipe with latest patches and add ptest 2024-03-22 21:19:50 -07:00
licenses
recipes-connectivity recipes: Drop remaining PR values from recipes 2024-03-17 13:10:10 -07:00
recipes-core python3-dbus: re-add recipe with latest patches and add ptest 2024-03-22 21:19:50 -07:00
recipes-devtools python3-httpx: Upgrade 0.26.0 -> 0.27.0 2024-03-23 10:01:49 -07:00
recipes-extended python3-blivetgui: upgrade 2.4.2 -> 2.5.0 2024-03-20 09:28:07 -07:00
recipes-networking/python
COPYING.MIT
README.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