[Python-modules-commits] r7266 - in packages/migrate/trunk/debian (changelog control)

jandd-guest at users.alioth.debian.org jandd-guest at users.alioth.debian.org
Sun Jan 4 13:38:25 UTC 2009


    Date: Sunday, January 4, 2009 @ 13:38:24
  Author: jandd-guest
Revision: 7266

improve package description

Modified:
  packages/migrate/trunk/debian/changelog
  packages/migrate/trunk/debian/control

Modified: packages/migrate/trunk/debian/changelog
===================================================================
--- packages/migrate/trunk/debian/changelog	2009-01-03 23:38:18 UTC (rev 7265)
+++ packages/migrate/trunk/debian/changelog	2009-01-04 13:38:24 UTC (rev 7266)
@@ -1,10 +1,15 @@
 migrate (0.4.5-2) UNRELEASED; urgency=low
 
+  [ Sandro Tosi ]
   * debian/control
     - switch Vcs-Browser field to viewsvn
 
- -- Sandro Tosi <morph at debian.org>  Mon, 03 Nov 2008 22:13:34 +0100
+  [ Jan Dittberner ]
+  * debian/control
+    - improved description
 
+ -- Jan Dittberner <jan at dittberner.info>  Sun, 04 Jan 2009 14:31:40 +0100
+
 migrate (0.4.5-1) unstable; urgency=low
 
   * New upstream version

Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control	2009-01-03 23:38:18 UTC (rev 7265)
+++ packages/migrate/trunk/debian/control	2009-01-04 13:38:24 UTC (rev 7266)
@@ -19,3 +19,14 @@
 Description: 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.




More information about the Python-modules-commits mailing list