migrate 0.7.1-2 source package in Ubuntu

Changelog

migrate (0.7.1-2) unstable; urgency=low

  * Fix "please update dependency on python-sqlalchemy", rebuild to fix
    python-sqlalchemy dependency (Closes: #636900)
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  17 Oct 2011 11:15:31 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
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-2.debian.tar.gz 7.2 KiB fdba84908b3609ed244e4b4af439bb78899ef983c40f23e4f1927765bf2f15f8
migrate_0.7.1-2.dsc 2.0 KiB a4fb8373b74eee8534990207cfb9e42edb32c933a578488cd22ec779f9b4a35e

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.