python3-flask-migrate: upgrade 4.0.4 -> 4.0.5

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>
This commit is contained in:
Wang Mingyu
2023-09-19 15:47:01 +08:00
committed by Khem Raj
parent 1e943e2f98
commit dedaf8ada8

View File

@@ -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] = "73293d40b10ac17736e715b377e7b7bde474cb8105165d77474df4c3619b10b3"
SRC_URI[sha256sum] = "d3f437a8b5f3849d1bb1b60e1b818efc564c66e3fefe90b62e5db08db295e1b1"
PYPI_PACKAGE = "Flask-Migrate"