flask-migrate 1.1.1-1 source package in Ubuntu

Changelog

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


  * New upstream release.
  * debian/rules: enable testsuite. tests/ dir is now included in upstream
    tarball from pypi.
  * debian/control: Add python-flask-script, python-flask-sqlalchemy and
    alembic to Build-Depends. Needed for testsuite.

 -- Thomas Bechtold <email address hidden>  Wed, 08 Jan 2014 06:38:25 +0100

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
flask-migrate_1.1.1-1.dsc 1.9 KiB f9853e9f57ad2b6d1f1d23b7b51dbe3f502a77a0635da42c27f9ba40f86998d1
flask-migrate_1.1.1.orig.tar.gz 7.3 KiB bee5d540f106c17c10477b133ee1f767215c17ddbe7e9a671bc1f95b40bd2918
flask-migrate_1.1.1-1.debian.tar.gz 2.0 KiB cb0fe636ba2ef70f9ff3aa4e8f57047d2ab45fe11fcdb44038436f8f3623c1bd

Available diffs

No changes file available.

Binary packages built by this source

python-flask-migrate: SQLAlchemy database migrations for Flask applications using Alembic

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