flask-migrate 4.0.5-1 source package in Ubuntu

Changelog

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

  * [e3e4838] d/watch: Switch to git mode
  * [9593600] New upstream version 4.0.5
  * [4ba2a53] Rebuild patch queue from patch-queue branch
    Dropped patch:
    debian-hacks/db-check-Revert-upstream-functionality-to-check-a-db.patch
    Not needed any more as we are packaging for unstable/testing and alembic
    is "new" enough.

 -- Carsten Schoenert <email address hidden>  Fri, 12 Jan 2024 19:12:08 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-migrate_4.0.5-1.dsc 2.3 KiB 6048cc23a377f58138747875e88b3cb89d88b2279cae54d6a8e3ceafe968564c
flask-migrate_4.0.5.orig.tar.gz 25.9 KiB eb857b34ab028c9ed36e170d57c2c36b98f6fe5c4e991c9b423eb3aee420124e
flask-migrate_4.0.5-1.debian.tar.xz 5.9 KiB 4e3cb17b60c315a0cac117ef3f3dc2aeb77dde3386144914f276f82c90742f01

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.