Upgrade to release 2.5.3: - Allow Path objects to be used as directory parameter - Use same database URLs as Flask-SQLAlchemy - Document how to set up with init_app method - Document how to include a message in initial migrate - Remove checks for alembic 0.7.0. Flask-Migrate requires alembic >= 0.7 in its setup.py file, which makes all the checks for this version obsolete. - Use sys.executable in tests, also re-order imports - Cosmetic improvements to help messages
Signed-off-by: Leon Anavi <[email protected]> --- ...-flask-migrate_2.5.2.bb => python3-flask-migrate_2.5.3.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-flask-migrate_2.5.2.bb => python3-flask-migrate_2.5.3.bb} (71%) diff --git a/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.2.bb b/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb similarity index 71% rename from meta-python/recipes-devtools/python/python3-flask-migrate_2.5.2.bb rename to meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb index 78ec665ef..54fa1dd97 100644 --- a/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.2.bb +++ b/meta-python/recipes-devtools/python/python3-flask-migrate_2.5.3.bb @@ -2,8 +2,8 @@ DESCRIPTION = "SQLAlchemy database migrations for Flask applications using Alemb LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b69377f79f3f48c661701236d5a6a85" -SRC_URI[md5sum] = "bedeb0366740fda6912fea683be11968" -SRC_URI[sha256sum] = "a96ff1875a49a40bd3e8ac04fce73fdb0870b9211e6168608cbafa4eb839d502" +SRC_URI[md5sum] = "707d4a5fd4e11d3113a1228aa7793176" +SRC_URI[sha256sum] = "a69d508c2e09d289f6e55a417b3b8c7bfe70e640f53d2d9deb0d056a384f37ee" PYPI_PACKAGE = "Flask-Migrate" -- 2.17.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#86642): https://lists.openembedded.org/g/openembedded-devel/message/86642 Mute This Topic: https://lists.openembedded.org/mt/76453044/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
