flask-migrate 3.1.0-1 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster:
    + python3-flask-migrate: Drop versioned constraint on alembic in Depends.

  [ Sandro Tosi ]
  * New upstream release; Closes: #997349
  * debian/watch
    - track github releases
  * debian/rules
    - update location of template
    - set PYTHONPATH to run tests
  * debian/patches/run-sys.executable-m-flask-not-the-global-flask.patch
    - refresh patch
  * debian/control
    - drop python3-flask-script from b-d, no longer needed

 -- Sandro Tosi <email address hidden>  Mon, 13 Jun 2022 17:17:53 -0400

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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
flask-migrate_3.1.0-1.dsc 2.1 KiB 99371ebcfeae4a218b0ee7090dbadb71c86746485be1e5501172745eb79be02e
flask-migrate_3.1.0.orig.tar.xz 20.8 KiB 1d5b811e607cd712b9fd609b81699ded82d48b736bda747c080461a765e7a947
flask-migrate_3.1.0-1.debian.tar.xz 3.7 KiB fa37866c09a7ce10ed51e5a3db48b204a9ebef77055c932638cb9cb6dd4087df

Available diffs

No changes file available.

Binary packages built by this source

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.