summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-flask-migrate_4.0.4.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-flask-migrate: upgrade 4.0.4 -> 4.0.5Wang Mingyu2023-09-201-15/+0
| | | | | | | | | | | Changelog: ========== -Compatiblity fixes for Flask-SQLAlchemy >= 3.1 -Allow process_revision_directives option to be configurable -Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped supporting it Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* python3-flask-migrate: upgrade 4.0.1 -> 4.0.4Wang Mingyu2023-02-081-0/+15
Changelog: =========== Correctly obtain database URL with SQLAlchemy 2.0 Remove legacy future import in Alembic templates Add SQLAlchemy 1.4 and 2.0 to the test matrix Switch to pytest as test runner Support "check" command #502 Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>