[Python-modules-commits] r7309 - in packages/migrate/trunk/debian (changelog control)
jandd-guest at users.alioth.debian.org
jandd-guest at users.alioth.debian.org
Fri Jan 9 22:36:07 UTC 2009
Date: Friday, January 9, 2009 @ 22:36:07
Author: jandd-guest
Revision: 7309
prepare for release
depend on SQLAlchemy << 0.5
fix 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-09 16:22:56 UTC (rev 7308)
+++ packages/migrate/trunk/debian/changelog 2009-01-09 22:36:07 UTC (rev 7309)
@@ -1,4 +1,4 @@
-migrate (0.4.5-2) UNRELEASED; urgency=low
+migrate (0.4.5-2) unstable; urgency=low
[ Sandro Tosi ]
* debian/control
@@ -7,8 +7,9 @@
[ Jan Dittberner ]
* debian/control
- improved description
+ - depend on SQLAlchemy << 0.5
- -- Jan Dittberner <jan at dittberner.info> Sun, 04 Jan 2009 14:31:40 +0100
+ -- Jan Dittberner <jan at dittberner.info> Fri, 09 Jan 2009 23:35:11 +0100
migrate (0.4.5-1) unstable; urgency=low
Modified: packages/migrate/trunk/debian/control
===================================================================
--- packages/migrate/trunk/debian/control 2009-01-09 16:22:56 UTC (rev 7308)
+++ packages/migrate/trunk/debian/control 2009-01-09 22:36:07 UTC (rev 7309)
@@ -13,20 +13,20 @@
Package: python-migrate
Architecture: all
-Depends: ${python:Depends}, python-sqlalchemy (>= 0.3.10),
+Depends: ${python:Depends}, python-sqlalchemy (<< 0.5),
python-pkg-resources, python-codespeak-lib
XB-Python-Version: ${python:Versions}
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