meta-openembedded/meta-python
Leon Anavi 1745dd9993 python3-bitarray: Upgrade 1.6.1 -> 1.6.3
Upgrade to release 1.6.3:

- add missing .h files to sdist tarball
- use `Py_SET_TYPE()` and `Py_SET_SIZE()` for Python 3.10
- add official Python 3.10 support
- fix slice assignement to same object, e.g. a[2::] = a or
  a[::-1] = a
- add bitarray.h

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2021-01-25 14:34:06 -08:00
..
classes bandit: add class to perform Bandit scans 2018-11-27 11:05:22 -08:00
conf layer.conf: Add hardknott to LAYERSERIES_COMPAT 2020-11-04 12:43:55 -08:00
licenses python3-pydicti: Add recipe 2020-08-25 10:32:58 -07:00
recipes-connectivity python3-mprpc: remove the recipe 2020-11-02 09:00:32 -08:00
recipes-core packagegroup-meta-python: Remove packages moved to core 2020-12-03 22:32:56 -08:00
recipes-devtools python3-bitarray: Upgrade 1.6.1 -> 1.6.3 2021-01-25 14:34:06 -08:00
recipes-extended python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1 2021-01-20 09:30:09 -08:00
COPYING.MIT
README meta-python: add self as maintainer 2020-05-14 22:24:17 -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: master
revision: HEAD

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

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]' 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 Trevor Gamblin trevor.gamblin@windriver.com