meta-openembedded/meta-python
Trevor Gamblin 1d0d23978a python3-lxml: upgrade 4.6.3 -> 4.6.5
Release notes (https://github.com/lxml/lxml/blob/master/CHANGES.txt):

4.6.5 (2021-12-12)
==================

Bugs fixed
----------

* A vulnerability (GHSL-2021-1038) in the HTML cleaner allowed sneaking script
  content through SVG images (CVE-2021-43818).

* A vulnerability (GHSL-2021-1037) in the HTML cleaner allowed sneaking script
  content through CSS imports and other crafted constructs (CVE-2021-43818).

4.6.4 (2021-11-01)
==================

Features added
--------------

* GH#317: A new property ``system_url`` was added to DTD entities.
  Patch by Thirdegree.

* GH#314: The ``STATIC_*`` variables in ``setup.py`` can now be passed via env vars.
  Patch by Isaac Jurado.

Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2022-04-07 16:42:55 -07:00
..
classes
conf layer.conf: Update to honister 2021-08-03 10:21:25 -07:00
licenses
recipes-connectivity recipes: Update SRC_URI branch and protocols 2021-11-06 11:00:13 -07:00
recipes-core python3-posix-ipc: Add recipe for version 1.0.5 2021-10-11 07:19:52 -07:00
recipes-devtools python3-lxml: upgrade 4.6.3 -> 4.6.5 2022-04-07 16:42:55 -07:00
recipes-extended recipes: Update SRC_URI branch and protocols 2021-11-06 11:00:13 -07:00
COPYING.MIT
README README: updated Maintainers list for Honister 2021-10-01 15:30:15 -07: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: honister

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

Please follow the recommended setup procedures of your OE distribution.
For Angstrom that is:
        http://www.angstrom-distribution.org/building-angstrom,
other distros should have similar online resources.

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][honister]' 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][honister][PATCH'

Maintenance
-------------------------

Stable Branch Maintainer: Armin Kuster <akuster088@gmail.com>