migrate 0.7.1-2build1 source package in Ubuntu

Changelog

migrate (0.7.1-2build1) precise; urgency=low

  * No change rebuild, due to same issue described in 0.7.1-2,
    (Debian Bug #636900).
 -- Dave Walker (Daviey) <email address hidden>   Mon, 17 Oct 2011 20:50:05 +0100

Upload details

Uploaded by:
Dave Walker
Uploaded to:
Precise
Original maintainer:
Jan Dittberner
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
migrate_0.7.1.orig.tar.gz 99.0 KiB 11ebee99663118d94dadf41035f73bb2d7ac0e4492c29b59824a8aaddb28b9f8
migrate_0.7.1-2build1.debian.tar.gz 7.8 KiB 10db5b3fc215c2691b0e9c5c9ff2bd6840d19dcdeef8cc3c0dc45515109bbbba
migrate_0.7.1-2build1.dsc 1.5 KiB ae72a9bc8bf5ee4c469bdb7e27b6494afc2978edf80016fccccc16a8de522e26

Available diffs

View changes file

Binary packages built by this source

python-migrate: Database schema migration for SQLAlchemy

 Inspired by Ruby on Rails' migrations, migrate provides a way to deal
 with database schema changes in SQLAlchemy projects.
 .
 SQLAlchemy-migrate is build on top of SQLAlchemy and provides a changeset
 and a versioning API for database schemas as well as a script utilizing
 these APIs. The database change sets are managed in a file based
 repository allowing upgrades and downgrades of database schema versions.
 The change sets may consist of Python code facilitating the changeset API
 or SQL scripts.
 .
 SQLAlchemy-migrate has support for MySQL, PostgreSQL, SQLite and Oracle
 databases. The support for Oracle is not as well tested as the support for
 the other database systems.