summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-alembic: Upgrade 1.5.4 -> 1.5.5Leon Anavi2021-02-241-0/+16
Upgrade to release 1.5.5: - Adjusted the use of SQLAlchemy's .copy() internals to use ._copy() for version 1.4.0, as this method is being renamed. - Added new config file option prepend_sys_path, which is a series of paths that will be prepended to sys.path; the default value in newly generated alembic.ini files is ".". Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>