summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
Commit message (Collapse)AuthorAgeFilesLines
* python3-alembic: Upgrade 1.5.5 -> 1.5.7Leon Anavi2021-03-171-16/+0
| | | | | | | | | | | | | Upgrade to release 1.5.7: - Bug fix: adjusted the recently added EnvironmentContext.configure.include_name hook to accommodate for additional object types such as "views" that don't have a parent table, to support third party recipes and extensions. 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>
* 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>