Skip to content

Commit

Permalink
python3-flask-migrate: upgrade 3.1.0 -> 4.0.0
Browse files Browse the repository at this point in the history
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 openembedded#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 openembedded#489
 Remove tests from pypi package

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
  • Loading branch information
wangmingyu84 authored and kraj committed Nov 19, 2022
1 parent 1e4fd55 commit 9df74ab
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alemb
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85"

SRC_URI[sha256sum] = "57d6060839e3a7f150eaab6fe4e726d9e3e7cffe2150fb223d73f92421c6d1d9"
SRC_URI[sha256sum] = "2a301c3040af6844f29d9149abe428a0f08ebc8fa149e72113bbb36fa341920a"

PYPI_PACKAGE = "Flask-Migrate"

Expand Down

0 comments on commit 9df74ab

Please sign in to comment.