migrate 0.10.0-3ubuntu2 source package in Ubuntu
Changelog
migrate (0.10.0-3ubuntu2) xenial; urgency=medium * d/control: Drop sphinxcontrib.issuetracker from BD's, optional dependency and not in Ubuntu main and requires online network access. -- James Page <email address hidden> Mon, 23 Nov 2015 09:35:29 +0000
Upload details
- Uploaded by:
- James Page
- Uploaded to:
- Xenial
- Original maintainer:
- Ubuntu Developers
- Architectures:
- all
- Section:
- python
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Xenial | release | main | python |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
migrate_0.10.0.orig.tar.xz | 94.2 KiB | 560b721c20c4c90bedcd182f9c67cfbb378f32859cb8c24891ef10b18c336ab0 |
migrate_0.10.0-3ubuntu2.debian.tar.xz | 12.4 KiB | 436ef43b7ec2dee78dd54115064fbef8fe65f4365a96aee88985118af06fa1fb |
migrate_0.10.0-3ubuntu2.dsc | 2.9 KiB | e7b1f160cb39be730ecf6ccd1b965cc806cea4b78ec27665c7c86d81d3832d1e |
Available diffs
- diff from 0.9.7-1ubuntu1 to 0.10.0-3ubuntu2 (7.7 KiB)
- diff from 0.10.0-3ubuntu1 to 0.10.0-3ubuntu2 (496 bytes)
Binary packages built by this source
- python-migrate: No summary available for python-migrate in ubuntu yakkety.
No description available for python-migrate in ubuntu yakkety.
- python-migrate-doc: Database schema migration for SQLAlchemy - doc
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.
.
This package contains the documentation.
- python3-migrate: Database schema migration for SQLAlchemy - Python 3.x
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.
.
This package provides the Python 3.x module.