Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | python3-flask-migrate: upgrade 4.0.4 -> 4.0.5 | Wang Mingyu | 2023-09-20 | 1 | -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.4 | Wang Mingyu | 2023-02-08 | 1 | -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> |