migrate 0.8.2-0ubuntu1 source package in Ubuntu

Changelog

migrate (0.8.2-0ubuntu1) trusty; urgency=low

  * New upstream release:
    - debian/control: Add python-pbr as a build dependency.
    - Dropped patches:
      + debian/patches/Add_compatibility_with_sqlalchemy_0.8.patch
      + debian/patches/Fix_dropping_of_indexed_columns_in_sqlite_sa08.patch
   - Rediffed patches:
      + debian/patches/use-local-intersphinx.patch
      + debian/patches/disable_issuetracker.patch
 -- Chuck Short <email address hidden>   Mon, 18 Nov 2013 10:04:26 -0500

Upload details

Uploaded by:
Chuck Short
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
migrate_0.8.2.orig.tar.gz 135.7 KiB 27a3ffce6a753e1e787f4f576e54ee240fa95abd02428638fa285eaaa3cbd22c
migrate_0.8.2-0ubuntu1.debian.tar.gz 8.8 KiB 6666fef8437d6b03466e4c532c56e051380b0b4bb2b7d77c7591d8c129b46a88
migrate_0.8.2-0ubuntu1.dsc 1.6 KiB c20a81281a1a821f5ef45629e3f665dd3982e49ed0ff5023275a5db657f1a79f

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.