flask-migrate 4.0.4-1 source package in Ubuntu

Changelog

flask-migrate (4.0.4-1) unstable; urgency=medium

  * Team upload.
  * New upstream version 4.0.4
  * Rebuild patch queue from patch-queu branch
    Added patch:
    debian-hacks/db-check-Revert-upstream-functionality-to-check-a-db.patch
    Bookworm isn't shipping alembic >= 1.9.0 which is supporting the option
    to check for a required migration of a database.

 -- Carsten Schoenert <email address hidden>  Sun, 19 Feb 2023 08:43:52 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-migrate_4.0.4-1.dsc 2.3 KiB c688ab915e58e560eacacd29592cce8fc9383c0e5debb0ca0afeece796fc73da
flask-migrate_4.0.4.orig.tar.gz 26.0 KiB b739bd9ba6c60a9542eaa471964278dd9c6e7e041e05611d066b120e73e20fd0
flask-migrate_4.0.4-1.debian.tar.xz 6.8 KiB fd19bb354ec101667797acba3915e1c1ba20a0cdf58d4ebc4ce33a79556dd933

Available diffs

No changes file available.

Binary packages built by this source

flask-migrate-doc: SQLAlchemy migrations for Flask using Alembic and Python 3 (Documentation)

 Flask-Migrate is an extension that handles SQLAlchemy database migrations for
 Flask applications using Alembic. The database operations are provided as
 command-line arguments under the flask db command.
 .
 This package contains the documentation for flask-migrate.

python3-flask-migrate: SQLAlchemy migrations for Flask using Alembic and Python 3

 Flask-Migrate is an extension that handles SQLAlchemy database migrations for
 Flask applications using Alembic. The database operations are provided as
 command-line arguments under the flask db command.