meta-openembedded/meta-python
Wang Mingyu 5781b7c82c
python3-alembic: upgrade 1.13.2 -> 1.13.3
Changelog:
==========
- Render if_exists and if_not_exists parameters in CreateTableOp, CreateIndexOp,
  DropTableOp and DropIndexOp in an autogenerate context.
- Enhance version_locations parsing to handle paths containing newlines.
- Added support for Operations.create_table.if_not_exists and
  Operations.drop_table.if_exists, adding similar functionality to render
  IF [NOT] EXISTS for table operations in a similar way as with indexes.
- The pin for setuptools<69.3 in pyproject.toml has been removed.

MJ:
https://git.openembedded.org/meta-openembedded/commit/?h=styhead&id=4441545a5dc75120bb4e839d71c6f8fc500e917f
was backported into styhead causing:

| ERROR Missing dependencies:
|       setuptools<69.3,>=61.0
| WARNING: exit code 1 from a shell command.

this upgrade resolves this issue (see last item in changelog)

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
2024-11-25 13:29:59 -08:00
..
classes meta-python: missing closing brace 2024-04-15 21:01:19 -07:00
conf non-repro-meta-python: exclude packages that failed previously 2024-09-14 08:43:55 -07:00
licenses python3-crc32c: add 2.2.post0 2022-03-01 09:06:56 -08:00
recipes-connectivity Use PYTHON_SITEPACKAGES_DIR instead of hard-coded site-packages directory path 2024-04-15 21:01:20 -07:00
recipes-core python3-fastjsonschema: Add missing rdeps for ptests 2024-09-15 16:02:38 -07:00
recipes-devtools python3-alembic: upgrade 1.13.2 -> 1.13.3 2024-11-25 13:29:59 -08:00
recipes-extended python3-rich: upgrade 13.8.0 -> 13.8.1 2024-11-19 13:13:18 -08:00
recipes-networking/python python3-ldap: upgrade 3.4.3 -> 3.4.4 2023-11-21 22:35:51 -08:00
COPYING.MIT
README.md meta-openemnedded: Add myself as styhead maintainer 2024-09-29 13:58:53 -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: styhead

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

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

Maintenance

Layer maintainers: Armin Kuster akuster808@gmail.com