summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-migrate_3.1.0.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-migrate: upgrade 3.1.0 -> 4.0.0Wang Mingyu2022-11-191-15/+0
| | | | | | | | | | | | | | | | | | | Changelog: ========== Updates for Flask-SQLAlchemy 3.x compatiblity Enable type comparison and batch mode by default Option to rename "db" command group to a custom name Better handling of MetaData instances in templates Set options correctly when revision --autogenerate is used #463 Documentation section on configuring Alembic Upgrade build to pypy-3.9 Add Python 3.10 to build Add Python 3.11 to build Specify license in project metadata #489 Remove tests from pypi package Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Update for setuptools_build_meta renamed to python_setuptools_build_metaRoss Burton2022-03-191-1/+1
| | | | | Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-python: migrate away from setuptool3 where possibleRoss Burton2022-03-111-1/+1
| | | | | | | | | | Many recipes are currently building with setuptools3 but can use a more modern tool: typically setuptools_build_meta but ordered-set can use flit_core and pyrad can use poetry_core. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
* python3-flask-migrate: upgrade 3.0.1 -> 3.1.0zangrc2021-08-231-0/+15
Signed-off-by: Zang Ruochen <zangrc.fnst@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>