meta-openembedded/meta-python/recipes-devtools/python/python3-alembic_1.16.2.bb
Wang Mingyu 0ed559d72f
python3-alembic: upgrade 1.16.1 -> 1.16.2
Changelog:
===========
- Fixed issue where dialect-specific keyword arguments in dialect_kwargs were
  not rendered when rendering the Operations.create_foreign_key() operation.
- Fixed rendering of pyproject.toml to include two newlines when appending
  content to an existing file.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2025-06-26 07:24:01 -07:00

18 lines
445 B
BlitzBasic

DESCRIPTION = "A database migration tool for SQLAlchemy"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ee18d90dcc02d96b76e9e953629936"
inherit pypi python_setuptools_build_meta
SRC_URI[sha256sum] = "e53c38ff88dadb92eb22f8b150708367db731d58ad7e9d417c9168ab516cbed8"
RDEPENDS:${PN} += "\
python3-dateutil \
python3-editor \
python3-mako \
python3-sqlalchemy \
python3-misc \
"
BBCLASSEXTEND = "native nativesdk"